aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-2/+38
2018-10-21fs: Convert writeback to XArrayMatthew Wilcox1-16/+9
2018-05-03bdi: Fix oops in wb_workfn()Jan Kara1-1/+1
2018-04-20writeback: safer lock nestingGreg Thelen1-3/+4
2018-04-11page cache: use xa_lockMatthew Wilcox1-11/+11
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig1-6/+3
2018-01-06writeback: update comment in inode_io_list_move_lockedWang Long1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-10-10writeback: merge try_to_writeback_inodes_sb_nr() into callerRakesh Pandit1-24/+6
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe1-37/+34
2017-10-03writeback: only allow one inflight and pending full flushJens Axboe1-0/+25
2017-10-03writeback: move nr_pages == 0 logic to one locationJens Axboe1-24/+17
2017-10-03writeback: make wb_start_writeback() staticJens Axboe1-2/+2
2017-10-03writeback: provide a wakeup_flusher_threads_bdi()Jens Axboe1-10/+29
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe1-3/+3
2017-10-03writeback: switch wakeup_flusher_threads() to cyclic writebackJens Axboe1-1/+1
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe1-5/+4
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-4/+4
2017-05-16fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab1-5/+7
2017-03-13writeback: fix memory leak in wb_queue_work()Tahsin Erdogan1-14/+21
2016-12-12fs/fs-writeback.c: remove redundant if checkTahsin Erdogan1-9/+7
2016-08-09mm, writeback: flush plugged IO in wakeup_flusher_threads()Konstantin Khlebnikov1-0/+6
2016-08-04writeback: Write dirty times for WB_SYNC_ALL writebackJan Kara1-0/+1
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-2/+2
2016-07-26fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster1-2/+7
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-25/+81
2016-06-30writeback: inode cgroup wb switch should not call ihold()Tahsin Erdogan1-1/+1
2016-05-20mm,writeback: don't use memory reserves for wb_start_writebackTetsuo Handa1-1/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-20writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo1-10/+19
2016-03-20writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo1-3/+5
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo1-13/+41
2016-02-16writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo1-4/+11
2016-01-15cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page()Tejun Heo1-2/+0
2015-11-09fs/writeback.c: fix kernel-doc warningsRandy Dunlap1-1/+2
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-1/+6
2015-10-28fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_split_work_to_wbs()Tejun Heo1-2/+2
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo1-9/+22
2015-10-12writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo1-2/+2
2015-09-19fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason1-1/+16
2015-09-12writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Linus Torvalds1-0/+6
2015-09-11Revert "writeback: plug writeback at a high level"Linus Torvalds1-3/+4
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds1-96/+43
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+43
2015-08-25writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always call wait_sb_inodes()Tejun Heo1-9/+13
2015-08-18writeback: update writeback tracepoints to report cgroupTejun Heo1-7/+7
2015-08-18writeback: explain why @inode is allowed to be NULL for inode_congested()Tejun Heo1-1/+4
2015-08-18writeback: remove wb_writeback_work->single_wait/doneTejun Heo1-86/+30
2015-08-18writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo1-3/+3
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner1-23/+23