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