summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* fs/fs-writeback.c: remove redundant if checkTahsin Erdogan2016-12-121-9/+7
* mm, writeback: flush plugged IO in wakeup_flusher_threads()Konstantin Khlebnikov2016-08-091-0/+6
* writeback: Write dirty times for WB_SYNC_ALL writebackJan Kara2016-08-041-0/+1
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-2/+2
* fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster2016-07-261-2/+7
* fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-261-25/+81
* writeback: inode cgroup wb switch should not call ihold()Tahsin Erdogan2016-06-301-1/+1
* mm,writeback: don't use memory reserves for wb_start_writebackTetsuo Handa2016-05-201-1/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo2016-03-201-10/+19
* writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo2016-03-201-3/+5
* writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-031-13/+41
* writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo2016-02-161-4/+11
* cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo2016-01-151-2/+0
* fs/writeback.c: fix kernel-doc warningsRandy Dunlap2015-11-091-1/+2
* mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-051-1/+6
* fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo2015-10-281-2/+2
* writeback: bdi_writeback iteration must not skip dying onesTejun Heo2015-10-121-9/+22
* writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo2015-10-121-2/+2
* fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason2015-09-191-1/+16
* writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Linus Torvalds2015-09-121-0/+6
* Revert "writeback: plug writeback at a high level"Linus Torvalds2015-09-111-3/+4
* Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-101-96/+43
|\
| * writeback: update writeback tracepoints to report cgroupTejun Heo2015-08-181-7/+7
| * writeback: explain why @inode is allowed to be NULL for inode_congested()Tejun Heo2015-08-181-1/+4
| * writeback: remove wb_writeback_work->single_wait/doneTejun Heo2015-08-181-86/+30
| * writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo2015-08-181-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-051-29/+43
|\ \
| * | inode: rename i_wb_list to i_io_listDave Chinner2015-08-171-23/+23
| * | sync: serialise per-superblock sync operationsDave Chinner2015-08-171-0/+11
| * | inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-171-6/+6
| * | writeback: plug writeback at a high levelDave Chinner2015-08-171-0/+3
| |/
* | writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Tejun Heo2015-08-251-9/+13
|/
* block: export bio_associate_*() and wbc_account_io()Tejun Heo2015-07-231-0/+1
* writeback: do foreign inode detection iff cgroup writeback is enabledTejun Heo2015-06-171-3/+13
* writeback: disassociate inodes from dying bdi_writebacksTejun Heo2015-06-021-0/+7
* writeback: implement foreign cgroup inode bdi_writeback switchingTejun Heo2015-06-021-2/+84
* writeback: add lockdep annotation to inode_to_wb()Tejun Heo2015-06-021-2/+3
* writeback: use unlocked_inode_to_wb transaction in inode_congested()Tejun Heo2015-06-021-4/+12
* writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo2015-06-021-6/+111
* writeback: implement [locked_]inode_to_wb_and_lock_list()Tejun Heo2015-06-021-5/+75
* writeback: implement foreign cgroup inode detectionTejun Heo2015-06-021-2/+175
* writeback: make writeback_control track the inode being written backTejun Heo2015-06-021-2/+35
* writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo2015-06-021-0/+31
* writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo2015-06-021-18/+2
* writeback: move global_dirty_limit into wb_domainTejun Heo2015-06-021-1/+1
* writeback: reorganize [__]wb_update_bandwidth()Tejun Heo2015-06-021-10/+0
* writeback: clean up wb_dirty_limit()Tejun Heo2015-06-021-1/+1
* writeback: dirty inodes against their matching cgroup bdi_writeback'sTejun Heo2015-06-021-12/+11
* writeback: make writeback initiation functions handle multiple bdi_writeback'sTejun Heo2015-06-021-5/+91
OpenPOWER on IntegriCloud