index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
backing-dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-07-08
writeback: remove {set,clear}_wb_congested
Christoph Hellwig
1
-6
/
+6
2020-05-09
bdi: remove the name field in struct backing_dev_info
Christoph Hellwig
1
-1
/
+0
2020-05-09
bdi: simplify bdi_alloc
Christoph Hellwig
1
-4
/
+3
2020-05-09
bdi: remove bdi_register_owner
Christoph Hellwig
1
-10
/
+2
2020-05-09
bdi: unexport bdi_register_va
Christoph Hellwig
1
-1
/
+0
2020-05-09
bdi: add a ->dev_name field to struct backing_dev_info
Christoph Hellwig
1
-2
/
+3
2020-05-07
bdi: move bdi_dev_name out of line
Christoph Hellwig
1
-1
/
+9
2020-04-01
blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it
Tejun Heo
1
-3
/
+3
2020-01-31
memcg: fix a crash in wb_workfn when a device disappears
Theodore Ts'o
1
-0
/
+1
2019-10-06
bdi: Do not use freezable workqueue
Mika Westerberg
1
-2
/
+2
2019-08-27
writeback: Separate out wb_get_lookup() from wb_get_create()
Tejun Heo
1
-18
/
+37
2019-08-27
bdi: Add bdi->id
Tejun Heo
1
-2
/
+63
2019-06-03
backing-dev: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-19
/
+5
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
[next]