aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-211-1/+1
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-26/+4
|\
| * writeback: merge try_to_writeback_inodes_sb_nr() into callerRakesh Pandit2017-10-101-3/+1
| * writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe2017-10-041-22/+0
| * writeback: provide a wakeup_flusher_threads_bdi()Jens Axboe2017-10-031-0/+2
| * fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe2017-10-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara2017-03-221-0/+1
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-241-1/+1
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-251-1/+0
* writeback: mark background writeback as suchJens Axboe2016-11-021-0/+2
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-0/+9
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+2
* mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko2016-10-071-1/+0
* mm, page_alloc: consider dirtyable memory in terms of nodesMel Gorman2016-07-281-1/+1
* fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-261-0/+3
* writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-031-0/+5
* writeback: implement foreign cgroup inode detectionTejun Heo2015-06-021-0/+16
* writeback: make writeback_control track the inode being written backTejun Heo2015-06-021-0/+68
* writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo2015-06-021-0/+46
* writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo2015-06-021-0/+20
* writeback: implement memcg wb_domainTejun Heo2015-06-021-0/+3
* writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo2015-06-021-0/+1
* writeback: move global_dirty_limit into wb_domainTejun Heo2015-06-021-1/+16
* writeback: implement wb_domainTejun Heo2015-06-021-0/+32
* writeback: reorganize [__]wb_update_bandwidth()Tejun Heo2015-06-021-8/+1
* writeback: clean up wb_dirty_limit()Tejun Heo2015-06-021-1/+1
* writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo2015-06-021-3/+3
* writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-021-10/+9
* fs: add dirtytime_expire_seconds sysctlTheodore Ts'o2015-03-171-0/+3
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-01-081-1/+0
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-2/+1
* mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi2014-04-071-1/+1
* Revert "writeback: do not sync data dirtied after sync start"Jan Kara2014-02-211-1/+1
* writeback: do not sync data dirtied after sync startJan Kara2013-11-121-1/+1
* mm/writeback: make writeback_inodes_wb staticWanpeng Li2013-09-111-2/+0
* mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch nameWanpeng Li2013-07-091-0/+6
* mm/writeback: remove wb_reason_nameWanpeng Li2013-07-091-1/+0
* fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li2013-07-091-1/+0
* sync: don't block the flusher thread waiting on IODave Chinner2013-07-021-0/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie2013-01-111-3/+3
* writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-111-8/+1
* vfs: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+0
* mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-311-5/+0
* writeback: Avoid iput() from flusher threadJan Kara2012-05-061-6/+1
* fs: remove 8 bytes of padding from struct writeback_control on 64 bit buildsRichard Kennedy2012-04-251-1/+2
* writeback: fix typo in the writeback_control commentAndrew Morton2012-03-071-1/+1
* Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-101-5/+4
|\
| * writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang2012-01-071-5/+0