summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-221-3/+3
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-11/+51
|\
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-11/+51
* | fs: make inode_to_bdi() handle NULL inodeJens Axboe2015-01-221-1/+6
* | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+2
* | block_dev: get bdev inode bdi directly from the block deviceChristoph Hellwig2015-01-201-3/+3
|/
* writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo2014-11-041-7/+22
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-1/+2
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-041-0/+2
|\
| * GFS2: journal data writepages updateSteven Whitehouse2014-02-061-0/+2
* | bdi: avoid oops on device removalJan Kara2014-04-031-5/+18
* | backing_dev: fix hung task on syncDerek Basehore2014-04-031-4/+4
* | Revert "writeback: do not sync data dirtied after sync start"Jan Kara2014-02-221-22/+11
|/
* writeback: Fix data corruption on NFSJan Kara2013-12-141-6/+9
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-11/+22
|\
| * writeback: do not sync data dirtied after sync startJan Kara2013-11-131-11/+22
* | new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-241-0/+1
|/
* Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-131-3/+5
|\
| * writeback: Do not sort b_io list only because of block device inodeJan Kara2013-07-091-3/+5
* | writeback: fix race that cause writeback hungJunxiao Bi2013-09-111-2/+2
* | mm/writeback: make writeback_inodes_wb staticWanpeng Li2013-09-111-1/+1
* | writeback: fix occasional slow sync(1)Jan Kara2013-09-111-4/+2
* | mm/writeback: don't check force_wait to handle bdi->work_listWanpeng Li2013-07-091-8/+2
* | fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li2013-07-091-1/+1
* | sync: don't block the flusher thread waiting on IODave Chinner2013-07-021-2/+7
|/
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-70/+32
|\
| * writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-011-70/+32
* | writeback: set worker desc to identify writeback workers in task dumpsTejun Heo2013-04-301-0/+1
|/
* Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-281-24/+20
|\
| * vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie2013-01-121-24/+20
* | writeback: add more tracepointsTejun Heo2013-01-141-2/+14
|/
* writeback: fix a typo in commentYan Hong2012-12-121-1/+1
* writeback: put unused inodes to LRU after writeback completionJan Kara2012-11-261-0/+2
* Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-121-1/+1
|\
| * writeback: correct comment for move_expired_inodes()Wang Sheng-Hui2012-09-111-1/+1
* | fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong2012-10-091-4/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-081-0/+1
|\ \
| * | ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2012-09-191-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-4/+0
|\ \ | |/ |/|
| * fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldocLiu Bo2012-09-211-4/+0
* | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-311-5/+0
* | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-301-2/+2
|\ \ | |/ |/|
| * writeback: Fix some comment errorsWanpeng Li2012-06-091-2/+2
* | vfs: Move noop_backing_dev_info check from sync into writebackJan Kara2012-07-221-0/+5
|/
* writeback: Fix lock imbalance in writeback_sb_inodes()Jan Kara2012-06-091-0/+1
* writeback: Avoid iput() from flusher threadJan Kara2012-05-061-13/+53
* writeback: Refactor writeback_single_inode()Jan Kara2012-05-061-56/+86
* writeback: Remove wb->list_lock from writeback_single_inode()Jan Kara2012-05-061-10/+7
* writeback: Separate inode requeueing after writebackJan Kara2012-05-061-47/+55
* writeback: Move I_DIRTY_PAGES handlingJan Kara2012-05-061-2/+3
OpenPOWER on IntegriCloud