index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Age
Commit message (
Expand
)
Author
Lines
2010-10-04
writeback: always use sb->s_bdi for writeback purposes
Christoph Hellwig
-15
/
+4
2010-09-22
bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends
Jan Kara
-2
/
+21
2010-08-28
writeback: Fix lost wake-up shutting down writeback thread
J. Bruce Fields
-1
/
+1
2010-08-12
mm: fix writeback_in_progress()
Jan Kara
-1
/
+3
2010-08-12
writeback: merge for_kupdate and !for_kupdate cases
Wu Fengguang
-33
/
+10
2010-08-12
writeback: fix queue_io() ordering
Wu Fengguang
-1
/
+9
2010-08-12
writeback: don't redirty tail an inode with dirty pages
Wu Fengguang
-13
/
+9
2010-08-12
writeback: avoid unnecessary calculation of bdi dirty thresholds
Wu Fengguang
-1
/
+1
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
-57
/
+104
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-4
/
+4
2010-08-09
mm: avoid resetting wb_start after each writeback round
Jan Kara
-2
/
+3
2010-08-09
simplify checks for I_CLEAR/I_FREEING
Al Viro
-4
/
+4
2010-08-07
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
-25
/
+11
2010-08-07
writeback: prevent unnecessary bdi threads wakeups
Artem Bityutskiy
-11
/
+48
2010-08-07
writeback: move bdi threads exiting logic to the forker thread
Artem Bityutskiy
-42
/
+12
2010-08-07
writeback: move last_active to bdi
Artem Bityutskiy
-3
/
+3
2010-08-07
writeback: do not remove bdi from bdi_list
Artem Bityutskiy
-7
/
+0
2010-08-07
writeback: do not lose wake-ups in bdi threads
Artem Bityutskiy
-8
/
+9
2010-08-07
writeback: harmonize writeback threads naming
Artem Bityutskiy
-1
/
+1
2010-08-07
writeback: remove wb in get_next_work_item
Minchan Kim
-2
/
+2
2010-08-07
writeback: Add tracing to balance_dirty_pages
Dave Chinner
-0
/
+5
2010-08-07
writeback: Initial tracing support
Dave Chinner
-8
/
+30
2010-08-07
writeback: merge bdi_writeback_task and bdi_start_fn
Christoph Hellwig
-1
/
+34
2010-08-07
writeback: remove wb_list
Christoph Hellwig
-2
/
+2
2010-07-06
writeback: simplify the write back thread queue
Christoph Hellwig
-184
/
+69
2010-07-06
writeback: split writeback_inodes_wb
Christoph Hellwig
-36
/
+46
2010-07-06
writeback: remove writeback_inodes_wbc
Christoph Hellwig
-10
/
+2
2010-07-01
fs-writeback: fix kernel-doc warnings
Randy Dunlap
-1
/
+1
2010-06-11
writeback: fix pin_sb_for_writeback
Christoph Hellwig
-8
/
+10
2010-06-11
writeback: add missing requeue_io in writeback_inodes_wb
Christoph Hellwig
-1
/
+3
2010-06-11
writeback: simplify and split bdi_start_writeback
Christoph Hellwig
-12
/
+20
2010-06-11
writeback: simplify wakeup_flusher_threads
Christoph Hellwig
-21
/
+11
2010-06-11
writeback: fix writeback_inodes_wb from writeback_inodes_sb
Christoph Hellwig
-38
/
+23
2010-06-11
writeback: enforce s_umount locking in writeback_inodes_sb
Christoph Hellwig
-0
/
+6
2010-06-11
writeback: queue work on stack in writeback_inodes_sb
Christoph Hellwig
-19
/
+21
2010-06-11
writeback: fix writeback completion notifications
Christoph Hellwig
-50
/
+15
2010-06-01
Merge branch 'master' into for-linus
Jens Axboe
-2
/
+2
2010-06-01
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
Jens Axboe
-37
/
+11
2010-06-01
Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"
Jens Axboe
-11
/
+5
2010-05-25
fs-writeback: check sync bit earlier in inode_wait_for_writeback
Richard Kennedy
-2
/
+2
2010-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-4
/
+4
2010-05-21
fs-writeback.c: bitfields should be unsigned
H Hartley Sweeten
-3
/
+3
2010-05-21
writeback: bdi_writeback_task() must set task state before calling schedule()
Jens Axboe
-2
/
+7
2010-05-21
writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync
Jens Axboe
-5
/
+11
2010-05-17
writeback: Update dirty flags in two steps
Dmitry Monakhov
-4
/
+11
2010-05-17
writeback: fix WB_SYNC_NONE writeback from umount
Jens Axboe
-11
/
+37
2010-05-17
writeback: disable periodic old data writeback for !dirty_writeback_centisecs
Jens Axboe
-2
/
+12
2010-04-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
-60
/
+73
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
-0
/
+1
2010-03-12
vfs: improve writeback_inodes_wb()
Edward Shishkin
-60
/
+73
[next]