aboutsummaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-21fs: Convert writeback to XArrayGravatar Matthew Wilcox 1-16/+9
2018-05-03bdi: Fix oops in wb_workfn()Gravatar Jan Kara 1-1/+1
2018-04-20writeback: safer lock nestingGravatar Greg Thelen 1-3/+4
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-11/+11
2018-03-28fs: move I_DIRTY_INODE to fs.hGravatar Christoph Hellwig 1-6/+3
2018-01-06writeback: update comment in inode_io_list_move_lockedGravatar Wang Long 1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-10-10writeback: merge try_to_writeback_inodes_sb_nr() into callerGravatar Rakesh Pandit 1-24/+6
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Gravatar Jens Axboe 1-37/+34
2017-10-03writeback: only allow one inflight and pending full flushGravatar Jens Axboe 1-0/+25
2017-10-03writeback: move nr_pages == 0 logic to one locationGravatar Jens Axboe 1-24/+17
2017-10-03writeback: make wb_start_writeback() staticGravatar Jens Axboe 1-2/+2
2017-10-03writeback: provide a wakeup_flusher_threads_bdi()Gravatar Jens Axboe 1-10/+29
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Gravatar Jens Axboe 1-3/+3
2017-10-03writeback: switch wakeup_flusher_threads() to cyclic writebackGravatar Jens Axboe 1-1/+1
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Gravatar Jens Axboe 1-5/+4
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsGravatar Nikolay Borisov 1-4/+4
2017-05-16fs: add a blank lines on some kernel-doc commentsGravatar Mauro Carvalho Chehab 1-5/+7
2017-03-13writeback: fix memory leak in wb_queue_work()Gravatar Tahsin Erdogan 1-14/+21
2016-12-12fs/fs-writeback.c: remove redundant if checkGravatar Tahsin Erdogan 1-9/+7
2016-08-09mm, writeback: flush plugged IO in wakeup_flusher_threads()Gravatar Konstantin Khlebnikov 1-0/+6
2016-08-04writeback: Write dirty times for WB_SYNC_ALL writebackGravatar Jan Kara 1-0/+1
2016-07-28mm: move most file-based accounting to the nodeGravatar Mel Gorman 1-2/+2
2016-07-26fs/fs-writeback.c: inode writeback list tracking tracepointsGravatar Brian Foster 1-2/+7
2016-07-26fs/fs-writeback.c: add a new writeback list for syncGravatar Dave Chinner 1-25/+81
2016-06-30writeback: inode cgroup wb switch should not call ihold()Gravatar Tahsin Erdogan 1-1/+1
2016-05-20mm,writeback: don't use memory reserves for wb_start_writebackGravatar Tetsuo Handa 1-1/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-20writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeGravatar Tejun Heo 1-10/+19
2016-03-20writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Gravatar Tejun Heo 1-3/+5
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockGravatar Tejun Heo 1-13/+41
2016-02-16writeback: keep superblock pinned during cgroup writeback association switchesGravatar Tejun Heo 1-4/+11
2016-01-15cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Gravatar Tejun Heo 1-2/+0
2015-11-09fs/writeback.c: fix kernel-doc warningsGravatar Randy Dunlap 1-1/+2
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesGravatar Junichi Nomura 1-1/+6
2015-10-28fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Gravatar Tejun Heo 1-2/+2
2015-10-12writeback: bdi_writeback iteration must not skip dying onesGravatar Tejun Heo 1-9/+22
2015-10-12writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Gravatar Tejun Heo 1-2/+2
2015-09-19fs-writeback: unplug before cond_resched in writeback_sb_inodesGravatar Chris Mason 1-1/+16
2015-09-12writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Gravatar Linus Torvalds 1-0/+6
2015-09-11Revert "writeback: plug writeback at a high level"Gravatar Linus Torvalds 1-3/+4
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-96/+43
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-29/+43
2015-08-25writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Gravatar Tejun Heo 1-9/+13
2015-08-18writeback: update writeback tracepoints to report cgroupGravatar Tejun Heo 1-7/+7
2015-08-18writeback: explain why @inode is allowed to be NULL for inode_congested()Gravatar Tejun Heo 1-1/+4
2015-08-18writeback: remove wb_writeback_work->single_wait/doneGravatar Tejun Heo 1-86/+30
2015-08-18writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgGravatar Tejun Heo 1-3/+3
2015-08-17inode: rename i_wb_list to i_io_listGravatar Dave Chinner 1-23/+23
2015-08-17sync: serialise per-superblock sync operationsGravatar Dave Chinner 1-0/+11