aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-4/+4
|\ \
| * | simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-091-4/+4
| |/
* | mm: avoid resetting wb_start after each writeback roundJan Kara2010-08-091-2/+3
|/
* writeback: simplify the write back thread queueChristoph Hellwig2010-07-061-184/+69
* writeback: split writeback_inodes_wbChristoph Hellwig2010-07-061-36/+46
* writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-061-10/+2
* fs-writeback: fix kernel-doc warningsRandy Dunlap2010-07-011-1/+1
* writeback: fix pin_sb_for_writebackChristoph Hellwig2010-06-111-8/+10
* writeback: add missing requeue_io in writeback_inodes_wbChristoph Hellwig2010-06-111-1/+3
* writeback: simplify and split bdi_start_writebackChristoph Hellwig2010-06-111-12/+20
* writeback: simplify wakeup_flusher_threadsChristoph Hellwig2010-06-111-21/+11
* writeback: fix writeback_inodes_wb from writeback_inodes_sbChristoph Hellwig2010-06-111-38/+23
* writeback: enforce s_umount locking in writeback_inodes_sbChristoph Hellwig2010-06-111-0/+6
* writeback: queue work on stack in writeback_inodes_sbChristoph Hellwig2010-06-111-19/+21
* writeback: fix writeback completion notificationsChristoph Hellwig2010-06-111-50/+15
* Merge branch 'master' into for-linusJens Axboe2010-06-011-2/+2
|\
| * fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy2010-05-251-2/+2
* | Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-011-37/+11
* | Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe2010-06-011-11/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-211-4/+4
|\
| * fs-writeback.c: bitfields should be unsignedH Hartley Sweeten2010-05-211-3/+3
* | writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe2010-05-211-2/+7
* | writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe2010-05-211-5/+11
* | writeback: Update dirty flags in two stepsDmitry Monakhov2010-05-171-4/+11
* | writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-171-11/+37
* | writeback: disable periodic old data writeback for !dirty_writeback_centisecsJens Axboe2010-05-171-2/+12
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-60/+73
|\
| * vfs: improve writeback_inodes_wb()Edward Shishkin2010-03-121-60/+73
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-6/+5
* make sure data is on disk before calling ->write_inodeChristoph Hellwig2010-03-051-5/+10
* writeback: add missing kernel-doc notationJaswinder Singh Rajput2010-01-021-0/+1
* fs-writeback: Add helper function to start writeback if idleEric Sandeen2009-12-231-0/+17
* writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-9/+0
* writeback: introduce wbc.for_backgroundWu Fengguang2009-12-031-0/+1
* writeback: remove the always false bdi_cap_writeback_dirty() testWu Fengguang2009-12-031-18/+0
* writeback: pass in super_block to bdi_start_writeback()Jens Axboe2009-09-261-2/+4
* writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe2009-09-251-1/+1
* writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang2009-09-251-3/+9
* writeback: make the super_block pinning more efficientJens Axboe2009-09-251-17/+29
* writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe2009-09-251-1/+11
* writeback: move inodes from one super_block togetherShaohua Li2009-09-251-3/+18
* writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-251-4/+1
* writeback: improve readability of the wb_writeback() continue/break logicJens Axboe2009-09-251-20/+23
* writeback: cleanup writeback_single_inode()Wu Fengguang2009-09-251-8/+7
* writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang2009-09-251-2/+2
* writeback: stop background writeback when below background thresholdWu Fengguang2009-09-251-11/+17
* fs: Fix busyloop in wb_writeback()Jan Kara2009-09-251-1/+18
* writeback: fix possible bdi writeback refcounting problemNick Piggin2009-09-161-7/+6
* writeback: Fix bdi use after free in wb_work_complete()Nick Piggin2009-09-161-2/+3