index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fs-writeback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
pass writeback_control to ->write_inode
Christoph Hellwig
2010-03-05
1
-6
/
+5
*
make sure data is on disk before calling ->write_inode
Christoph Hellwig
2010-03-05
1
-5
/
+10
*
writeback: add missing kernel-doc notation
Jaswinder Singh Rajput
2010-01-02
1
-0
/
+1
*
fs-writeback: Add helper function to start writeback if idle
Eric Sandeen
2009-12-23
1
-0
/
+17
*
writeback: remove unused nonblocking and congestion checks
Wu Fengguang
2009-12-03
1
-9
/
+0
*
writeback: introduce wbc.for_background
Wu Fengguang
2009-12-03
1
-0
/
+1
*
writeback: remove the always false bdi_cap_writeback_dirty() test
Wu Fengguang
2009-12-03
1
-18
/
+0
*
writeback: pass in super_block to bdi_start_writeback()
Jens Axboe
2009-09-26
1
-2
/
+4
*
writeback: writeback_inodes_sb() should use bdi_start_writeback()
Jens Axboe
2009-09-25
1
-1
/
+1
*
writeback: don't delay inodes redirtied by a fast dirtier
Wu Fengguang
2009-09-25
1
-3
/
+9
*
writeback: make the super_block pinning more efficient
Jens Axboe
2009-09-25
1
-17
/
+29
*
writeback: don't resort for a single super_block in move_expired_inodes()
Jens Axboe
2009-09-25
1
-1
/
+11
*
writeback: move inodes from one super_block together
Shaohua Li
2009-09-25
1
-3
/
+18
*
writeback: get rid to incorrect references to pdflush in comments
Jens Axboe
2009-09-25
1
-4
/
+1
*
writeback: improve readability of the wb_writeback() continue/break logic
Jens Axboe
2009-09-25
1
-20
/
+23
*
writeback: cleanup writeback_single_inode()
Wu Fengguang
2009-09-25
1
-8
/
+7
*
writeback: kupdate writeback shall not stop when more io is possible
Wu Fengguang
2009-09-25
1
-2
/
+2
*
writeback: stop background writeback when below background threshold
Wu Fengguang
2009-09-25
1
-11
/
+17
*
fs: Fix busyloop in wb_writeback()
Jan Kara
2009-09-25
1
-1
/
+18
*
writeback: fix possible bdi writeback refcounting problem
Nick Piggin
2009-09-16
1
-7
/
+6
*
writeback: Fix bdi use after free in wb_work_complete()
Nick Piggin
2009-09-16
1
-2
/
+3
*
writeback: improve scalability of bdi writeback work queues
Nick Piggin
2009-09-16
1
-1
/
+2
*
writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()
Nick Piggin
2009-09-16
1
-3
/
+3
*
writeback: use schedule_timeout_interruptible()
Jens Axboe
2009-09-16
1
-2
/
+1
*
writeback: add comments to bdi_work structure
Jens Axboe
2009-09-16
1
-7
/
+11
*
writeback: separate starting of sync vs opportunistic writeback
Jens Axboe
2009-09-16
1
-65
/
+67
*
writeback: inline allocation failure handling in bdi_alloc_queue_work()
Jens Axboe
2009-09-16
1
-22
/
+27
*
writeback: use RCU to protect bdi_list
Jens Axboe
2009-09-16
1
-3
/
+3
*
writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
Jens Axboe
2009-09-16
1
-56
/
+14
*
writeback: make wb_writeback() take an argument structure
Jens Axboe
2009-09-16
1
-29
/
+49
*
writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...
Christoph Hellwig
2009-09-16
1
-32
/
+14
*
vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
Jan Kara
2009-09-14
1
-54
/
+0
*
writeback: check for registered bdi in flusher add and inode dirty
Jens Axboe
2009-09-11
1
-0
/
+8
*
writeback: get rid of pdflush completely
Jens Axboe
2009-09-11
1
-0
/
+5
*
writeback: switch to per-bdi threads for flushing data
Jens Axboe
2009-09-11
1
-289
/
+710
*
writeback: move dirty inodes from super_block to backing_dev_info
Jens Axboe
2009-09-11
1
-70
/
+127
*
writeback: get rid of generic_sync_sb_inodes() export
Jens Axboe
2009-09-11
1
-28
/
+42
*
cleanup __writeback_single_inode
Christoph Hellwig
2009-06-24
1
-50
/
+50
*
writeback: skip new or to-be-freed inodes
Wu Fengguang
2009-06-16
1
-3
/
+3
*
fs: block_dump missing dentry locking
Nick Piggin
2009-06-11
1
-17
/
+24
*
fs: remove incorrect I_NEW warnings
Nick Piggin
2009-06-11
1
-2
/
+0
*
vfs: Make sys_sync() use fsync_super() (version 4)
Jan Kara
2009-06-11
1
-49
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-04-03
1
-1
/
+1
|
\
|
*
trivial: fix a pdlfush -> pdflush typo in comment
Masatake YAMATO
2009-03-30
1
-1
/
+1
*
|
writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...
Jeff Layton
2009-04-02
1
-4
/
+22
*
|
vfs: skip I_CLEAR state inodes
Wu Fengguang
2009-04-02
1
-1
/
+2
|
/
*
fs: new inode i_state corruption fix
Nick Piggin
2009-03-12
1
-1
/
+8
*
fs: sys_sync fix
Nick Piggin
2009-01-06
1
-19
/
+1
*
fs: sync_sb_inodes fix
Nick Piggin
2009-01-06
1
-7
/
+53
[next]