index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
backing-dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
2018-04-11
1
-13
/
+6
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-04-06
1
-12
/
+1
|
\
|
*
mm: reuse DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2018-04-05
1
-12
/
+1
*
|
writeback: remove dead code in wb_blkcg/memcg_offline
Jiufei Xue
2018-02-28
1
-2
/
+0
|
/
*
Revert "bdi: add error handle for bdi_debug_register"
Jens Axboe
2017-12-21
1
-4
/
+1
[next]