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