Age | Commit message (Expand) | Author | Files | Lines |
2024-05-05 | writeback: support retrieving per group debug writeback stats of bdi | Kemeng Shi | 1 | -2/+79 |
2024-05-05 | writeback: collect stats of all wb of bdi in bdi_debug_stats_show | Kemeng Shi | 1 | -23/+73 |
2024-04-25 | mm: backing-dev: use group allocation/free of per-cpu counters API | Kefeng Wang | 1 | -18/+5 |
2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -25/+0 |
2024-02-06 | blk-wbt: Fix detection of dirty-throttled tasks | Jan Kara | 1 | -1/+1 |
2024-01-22 | writeback: move wb_wakeup_delayed defination to fs-writeback.c | Kemeng Shi | 1 | -25/+0 |
2023-08-21 | writeback: remove redundant checks for root memcg | Jinliang Zheng | 1 | -3/+0 |
2023-08-21 | mm: remove redundant K() macro definition | ZhangPeng | 1 | -2/+1 |
2023-06-23 | mm: backing-dev: make bdi_class a static const structure | Ivan Orlov | 1 | -6/+11 |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2023-04-18 | mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier... | Tom Rix | 1 | -2/+2 |
2023-04-16 | writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs | Baokun Li | 1 | -2/+10 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2022-11-30 | mm: add /sys/class/bdi/<bdi>/min_ratio_fine knob | Stefan Roesch | 1 | -0/+20 |
2022-11-30 | mm: add /sys/class/bdi/<bdi>/max_ratio_fine knob | Stefan Roesch | 1 | -0/+20 |
2022-11-30 | mm: add /sys/class/bdi/<bdi>/min_bytes knob | Stefan Roesch | 1 | -0/+29 |
2022-11-30 | mm: add knob /sys/class/bdi/<bdi>/max_bytes | Stefan Roesch | 1 | -0/+29 |
2022-11-30 | mm: use part per 1000000 for bdi ratios | Stefan Roesch | 1 | -3/+3 |
2022-11-30 | mm: add knob /sys/class/bdi/<bdi>/strict_limit | Stefan Roesch | 1 | -0/+29 |
2022-09-11 | mm: backing-dev: Remove the unneeded result variable | ye xingchen | 1 | -5/+1 |
2022-08-28 | writeback: avoid use-after-free after removing device | Khazhismel Kumykov | 1 | -5/+5 |
2022-06-16 | init: Initialize noop_backing_dev_info early | Jan Kara | 1 | -9/+2 |
2022-05-02 | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h> | Christoph Hellwig | 1 | -0/+1 |
2022-05-02 | blk-cgroup: move struct blkcg to block/blk-cgroup.h | Christoph Hellwig | 1 | -7/+6 |
2022-05-02 | blk-cgroup: move blkcg_{pin,unpin}_online out of line | Christoph Hellwig | 1 | -3/+2 |
2022-03-22 | remove congestion tracking framework | NeilBrown | 1 | -57/+0 |
2021-12-10 | mm: bdi: initialize bdi_min_ratio when bdi is unregistered | Manjong Lee | 1 | -0/+7 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -58/+7 |
2021-11-06 | mm/vmscan: throttle reclaim until some writeback completes if congested | Mel Gorman | 1 | -48/+0 |
2021-11-06 | mm: simplify bdi refcounting | Christoph Hellwig | 1 | -8/+5 |
2021-11-06 | mm: don't automatically unregister bdis | Christoph Hellwig | 1 | -2/+1 |
2021-11-06 | mm: export bdi_unregister | Christoph Hellwig | 1 | -0/+1 |
2021-10-18 | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -0/+16 |
2021-10-18 | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -1/+2 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+11 |
2021-09-03 | writeback: fix bandwidth estimate for spiky workload | Jan Kara | 1 | -0/+10 |
2021-09-03 | writeback: track number of inodes under writeback | Jan Kara | 1 | -0/+1 |
2021-08-09 | mm: hide laptop_mode_wb_timer entirely behind the BDI API | Christoph Hellwig | 1 | -0/+3 |
2021-07-23 | writeback, cgroup: remove wb from offline list before releasing refcnt | Roman Gushchin | 1 | -1/+1 |
2021-06-29 | writeback, cgroup: release dying cgwbs by switching attached inodes | Roman Gushchin | 1 | -2/+62 |
2021-06-29 | writeback, cgroup: keep list of inodes attached to bdi_writeback | Roman Gushchin | 1 | -0/+2 |
2021-02-26 | mm/backing-dev.c: use might_alloc() | Daniel Vetter | 1 | -1/+2 |
2021-02-24 | mm: backing-dev: Remove duplicated macro definition | Baolin Wang | 1 | -4/+2 |
2020-12-15 | mm:backing-dev: use sysfs_emit in macro defining functions | Joe Perches | 1 | -4/+4 |
2020-09-24 | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag | Christoph Hellwig | 1 | -4/+2 |
2020-09-24 | bdi: invert BDI_CAP_NO_ACCT_WB | Christoph Hellwig | 1 | -0/+1 |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 1 | -4/+3 |
2020-09-24 | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig | 1 | -0/+2 |
2020-07-08 | writeback: remove struct bdi_writeback_congested | Christoph Hellwig | 1 | -140/+9 |