| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h> | Christoph Hellwig | 2022-05-02 | 1 | -0/+1 |
* | blk-cgroup: move struct blkcg to block/blk-cgroup.h | Christoph Hellwig | 2022-05-02 | 1 | -7/+6 |
* | blk-cgroup: move blkcg_{pin,unpin}_online out of line | Christoph Hellwig | 2022-05-02 | 1 | -3/+2 |
* | remove congestion tracking framework | NeilBrown | 2022-03-22 | 1 | -57/+0 |
* | mm: bdi: initialize bdi_min_ratio when bdi is unregistered | Manjong Lee | 2021-12-10 | 1 | -0/+7 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 1 | -58/+7 |
|\ |
|
| * | mm/vmscan: throttle reclaim until some writeback completes if congested | Mel Gorman | 2021-11-06 | 1 | -48/+0 |
| * | mm: simplify bdi refcounting | Christoph Hellwig | 2021-11-06 | 1 | -8/+5 |
| * | mm: don't automatically unregister bdis | Christoph Hellwig | 2021-11-06 | 1 | -2/+1 |
| * | mm: export bdi_unregister | Christoph Hellwig | 2021-11-06 | 1 | -0/+1 |
* | | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h> | Christoph Hellwig | 2021-10-18 | 1 | -0/+16 |
* | | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig | 2021-10-18 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -0/+11 |
|\ |
|
| * | writeback: fix bandwidth estimate for spiky workload | Jan Kara | 2021-09-03 | 1 | -0/+10 |
| * | writeback: track number of inodes under writeback | Jan Kara | 2021-09-03 | 1 | -0/+1 |
* | | mm: hide laptop_mode_wb_timer entirely behind the BDI API | Christoph Hellwig | 2021-08-09 | 1 | -0/+3 |
|/ |
|
* | writeback, cgroup: remove wb from offline list before releasing refcnt | Roman Gushchin | 2021-07-23 | 1 | -1/+1 |
* | writeback, cgroup: release dying cgwbs by switching attached inodes | Roman Gushchin | 2021-06-29 | 1 | -2/+62 |
* | writeback, cgroup: keep list of inodes attached to bdi_writeback | Roman Gushchin | 2021-06-29 | 1 | -0/+2 |
* | mm/backing-dev.c: use might_alloc() | Daniel Vetter | 2021-02-26 | 1 | -1/+2 |
* | mm: backing-dev: Remove duplicated macro definition | Baolin Wang | 2021-02-24 | 1 | -4/+2 |
* | mm:backing-dev: use sysfs_emit in macro defining functions | Joe Perches | 2020-12-15 | 1 | -4/+4 |
* | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig | 2020-09-24 | 1 | -4/+2 |
* | bdi: invert BDI_CAP_NO_ACCT_WB | Christoph Hellwig | 2020-09-24 | 1 | -0/+1 |
* | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 2020-09-24 | 1 | -4/+3 |
* | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig | 2020-09-24 | 1 | -0/+2 |
* | writeback: remove struct bdi_writeback_congested | Christoph Hellwig | 2020-07-08 | 1 | -140/+9 |
* | writeback: remove {set,clear}_wb_congested | Christoph Hellwig | 2020-07-08 | 1 | -6/+6 |
* | bdi: remove the name field in struct backing_dev_info | Christoph Hellwig | 2020-05-09 | 1 | -1/+0 |
* | bdi: simplify bdi_alloc | Christoph Hellwig | 2020-05-09 | 1 | -4/+3 |
* | bdi: remove bdi_register_owner | Christoph Hellwig | 2020-05-09 | 1 | -10/+2 |
* | bdi: unexport bdi_register_va | Christoph Hellwig | 2020-05-09 | 1 | -1/+0 |
* | bdi: add a ->dev_name field to struct backing_dev_info | Christoph Hellwig | 2020-05-09 | 1 | -2/+3 |
* | bdi: move bdi_dev_name out of line | Christoph Hellwig | 2020-05-07 | 1 | -1/+9 |
* | blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it | Tejun Heo | 2020-04-01 | 1 | -3/+3 |
* | memcg: fix a crash in wb_workfn when a device disappears | Theodore Ts'o | 2020-01-31 | 1 | -0/+1 |
* | bdi: Do not use freezable workqueue | Mika Westerberg | 2019-10-06 | 1 | -2/+2 |
* | writeback: Separate out wb_get_lookup() from wb_get_create() | Tejun Heo | 2019-08-27 | 1 | -18/+37 |
* | bdi: Add bdi->id | Tejun Heo | 2019-08-27 | 1 | -2/+63 |
* | backing-dev: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-03 | 1 | -19/+5 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | writeback: synchronize sync(2) against cgroup writeback membership switches | Tejun Heo | 2019-01-22 | 1 | -0/+1 |
* | blkcg: delay blkg destruction until after writeback has finished | Dennis Zhou (Facebook) | 2018-08-31 | 1 | -0/+5 |
* | bdi: use irqsave variant of refcount_dec_and_lock() | Anna-Maria Gleixner | 2018-08-22 | 1 | -4/+1 |
* | bdi: use refcount_t for reference counting instead atomic_t | Sebastian Andrzej Siewior | 2018-08-22 | 1 | -6/+6 |
* | bdi: Fix another oops in wb_workfn() | Jan Kara | 2018-06-22 | 1 | -13/+7 |
* | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 2018-06-07 | 1 | -2/+2 |
* | bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue | Tejun Heo | 2018-05-23 | 1 | -1/+17 |
* | bdi: Fix use after free bug in debugfs_remove() | Tetsuo Handa | 2018-05-03 | 1 | -0/+1 |
* | bdi: wake up concurrent wb_shutdown() callers. | Tetsuo Handa | 2018-05-03 | 1 | -1/+1 |