aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-23writeback: add a writeback iteratorChristoph Hellwig1-0/+4
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-0/+6
2024-02-23writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)1-2/+0
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-1/+1
2023-11-18vfs: remove a redundant might_sleep in wait_on_inodeMateusz Guzik1-1/+0
2023-08-21mm: remove folio_account_redirtyChristoph Hellwig1-5/+0
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig1-5/+0
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-1/+1
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)1-6/+6
2023-01-18mm: remove generic_writepagesChristoph Hellwig1-2/+0
2022-10-03writeback: remove unused macro DIRTY_FULL_SCOPEMiaohe Lin1-8/+0
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara1-0/+7
2022-07-14mm: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+0
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown1-0/+7
2022-04-06mm: move page-writeback sysctls to their own filezhanglianjie1-15/+0
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells1-0/+1
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+5
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-9/+5
2021-10-18mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)1-0/+2
2021-10-18mm/writeback: Add folio_account_redirty()Matthew Wilcox (Oracle)1-1/+5
2021-10-18mm/writeback: Add filemap_dirty_folio()Matthew Wilcox (Oracle)1-0/+1
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/t...Linus 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_write...Tejun 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
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-2/+1
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi1-1/+1
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-1/+1
2013-11-13writeback: do not sync data dirtied after sync startJan Kara1-1/+1
2013-09-11mm/writeback: make writeback_inodes_wb staticWanpeng Li1-2/+0
2013-07-09mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch nameWanpeng Li1-0/+6
2013-07-09mm/writeback: remove wb_reason_nameWanpeng Li1-1/+0
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li1-1/+0
2013-07-02sync: don't block the flusher thread waiting on IODave Chinner1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-01-12vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie1-3/+3
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-8/+1
2012-08-04vfs: nuke pdflush from commentsArtem Bityutskiy1-1/+0
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-5/+0
2012-05-06writeback: Avoid iput() from flusher threadJan Kara1-6/+1
2012-04-25fs: remove 8 bytes of padding from struct writeback_control on 64 bit buildsRichard Kennedy1-1/+2
2012-03-07writeback: fix typo in the writeback_control commentAndrew Morton1-1/+1
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+4
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner1-0/+1
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner1-2/+0
2012-01-08writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang1-5/+0
2011-12-18writeback: fix dirtied pages accounting on redirtyWu Fengguang1-0/+2
2011-12-18writeback: charge leaked page dirties to active tasksWu Fengguang1-0/+2
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-6/+26
2011-10-03writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang1-0/+1
2011-08-19squeeze max-pause area and drop pass-good areaWu Fengguang1-11/+0
2011-07-09writeback: scale IO chunk size up to half device bandwidthWu Fengguang1-0/+11
2011-07-09writeback: introduce max-pause and pass-good dirty limitsWu Fengguang1-0/+21
2011-07-09writeback: introduce smoothed global dirty limitWu Fengguang1-0/+6
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang1-0/+3
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang1-5/+1
2011-06-08writeback: remove .nonblocking and .encountered_congestionWu Fengguang1-2/+0
2011-06-08writeback: remove writeback_control.more_ioWu Fengguang1-1/+0
2011-06-08writeback: avoid extra sync work at enqueue timeWu Fengguang1-3/+0
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-2/+0
2011-06-08writeback: introduce writeback_control.inodes_writtenWu Fengguang1-0/+1
2011-06-08writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang1-0/+1
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-1/+0
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-0/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2010-10-29Add new functions for triggering inode writebackChris Mason1-0/+2
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-0/+2
2010-10-27ext4: implement writeback livelock avoidance using page taggingEric Sandeen1-0/+2
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2010-10-26mm: declare some external symbolsNamhyung Kim1-0/+2
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin1-2/+0
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang1-2/+3
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig1-2/+0
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-3/+2
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner1-9/+0
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-10/+0
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe1-0/+4
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe1-0/+10
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett1-1/+3
2010-03-12vfs: improve writeback_inodes_wb()Edward Shishkin1-0/+3
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen1-0/+1
2009-12-17kill I_LOCKChristoph Hellwig1-2/+1
2009-12-03writeback: introduce wbc.for_backgroundWu Fengguang1-0/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-6/+5
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-2/+2
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-4/+0
2009-09-11writeback: get rid of pdflush completelyJens Axboe1-12/+0
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-2/+6
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe1-1/+2
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-1/+0
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe1-2/+0
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale1-0/+2
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan1-2/+2
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin1-1/+0
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes1-0/+11
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes1-2/+2
2008-10-16vfs: Add no_nrwrite_index_update writeback control flagAneesh Kumar K.V1-0/+9
2008-10-14vfs: Remove the range_cont writeback mode.Aneesh Kumar K.V1-1/+0
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-0/+1
2008-07-11mm: Add range_cont mode for writebackAneesh Kumar K.V1-0/+1
2008-05-23ftrace: limit trace entriesSteven Rostedt1-0/+2
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+3
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu1-0/+1
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana1-0/+1
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds1-1/+0
2007-10-17introduce I_SYNCJoern Engel1-1/+7
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu1-0/+1
2007-10-17mm: per device dirty thresholdPeter Zijlstra1-0/+4
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-2/+0
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe1-0/+1
2007-10-09VFS: Remove writeback_control->fs_privateTrond Myklebust1-2/+0
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+2
2007-05-11consolidate generic_writepages and mpage_writepagesMiklos Szeredi1-2/+8
2007-04-30NFS: Fix a race when doing NFS write coalescingTrond Myklebust1-0/+2
2007-03-01[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocationsAndrew Morton1-1/+1
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+0
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells1-0/+2
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman1-0/+1
2006-09-26[PATCH] mm: balance dirty pagesPeter Zijlstra1-0/+1
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust1-0/+1
2006-06-23[PATCH] writeback: fix range handlingOGAWA Hirofumi1-2/+3
2006-03-24[PATCH] balance_dirty_pages_ratelimited: take nr_pages argAndrew Morton1-1/+9
2006-03-24[PATCH] Represent dirty_*_centisecs as jiffies internallyBart Samwel1-2/+2
2006-01-08[PATCH] export/change sync_page_range/_nolock()OGAWA Hirofumi1-1/+3
2006-01-06identify multipage ->writepages() callsAndrew Morton1-4/+5
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown1-6/+0
2005-09-10[PATCH] mm/filemap.c: make two functions staticAdrian Bunk1-2/+0
2005-06-28[PATCH] rename wakeup_bdflush to wakeup_pdflushPekka J Enberg1-1/+1
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-2/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+118