aboutsummaryrefslogtreecommitdiff
path: root/fs/fs-writeback.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-16Remove Andrew Morton's old email accountsGravatar Francois Cami 1-1/+1
2008-07-14VFS: export sync_sb_inodesGravatar Artem Bityutskiy 1-2/+9
2008-07-14VFS: move inode_lock into sync_sb_inodesGravatar Hans Reiser 1-8/+3
2008-04-29fs/fs-writeback.c: make 2 functions staticGravatar Adrian Bunk 1-39/+39
2008-03-19fs: fix kernel-doc notation warningsGravatar Randy Dunlap 1-3/+3
2008-02-08write_inode_now(): avoid unnecessary synchronous writeGravatar Mike Galbraith 1-1/+1
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryGravatar Akinobu Mita 1-5/+2
2008-02-05writeback: speed up writeback of big dirty filesGravatar Fengguang Wu 1-2/+16
2008-02-05skip writing data pages when inode is under I_SYNCGravatar Qi Yong 1-12/+1
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Gravatar Linus Torvalds 1-2/+0
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 1-1/+1
2007-10-17introduce I_SYNCGravatar Joern Engel 1-15/+24
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioGravatar Fengguang Wu 1-0/+2
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Gravatar Fengguang Wu 1-1/+9
2007-10-17writeback: fix time ordering of the per superblock inode lists 8Gravatar Fengguang Wu 1-23/+38
2007-10-17writeback: fix periodic superblock dirty inode flushingGravatar Ken Chen 1-22/+14
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 7Gravatar Andrew Morton 1-2/+2
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 6Gravatar Andrew Morton 1-1/+8
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 5Gravatar Andrew Morton 1-1/+1
2007-10-17writeback: fix comment, use helper functionGravatar Andrew Morton 1-4/+11
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 4Gravatar Andrew Morton 1-1/+23
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 3Gravatar Andrew Morton 1-1/+1
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists: memory-...Gravatar Andrew Morton 1-1/+1
2007-10-17writeback: fix time-ordering of the per-superblock dirty-inode listsGravatar Andrew Morton 1-1/+25
2007-10-10Fix warnings with !CONFIG_BLOCKGravatar Jens Axboe 1-0/+1
2007-01-26Write back inode data pages even when the inode itself is lockedGravatar Linus Torvalds 1-1/+12
2006-09-30[PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6]Gravatar David Howells 1-3/+3
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]Gravatar David Howells 1-2/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-23[PATCH] Kill PF_SYNCWRITE flagGravatar Jens Axboe 1-2/+0
2006-06-23[PATCH] writeback: fix range handlingGravatar OGAWA Hirofumi 1-0/+4
2006-03-25[PATCH] Move cond_resched() after iput() in sync_sb_inodes()Gravatar OGAWA Hirofumi 1-1/+1
2005-11-07[PATCH] kernel-docs: fix kernel-doc format problemsGravatar Randy Dunlap 1-2/+3
2005-11-07[PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACKGravatar Andrew Morton 1-1/+1
2005-10-31[PATCH] fix __writeback_single_inode WARN_ONGravatar Andrea Arcangeli 1-1/+1
2005-10-30[PATCH] fix nr_unused accounting, and avoid recursing in iput with I_WILL_FRE...Gravatar Andrea Arcangeli 1-12/+16
2005-06-23[PATCH] O(1) sb list traversing on syncsGravatar Kirill Korotaev 1-37/+27
2005-05-01[PATCH] DocBook: fix some descriptionsGravatar Martin Waitz 1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+695