aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt1-1/+1
2021-09-03writeback: fix bandwidth estimate for spiky workloadJan Kara1-0/+1
2021-09-03writeback: reliably update bandwidth estimationJan Kara1-1/+0
2021-08-10writeback: make the laptop_mode prototypes available unconditionallyChristoph Hellwig1-5/+0
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin1-0/+1
2021-05-24block_dump: remove block_dump featurezhangyi (F)1-1/+0
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-03writeback: Export inode_io_list_del()Jan Kara1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-17/+11
2019-08-27writeback, memcg: Implement cgroup_writeback_by_id()Tejun Heo1-0/+2
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo1-3/+10
2019-07-10blkcg, writeback: Implement wbc_blkcg_css()Tejun Heo1-0/+11
2019-07-10blkcg, writeback: Add wbc->no_cgroup_ownerTejun Heo1-0/+9
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-4/+4
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou1-2/+3
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-3/+2
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)1-2/+3
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10writeback: merge try_to_writeback_inodes_sb_nr() into callerRakesh Pandit1-3/+1
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe1-22/+0
2017-10-03writeback: provide a wakeup_flusher_threads_bdi()Jens Axboe1-0/+2
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe1-1/+1
2017-03-22block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara1-0/+1
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner1-1/+1
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-1/+0
2016-11-02writeback: mark background writeback as suchJens Axboe1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-0/+9
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+2
2016-10-07mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko1-1/+0
2016-07-28mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman1-1/+1
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-0/+3
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo1-0/+5
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo1-0/+16
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo1-0/+68
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo1-0/+46
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo1-0/+20
2015-06-02writeback: implement memcg wb_domainTejun Heo1-0/+3
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo1-0/+1
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo1-1/+16
2015-06-02writeback: implement wb_domainTejun Heo1-0/+32
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo1-8/+1
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo1-1/+1
2015-06-02writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo1-3/+3
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo1-10/+9
2015-03-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o1-0/+3
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner1-1/+0