index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
backing-dev.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-1
/
+0
|
\
|
*
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
2021-11-06
1
-1
/
+0
*
|
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-16
/
+3
|
\
\
|
*
|
mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-10-18
1
-15
/
+1
|
*
|
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-10-18
1
-1
/
+2
|
|
/
*
/
mm/writeback: Rename __add_wb_stat() to wb_stat_mod()
Matthew Wilcox (Oracle)
2021-10-18
1
-3
/
+3
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-0
/
+19
|
\
|
*
writeback: reliably update bandwidth estimation
Jan Kara
2021-09-03
1
-0
/
+19
*
|
block: remove the bd_bdi in struct block_device
Christoph Hellwig
2021-08-09
1
-1
/
+1
|
/
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
1
-38
/
+10
*
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
2020-09-24
1
-10
/
+3
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
1
-6
/
+0
*
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
2020-09-24
1
-9
/
+0
*
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
2020-09-24
1
-5
/
+3
*
writeback: remove bdi->congested_fn
Christoph Hellwig
2020-07-08
1
-4
/
+0
*
writeback: remove struct bdi_writeback_congested
Christoph Hellwig
2020-07-08
1
-17
/
+1
*
bdi: simplify bdi_alloc
Christoph Hellwig
2020-05-09
1
-5
/
+1
*
bdi: remove bdi_register_owner
Christoph Hellwig
2020-05-09
1
-1
/
+1
*
bdi: move bdi_dev_name out of line
Christoph Hellwig
2020-05-07
1
-8
/
+1
*
memcg: fix a crash in wb_workfn when a device disappears
Theodore Ts'o
2020-01-31
1
-0
/
+10
*
writeback: Separate out wb_get_lookup() from wb_get_create()
Tejun Heo
2019-08-27
1
-0
/
+2
*
bdi: Add bdi->id
Tejun Heo
2019-08-27
1
-0
/
+1
*
writeback: Generalize and expose wb_completion
Tejun Heo
2019-08-27
1
-0
/
+2
*
blkcg: implement REQ_CGROUP_PUNT
Tejun Heo
2019-07-10
1
-0
/
+1
*
writeback: fix inode cgroup switching comment
Greg Thelen
2019-03-05
1
-1
/
+1
*
bdi: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
2018-08-22
1
-2
/
+2
*
writeback: safer lock nesting
Greg Thelen
2018-04-20
1
-14
/
+16
*
Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-13
1
-0
/
+1
|
\
|
*
backing: silence compiler warning using __printf
Mathieu Malaterre
2018-04-10
1
-0
/
+1
*
|
page cache: use xa_lock
Matthew Wilcox
2018-04-11
1
-7
/
+7
*
|
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
2018-04-11
1
-1
/
+1
|
/
*
lockdep: Convert some users to const
Matthew Wilcox
2018-01-18
1
-1
/
+1
*
writeback: remove unused function parameter
Wang Long
2017-11-15
1
-1
/
+1
*
bdi: introduce BDI_CAP_SYNCHRONOUS_IO
Minchan Kim
2017-11-15
1
-0
/
+8
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-14
1
-4
/
+0
|
\
|
*
backing-dev: kill unused pdflush_proc_obsolete()
Jens Axboe
2017-10-06
1
-2
/
+0
|
*
writeback: make wb_start_writeback() static
Jens Axboe
2017-10-03
1
-2
/
+0
|
*
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
2017-10-03
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
writeback: rework wb_[dec|inc]_stat family of functions
Nikolay Borisov
2017-07-12
1
-22
/
+2
*
include/linux/backing-dev.h: simplify wb_stat_sum
Nikolay Borisov
2017-07-10
1
-14
/
+1
*
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
Nikolay Borisov
2017-06-20
1
-1
/
+1
*
bdi: Drop 'parent' argument from bdi_register[_va]()
Jan Kara
2017-04-20
1
-5
/
+4
*
block: Remove unused functions
Jan Kara
2017-04-20
1
-5
/
+0
*
bdi: Provide bdi_register_va() and bdi_alloc()
Jan Kara
2017-04-20
1
-0
/
+6
*
block: Get rid of blk_get_backing_dev_info()
Jan Kara
2017-02-02
1
-1
/
+1
*
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
2017-02-02
1
-1
/
+9
*
block: fix bdi vs gendisk lifetime mismatch
Dan Williams
2016-08-04
1
-0
/
+1
*
mm, vmscan: move LRU lists to node
Mel Gorman
2016-07-28
1
-1
/
+1
*
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2015-11-05
1
-3
/
+2
|
\
[next]