index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
don't busy retry the inode on failed grab_super_passive()
Wu Fengguang
2011-07-31
1
-1
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...
Linus Torvalds
2011-07-26
1
-165
/
+208
|
\
|
*
writeback: don't busy retry writeback on new/freeing inodes
Wu Fengguang
2011-07-24
1
-1
/
+1
|
*
writeback: scale IO chunk size up to half device bandwidth
Wu Fengguang
2011-07-09
1
-13
/
+10
|
*
writeback: introduce smoothed global dirty limit
Wu Fengguang
2011-07-09
1
-1
/
+1
|
*
writeback: bdi write bandwidth estimation
Wu Fengguang
2011-07-09
1
-0
/
+13
|
*
writeback: make writeback_control.nr_to_write straight
Wu Fengguang
2011-07-09
1
-85
/
+111
|
*
writeback: trace event writeback_queue_io
Wu Fengguang
2011-06-08
1
-4
/
+10
|
*
writeback: trace event writeback_single_inode
Wu Fengguang
2011-06-08
1
-0
/
+4
|
*
writeback: remove writeback_control.more_io
Wu Fengguang
2011-06-08
1
-7
/
+2
|
*
writeback: avoid extra sync work at enqueue time
Wu Fengguang
2011-06-08
1
-13
/
+3
|
*
writeback: elevate queue_io() into wb_writeback()
Wu Fengguang
2011-06-08
1
-17
/
+12
|
*
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
Christoph Hellwig
2011-06-08
1
-48
/
+49
|
*
writeback: refill b_io iff empty
Wu Fengguang
2011-06-08
1
-2
/
+3
|
*
writeback: the kupdate expire timestamp should be a moving target
Wu Fengguang
2011-06-08
1
-5
/
+6
|
*
writeback: try more writeback as long as something was written
Wu Fengguang
2011-06-08
1
-8
/
+8
|
*
writeback: introduce writeback_control.inodes_written
Wu Fengguang
2011-06-08
1
-0
/
+4
|
*
writeback: update dirtied_when for synced inode to prevent livelock
Wu Fengguang
2011-06-08
1
-0
/
+9
|
*
writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage
Wu Fengguang
2011-06-08
1
-8
/
+9
*
|
superblock: move pin_sb_for_writeback() to fs/super.c
Dave Chinner
2011-07-20
1
-27
/
+1
|
/
*
fs: pass exact type of data dirties to ->dirty_inode
Christoph Hellwig
2011-05-27
1
-4
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
fs: pull inode->i_lock up out of writeback_single_inode
Dave Chinner
2011-03-24
1
-7
/
+11
*
fs: move i_wb_list out from under inode_lock
Dave Chinner
2011-03-24
1
-32
/
+44
*
fs: move i_sb_list out from under inode_lock
Dave Chinner
2011-03-24
1
-10
/
+11
*
fs: protect inode->i_state with inode->i_lock
Dave Chinner
2011-03-24
1
-10
/
+34
*
fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc
Stefan Hajnoczi
2011-01-13
1
-1
/
+1
*
sync_inode_metadata: fix comment
Andrew Morton
2011-01-13
1
-2
/
+2
*
writeback: avoid livelocking WB_SYNC_ALL writeback
Jan Kara
2011-01-13
1
-4
/
+23
*
writeback: stop background/kupdate works from livelocking other works
Jan Kara
2011-01-13
1
-0
/
+10
*
writeback: trace wakeup event for background writeback
Wu Fengguang
2011-01-13
1
-0
/
+1
*
writeback: integrated background writeback work
Jan Kara
2011-01-13
1
-15
/
+46
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2010-10-30
1
-7
/
+40
|
\
|
*
Add new functions for triggering inode writeback
Chris Mason
2010-10-29
1
-10
/
+42
*
|
fs-writeback.c: unify some common code
Linus Torvalds
2010-10-30
1
-10
/
+13
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-10-26
1
-29
/
+51
|
\
\
|
*
|
fs: skip I_FREEING inodes in writeback_sb_inodes
Christoph Hellwig
2010-10-25
1
-2
/
+7
|
*
|
fs: inode split IO and LRU lists
Nick Piggin
2010-10-25
1
-17
/
+18
|
*
|
fs: Implement lazy LRU updates for inodes
Nick Piggin
2010-10-25
1
-7
/
+4
|
*
|
fs: Convert nr_inodes and nr_unused to per-cpu counters
Dave Chinner
2010-10-25
1
-3
/
+2
|
*
|
new helper: inode_unhashed()
Al Viro
2010-10-25
1
-1
/
+1
|
*
|
fs: add sync_inode_metadata
Christoph Hellwig
2010-10-25
1
-0
/
+20
|
|
/
*
|
kernel: remove PF_FLUSHER
Peter Zijlstra
2010-10-26
1
-1
/
+1
*
|
fs/fs-writeback.c: restore lost comment
Andrew Morton
2010-10-26
1
-0
/
+4
*
|
writeback: remove the internal 5% low bound on dirty_ratio
Wu Fengguang
2010-10-26
1
-1
/
+1
|
/
*
writeback: always use sb->s_bdi for writeback purposes
Christoph Hellwig
2010-10-04
1
-15
/
+4
*
bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends
Jan Kara
2010-09-22
1
-2
/
+21
*
writeback: Fix lost wake-up shutting down writeback thread
J. Bruce Fields
2010-08-28
1
-1
/
+1
*
mm: fix writeback_in_progress()
Jan Kara
2010-08-12
1
-1
/
+3
*
writeback: merge for_kupdate and !for_kupdate cases
Wu Fengguang
2010-08-12
1
-33
/
+10
[next]