| Commit message (Expand) | Author | Age | Files | Lines |
* | writeback: fix bandwidth estimate for spiky workload | Jan Kara | 2021-09-03 | 1 | -0/+1 |
* | writeback: track number of inodes under writeback | Jan Kara | 2021-09-03 | 1 | -0/+1 |
* | writeback, cgroup: release dying cgwbs by switching attached inodes | Roman Gushchin | 2021-06-29 | 1 | -0/+1 |
* | writeback, cgroup: support switching multiple inodes at once | Roman Gushchin | 2021-06-29 | 1 | -2/+16 |
* | writeback, cgroup: keep list of inodes attached to bdi_writeback | Roman Gushchin | 2021-06-29 | 1 | -0/+1 |
* | writeback: remove bdi->congested_fn | Christoph Hellwig | 2020-07-08 | 1 | -4/+0 |
* | writeback: remove struct bdi_writeback_congested | Christoph Hellwig | 2020-07-08 | 1 | -24/+1 |
* | writeback: remove {set,clear}_wb_congested | Christoph Hellwig | 2020-07-08 | 1 | -12/+2 |
* | bdi: remove the name field in struct backing_dev_info | Christoph Hellwig | 2020-05-09 | 1 | -2/+0 |
* | bdi: add a ->dev_name field to struct backing_dev_info | Christoph Hellwig | 2020-05-09 | 1 | -0/+1 |
* | buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason. | Zhiqiang Liu | 2020-04-17 | 1 | -1/+0 |
* | writeback, memcg: Implement foreign dirty flushing | Tejun Heo | 2019-08-27 | 1 | -0/+1 |
* | bdi: Add bdi->id | Tejun Heo | 2019-08-27 | 1 | -0/+2 |
* | writeback: Generalize and expose wb_completion | Tejun Heo | 2019-08-27 | 1 | -0/+20 |
* | backing-dev: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-03 | 1 | -1/+0 |
* | writeback: synchronize sync(2) against cgroup writeback membership switches | Tejun Heo | 2019-01-22 | 1 | -0/+1 |
* | writeback: don't decrement wb->refcnt if !wb->bdi | Anders Roxell | 2018-12-28 | 1 | -0/+8 |
* | bdi: use refcount_t for reference counting instead atomic_t | Sebastian Andrzej Siewior | 2018-08-22 | 1 | -1/+2 |
* | bdi: Fix another oops in wb_workfn() | Jan Kara | 2018-06-22 | 1 | -1/+1 |
* | writeback: safer lock nesting | Greg Thelen | 2018-04-20 | 1 | -0/+5 |
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-14 | 1 | -0/+24 |
|\ |
|
| * | writeback: eliminate work item allocation in bd_start_writeback() | Jens Axboe | 2017-10-04 | 1 | -0/+23 |
| * | writeback: only allow one inflight and pending full flush | Jens Axboe | 2017-10-03 | 1 | -0/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | fs: Provide infrastructure for dynamic BDIs in filesystems | Jan Kara | 2017-04-20 | 1 | -1/+1 |
* | bdi: Do not wait for cgwbs release in bdi_unregister() | Jan Kara | 2017-03-22 | 1 | -1/+0 |
* | bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy() | Jan Kara | 2017-03-22 | 1 | -0/+1 |
* | bdi: Mark congested->bdi as internal | Jan Kara | 2017-03-22 | 1 | -1/+3 |
* | block: Dynamically allocate and refcount backing_dev_info | Jan Kara | 2017-02-02 | 1 | -0/+2 |
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-12-13 | 1 | -0/+2 |
|\ |
|
| * | writeback: track if we're sleeping on progress in balance_dirty_pages() | Jens Axboe | 2016-11-08 | 1 | -0/+2 |
* | | include/linux/backing-dev-defs.h: shrink struct backing_dev_info | Andrew Morton | 2016-12-12 | 1 | -1/+1 |
* | | mm: don't cap request size based on read-ahead setting | Jens Axboe | 2016-12-12 | 1 | -0/+1 |
|/ |
|
* | block: fix bdi vs gendisk lifetime mismatch | Dan Williams | 2016-08-04 | 1 | -0/+1 |
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | writeback: bdi_writeback iteration must not skip dying ones | Tejun Heo | 2015-10-12 | 1 | -0/+3 |
* | writeback: don't embed root bdi_writeback_congested in bdi_writeback | Tejun Heo | 2015-07-02 | 1 | -2/+3 |
* | writeback: disassociate inodes from dying bdi_writebacks | Tejun Heo | 2015-06-02 | 1 | -0/+16 |
* | writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb() | Tejun Heo | 2015-06-02 | 1 | -0/+50 |
* | writeback: implement memcg wb_domain | Tejun Heo | 2015-06-02 | 1 | -0/+1 |
* | writeback: implement bdi_wait_for_completion() | Tejun Heo | 2015-06-02 | 1 | -0/+2 |
* | writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account | Tejun Heo | 2015-06-02 | 1 | -2/+6 |
* | writeback: implement backing_dev_info->tot_write_bandwidth | Tejun Heo | 2015-06-02 | 1 | -0/+2 |
* | writeback: implement WB_has_dirty_io wb_state flag | Tejun Heo | 2015-06-02 | 1 | -0/+1 |
* | writeback: make congestion functions per bdi_writeback | Tejun Heo | 2015-06-02 | 1 | -2/+12 |
* | writeback: make backing_dev_info host cgroup-specific bdi_writebacks | Tejun Heo | 2015-06-02 | 1 | -3/+56 |
* | bdi: separate out congested state into a separate struct | Tejun Heo | 2015-06-02 | 1 | -2/+12 |
* | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 2015-06-02 | 1 | -0/+106 |