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
*
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
*
writeback: fix queue_io() ordering
Wu Fengguang
2010-08-12
1
-1
/
+9
*
writeback: don't redirty tail an inode with dirty pages
Wu Fengguang
2010-08-12
1
-13
/
+9
*
writeback: avoid unnecessary calculation of bdi dirty thresholds
Wu Fengguang
2010-08-12
1
-1
/
+1
*
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-10
1
-57
/
+104
|
\
|
*
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
2010-08-07
1
-25
/
+11
|
*
writeback: prevent unnecessary bdi threads wakeups
Artem Bityutskiy
2010-08-07
1
-11
/
+48
|
*
writeback: move bdi threads exiting logic to the forker thread
Artem Bityutskiy
2010-08-07
1
-42
/
+12
|
*
writeback: move last_active to bdi
Artem Bityutskiy
2010-08-07
1
-3
/
+3
|
*
writeback: do not remove bdi from bdi_list
Artem Bityutskiy
2010-08-07
1
-7
/
+0
|
*
writeback: do not lose wake-ups in bdi threads
Artem Bityutskiy
2010-08-07
1
-8
/
+9
|
*
writeback: harmonize writeback threads naming
Artem Bityutskiy
2010-08-07
1
-1
/
+1
|
*
writeback: remove wb in get_next_work_item
Minchan Kim
2010-08-07
1
-2
/
+2
|
*
writeback: Add tracing to balance_dirty_pages
Dave Chinner
2010-08-07
1
-0
/
+5
|
*
writeback: Initial tracing support
Dave Chinner
2010-08-07
1
-8
/
+30
|
*
writeback: merge bdi_writeback_task and bdi_start_fn
Christoph Hellwig
2010-08-07
1
-1
/
+34
|
*
writeback: remove wb_list
Christoph Hellwig
2010-08-07
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-08-10
1
-4
/
+4
|
\
\
|
*
|
simplify checks for I_CLEAR/I_FREEING
Al Viro
2010-08-09
1
-4
/
+4
|
|
/
*
|
mm: avoid resetting wb_start after each writeback round
Jan Kara
2010-08-09
1
-2
/
+3
|
/
*
writeback: simplify the write back thread queue
Christoph Hellwig
2010-07-06
1
-184
/
+69
[next]