index
:
kernel/git/docs/linux.git
docs-fixes
docs-mw
docs-next
master
corbet's fork of linux.git
Kernel documentation group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
backing-dev.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-20
Manual conversion to use ->i_state accessors of all places not covered by coc...
Mateusz Guzik
1
-1
/
+1
2025-10-20
fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
Mateusz Guzik
1
-2
/
+3
2025-08-27
mm: remove BDI_CAP_WRITEBACK_ACCT
Joanne Koong
1
-3
/
+1
2025-08-27
fuse: use default writeback accounting
Joanne Koong
1
-10
/
+0
2025-04-17
writeback: fix false warning in inode_to_wb()
Andreas Gruenbacher
1
-0
/
+1
2024-01-22
writeback: move wb_wakeup_delayed defination to fs-writeback.c
Kemeng Shi
1
-1
/
+0
2023-08-21
writeback: remove unused delaration of bdi_async_bio_wq
Xiu Jianfeng
1
-1
/
+0
2022-11-30
mm: add bdi_set_min_ratio_no_scale() function
Stefan Roesch
1
-0
/
+1
2022-11-30
mm: add bdi_set_max_ratio_no_scale() function
Stefan Roesch
1
-0
/
+1
2022-11-30
mm: add bdi_set_min_bytes() function
Stefan Roesch
1
-0
/
+1
2022-11-30
mm: add bdi_get_min_bytes() function
Stefan Roesch
1
-0
/
+1
2022-11-30
mm: add bdi_set_max_bytes() function
Stefan Roesch
1
-0
/
+1
2022-11-30
mm: add bdi_get_max_bytes() function
Stefan Roesch
1
-0
/
+1
2022-11-30
mm: use part per 1000000 for bdi ratios
Stefan Roesch
1
-0
/
+3
2022-11-30
mm: add bdi_set_strict_limit() function
Stefan Roesch
1
-0
/
+1
2022-07-29
writeback: remove inode_to_wb_is_valid()
Xiu Jianfeng
1
-17
/
+0
2022-07-17
writeback: cleanup bdi_sched_wait()
Xiu Jianfeng
1
-6
/
+0
2022-06-16
init: Initialize noop_backing_dev_info early
Jan Kara
1
-0
/
+2
2022-05-02
blk-cgroup: move struct blkcg to block/blk-cgroup.h
Christoph Hellwig
1
-4
/
+2
2022-03-22
remove congestion tracking framework
NeilBrown
1
-2
/
+0
2022-03-22
remove bdi_congested() and wb_congested() and related functions
NeilBrown
1
-26
/
+0
2022-03-22
remove inode_congested()
NeilBrown
1
-22
/
+0
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2021-11-06
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
1
-1
/
+0
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+3
2021-10-18
mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-15
/
+1
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-1
/
+2
2021-10-18
mm/writeback: Rename __add_wb_stat() to wb_stat_mod()
Matthew Wilcox (Oracle)
1
-3
/
+3
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+19
2021-09-03
writeback: reliably update bandwidth estimation
Jan Kara
1
-0
/
+19
2021-08-09
block: remove the bd_bdi in struct block_device
Christoph Hellwig
1
-1
/
+1
2020-09-24
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
1
-38
/
+10
2020-09-24
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
1
-10
/
+3
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-6
/
+0
2020-09-24
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
1
-9
/
+0
2020-09-24
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
1
-5
/
+3
2020-07-08
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-4
/
+0
2020-07-08
writeback: remove struct bdi_writeback_congested
Christoph Hellwig
1
-17
/
+1
2020-05-09
bdi: simplify bdi_alloc
Christoph Hellwig
1
-5
/
+1
2020-05-09
bdi: remove bdi_register_owner
Christoph Hellwig
1
-1
/
+1
2020-05-07
bdi: move bdi_dev_name out of line
Christoph Hellwig
1
-8
/
+1
2020-01-31
memcg: fix a crash in wb_workfn when a device disappears
Theodore Ts'o
1
-0
/
+10
2019-08-27
writeback: Separate out wb_get_lookup() from wb_get_create()
Tejun Heo
1
-0
/
+2
2019-08-27
bdi: Add bdi->id
Tejun Heo
1
-0
/
+1
2019-08-27
writeback: Generalize and expose wb_completion
Tejun Heo
1
-0
/
+2
2019-07-10
blkcg: implement REQ_CGROUP_PUNT
Tejun Heo
1
-0
/
+1
2019-03-05
writeback: fix inode cgroup switching comment
Greg Thelen
1
-1
/
+1
2018-08-22
bdi: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
1
-2
/
+2
2018-04-20
writeback: safer lock nesting
Greg Thelen
1
-14
/
+16
2018-04-13
Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-7
/
+7
2018-04-11
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
1
-1
/
+1
2018-04-10
backing: silence compiler warning using __printf
Mathieu Malaterre
1
-0
/
+1
2018-01-18
lockdep: Convert some users to const
Matthew Wilcox
1
-1
/
+1
2017-11-15
writeback: remove unused function parameter
Wang Long
1
-1
/
+1
2017-11-15
bdi: introduce BDI_CAP_SYNCHRONOUS_IO
Minchan Kim
1
-0
/
+8
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-06
backing-dev: kill unused pdflush_proc_obsolete()
Jens Axboe
1
-2
/
+0
2017-10-03
writeback: make wb_start_writeback() static
Jens Axboe
1
-2
/
+0
2017-10-03
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
1
-1
/
+1
2017-07-12
writeback: rework wb_[dec|inc]_stat family of functions
Nikolay Borisov
1
-22
/
+2
2017-07-10
include/linux/backing-dev.h: simplify wb_stat_sum
Nikolay Borisov
1
-14
/
+1
2017-06-20
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
Nikolay Borisov
1
-1
/
+1
2017-04-20
bdi: Drop 'parent' argument from bdi_register[_va]()
Jan Kara
1
-5
/
+4
2017-04-20
block: Remove unused functions
Jan Kara
1
-5
/
+0
2017-04-20
bdi: Provide bdi_register_va() and bdi_alloc()
Jan Kara
1
-0
/
+6
2017-02-02
block: Get rid of blk_get_backing_dev_info()
Jan Kara
1
-1
/
+1
2017-02-02
block: Dynamically allocate and refcount backing_dev_info
Jan Kara
1
-1
/
+9
2016-08-04
block: fix bdi vs gendisk lifetime mismatch
Dan Williams
1
-0
/
+1
2016-07-28
mm, vmscan: move LRU lists to node
Mel Gorman
1
-1
/
+1
2015-11-05
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-3
/
+2
2015-10-15
block: don't release bdi while request_queue has live references
Tejun Heo
1
-1
/
+5
2015-10-12
writeback: bdi_writeback iteration must not skip dying ones
Tejun Heo
1
-63
/
+0
2015-09-24
cgroup: Merge branch 'for-4.3-fixes' into for-4.4
Tejun Heo
1
-2
/
+8
2015-09-24
cgroup, writeback: don't enable cgroup writeback on traditional hierarchies
Tejun Heo
1
-2
/
+9
2015-08-18
blkcg: rename subsystem name from blkio to io
Tejun Heo
1
-1
/
+1
2015-08-18
writeback: bdi_for_each_wb() iteration is memcg ID based not blkcg
Tejun Heo
1
-12
/
+12
2015-07-02
writeback: don't embed root bdi_writeback_congested in bdi_writeback
Tejun Heo
1
-1
/
+5
2015-06-25
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-156
/
+401
2015-06-17
vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB
Tejun Heo
1
-1
/
+1
2015-06-02
writeback: add lockdep annotation to inode_to_wb()
Tejun Heo
1
-2
/
+32
2015-06-02
writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...
Tejun Heo
1
-0
/
+54
2015-06-02
writeback: make writeback_control track the inode being written back
Tejun Heo
1
-12
/
+0
2015-06-02
writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
Tejun Heo
1
-82
/
+0
2015-06-02
buffer, writeback: make __block_write_full_page() honor cgroup writeback
Tejun Heo
1
-0
/
+12
2015-06-02
writeback: make bdi_start_background_writeback() take bdi_writeback instead o...
Tejun Heo
1
-1
/
+1
2015-06-02
writeback: make writeback_in_progress() take bdi_writeback instead of backing...
Tejun Heo
1
-1
/
+11
2015-06-02
writeback: remove bdi_start_writeback()
Tejun Heo
1
-2
/
+2
2015-06-02
writeback: implement bdi_for_each_wb()
Tejun Heo
1
-0
/
+63
2015-06-02
writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
Tejun Heo
1
-1
/
+9
2015-06-02
writeback: implement WB_has_dirty_io wb_state flag
Tejun Heo
1
-5
/
+3
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
1
-0
/
+22
2015-06-02
writeback: make congestion functions per bdi_writeback
Tejun Heo
1
-19
/
+26
2015-06-02
writeback: make backing_dev_info host cgroup-specific bdi_writebacks
Tejun Heo
1
-0
/
+195
2015-06-02
writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
Tejun Heo
1
-1
/
+31
2015-06-02
bdi: separate out congested state into a separate struct
Tejun Heo
1
-1
/
+1
2015-06-02
bdi: make inode_to_bdi() inline
Tejun Heo
1
-2
/
+16
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
1
-101
/
+1
2015-06-02
writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
Tejun Heo
1
-6
/
+6
2015-06-02
writeback: move bandwidth related fields from backing_dev_info into bdi_write...
Tejun Heo
1
-10
/
+10
2015-06-02
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
1
-36
/
+32
2015-06-02
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
1
-12
/
+12
2015-05-28
block: discard bdi_unregister() in favour of bdi_destroy()
NeilBrown
1
-1
/
+0
2015-02-17
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+1
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
1
-0
/
+1
2015-01-20
fs: remove default_backing_dev_info
Christoph Hellwig
1
-1
/
+0
2015-01-20
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-2
/
+4
2015-01-20
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-29
/
+4
2015-01-20
fs: kill BDI_CAP_SWAP_BACKED
Christoph Hellwig
1
-13
/
+0
2014-09-08
bdi: reimplement bdev_inode_switch_bdi()
Tejun Heo
1
-1
/
+0
2014-09-08
bdi: remove unused stuff
Tejun Heo
1
-3
/
+0
2014-04-03
bdi: avoid oops on device removal
Jan Kara
1
-1
/
+1
2013-11-08
bdi: test bdi_init failure
Mikulas Patocka
1
-2
/
+2
2013-09-11
mm/page-writeback.c: add strictlimit feature
Maxim Patlasov
1
-0
/
+3
2013-04-01
writeback: replace custom worker pool implementation with unbound workqueue
Tejun Heo
1
-10
/
+5
2013-04-01
writeback: remove unused bdi_pending_list
Tejun Heo
1
-1
/
+0
2013-02-21
bdi: allow block devices to say that they require stable page writes
Darrick J. Wong
1
-0
/
+6
2012-12-13
bdi_register: add __printf verification, fix arg mismatch
Joe Perches
1
-0
/
+1
2012-08-04
vfs: kill write_super and sync_supers
Artem Bityutskiy
1
-1
/
+0
2012-07-31
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads
Wanpeng Li
1
-0
/
+3
2012-06-09
block: Convert BDI proportion calculations to flexible proportions
Jan Kara
1
-2
/
+2
2011-10-31
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
1
-1
/
+2
2011-10-03
writeback: stabilize bdi->dirty_ratelimit
Wu Fengguang
1
-0
/
+3
2011-10-03
writeback: dirty rate control
Wu Fengguang
1
-0
/
+7
2011-10-03
writeback: account per-bdi accumulated dirtied pages
Wu Fengguang
1
-0
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-09
writeback: bdi write bandwidth estimation
Wu Fengguang
1
-0
/
+5
2011-07-09
writeback: account per-bdi accumulated written pages
Jan Kara
1
-0
/
+1
2011-06-08
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
Christoph Hellwig
1
-0
/
+2
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-16
/
+0
2010-10-26
mm: declare some external symbols
Namhyung Kim
1
-0
/
+1
2010-10-26
writeback: do not sleep on the congestion queue if there are no congested BDI...
Mel Gorman
1
-1
/
+1
2010-08-12
mm: fix writeback_in_progress()
Jan Kara
1
-0
/
+1
2010-08-07
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
1
-0
/
+2
2010-08-07
writeback: move last_active to bdi
Artem Bityutskiy
1
-6
/
+7
2010-08-07
writeback: simplify bdi code a little
Artem Bityutskiy
1
-1
/
+0
2010-08-07
writeback: harmonize writeback threads naming
Artem Bityutskiy
1
-1
/
+1
2010-08-07
writeback: merge bdi_writeback_task and bdi_start_fn
Christoph Hellwig
1
-1
/
+1
2010-08-07
writeback: remove wb_list
Christoph Hellwig
1
-4
/
+1
2010-07-06
writeback: simplify the write back thread queue
Christoph Hellwig
1
-2
/
+0
2010-06-11
writeback: simplify and split bdi_start_writeback
Christoph Hellwig
1
-2
/
+2
2010-06-01
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
Jens Axboe
1
-1
/
+1
2010-05-21
writeback: fixups for !dirty_writeback_centisecs
Jens Axboe
1
-0
/
+1
2010-05-17
writeback: fix WB_SYNC_NONE writeback from umount
Jens Axboe
1
-1
/
+1
2010-04-29
Merge branch 'master' into for-2.6.35
Jens Axboe
1
-0
/
+2
2010-04-25
Catch filesystems lacking s_bdi
Jörn Engel
1
-0
/
+1
2010-04-22
bdi: add helper function for doing init and register of a bdi for a file system
Jens Axboe
1
-0
/
+1
2010-04-06
laptop-mode: Make flushes per-device
Matthew Garrett
1
-0
/
+3
2009-10-29
block: move bdi/address_space unplug functions to backing-dev.h
Jens Axboe
1
-0
/
+13
2009-09-26
writeback: pass in super_block to bdi_start_writeback()
Jens Axboe
1
-1
/
+2
2009-09-16
writeback: separate starting of sync vs opportunistic writeback
Jens Axboe
1
-1
/
+1
2009-09-16
writeback: use RCU to protect bdi_list
Jens Axboe
1
-0
/
+1
2009-09-11
writeback: check for registered bdi in flusher add and inode dirty
Jens Axboe
1
-0
/
+1
2009-09-11
writeback: add name to backing_dev_info
Jens Axboe
1
-0
/
+2
2009-09-11
writeback: switch to per-bdi threads for flushing data
Jens Axboe
1
-7
/
+48
2009-09-11
writeback: move dirty inodes from super_block to backing_dev_info
Jens Axboe
1
-0
/
+9
2009-07-11
Fix compile error due to congestion_wait() changes
Trond Myklebust
1
-0
/
+5
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-3
/
+3
2009-04-06
block: change the request allocation/congestion logic to be sync/async based
Jens Axboe
1
-6
/
+6
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-0
/
+13
2008-04-30
mm: bdi: export bdi_writeout_inc()
Miklos Szeredi
1
-0
/
+2
2008-04-30
mm: bdi: add separate writeback accounting capability
Miklos Szeredi
1
-20
/
+57
2008-04-30
mm: bdi: move statistics to debugfs
Miklos Szeredi
1
-0
/
+6
2008-04-30
mm: bdi: allow setting a maximum for the bdi dirty limit
Peter Zijlstra
1
-0
/
+2
2008-04-30
mm: bdi: allow setting a minimum for the bdi dirty limit
Peter Zijlstra
1
-0
/
+4
2008-04-30
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
1
-0
/
+9
2008-04-29
fs/fs-writeback.c: make 2 functions static
Adrian Bunk
1
-2
/
+0
2007-10-17
mm: per device dirty threshold
Peter Zijlstra
1
-0
/
+4
2007-10-17
mm: count writeback pages per BDI
Peter Zijlstra
1
-0
/
+1
2007-10-17
mm: count reclaimable pages per BDI
Peter Zijlstra
1
-0
/
+1
2007-10-17
mm: scalable bdi statistics counters
Peter Zijlstra
1
-3
/
+82
2007-10-17
mm: bdi init hooks
Peter Zijlstra
1
-0
/
+8
2007-10-17
nfs: remove congestion_end()
Peter Zijlstra
1
-1
/
+0
2007-07-16
remove mm/backing-dev.c:congestion_wait_interruptible()
Adrian Bunk
1
-1
/
+0
2007-03-16
[PATCH] nfs: fix congestion control
Peter Zijlstra
1
-0
/
+1
2006-10-20
[PATCH] separate bdi congestion functions from queue congestion functions
Andrew Morton
1
-0
/
+7
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+104