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
*
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
*
bdi: add error handle for bdi_debug_register
weiping zhang
2017-11-19
1
-1
/
+4
*
bdi: convert bdi_debug_register to int
weiping zhang
2017-11-19
1
-2
/
+15
*
backing-dev: kill unused pdflush_proc_obsolete()
Jens Axboe
2017-10-06
1
-20
/
+0
*
mm/backing-dev.c: fix an error handling path in 'cgwb_create()'
Christophe JAILLET
2017-09-11
1
-2
/
+4
*
bdi: Drop 'parent' argument from bdi_register[_va]()
Jan Kara
2017-04-20
1
-8
/
+5
*
block: Remove unused functions
Jan Kara
2017-04-20
1
-50
/
+6
*
bdi: Export bdi_alloc_node() and bdi_put()
Jan Kara
2017-04-20
1
-0
/
+2
*
block: Unregister bdi on last reference drop
Jan Kara
2017-04-20
1
-0
/
+2
*
bdi: Provide bdi_register_va() and bdi_alloc()
Jan Kara
2017-04-20
1
-5
/
+15
*
bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
Jan Kara
2017-03-22
1
-3
/
+3
*
bdi: Do not wait for cgwbs release in bdi_unregister()
Jan Kara
2017-03-22
1
-21
/
+1
*
bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
Jan Kara
2017-03-22
1
-0
/
+22
*
bdi: Unify bdi->wb_list handling for root wb_writeback
Jan Kara
2017-03-22
1
-6
/
+28
*
bdi: Make wb->bdi a proper reference
Jan Kara
2017-03-22
1
-2
/
+11
*
bdi: Mark congested->bdi as internal
Jan Kara
2017-03-22
1
-5
/
+5
*
bdi: Fix use-after-free in wb_congested_put()
Jan Kara
2017-03-08
1
-15
/
+21
*
block: Allow bdi re-registration
Jan Kara
2017-03-08
1
-0
/
+7
*
mm/backing-dev.c: use rb_entry()
Geliang Tang
2017-02-22
1
-2
/
+2
*
block: fix double-free in the failure path of cgwb_bdi_init()
Tejun Heo
2017-02-08
1
-2
/
+7
*
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
2017-02-02
1
-1
/
+33
*
writeback: track if we're sleeping on progress in balance_dirty_pages()
Jens Axboe
2016-11-08
1
-0
/
+1
*
block: fix bdi vs gendisk lifetime mismatch
Dan Williams
2016-08-04
1
-0
/
+19
*
mm, vmscan: move LRU lists to node
Mel Gorman
2016-07-28
1
-7
/
+8
[next]