summaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* writeback: check for registered bdi in flusher add and inode dirtyJens Axboe2009-09-111-0/+8
* writeback: get rid of pdflush completelyJens Axboe2009-09-111-0/+5
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-111-289/+710
* writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-111-70/+127
* writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-111-28/+42
* cleanup __writeback_single_inodeChristoph Hellwig2009-06-241-50/+50
* writeback: skip new or to-be-freed inodesWu Fengguang2009-06-161-3/+3
* fs: block_dump missing dentry lockingNick Piggin2009-06-111-17/+24
* fs: remove incorrect I_NEW warningsNick Piggin2009-06-111-2/+0
* vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-111-49/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\
| * trivial: fix a pdlfush -> pdflush typo in commentMasatake YAMATO2009-03-301-1/+1
* | writeback: guard against jiffies wraparound on inode->dirtied_when checks (tr...Jeff Layton2009-04-021-4/+22
* | vfs: skip I_CLEAR state inodesWu Fengguang2009-04-021-1/+2
|/
* fs: new inode i_state corruption fixNick Piggin2009-03-121-1/+8
* fs: sys_sync fixNick Piggin2009-01-061-19/+1
* fs: sync_sb_inodes fixNick Piggin2009-01-061-7/+53
* fs: remove WB_SYNC_HOLDNick Piggin2009-01-061-10/+2
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
* VFS: export sync_sb_inodesArtem Bityutskiy2008-07-141-2/+9
* VFS: move inode_lock into sync_sb_inodesHans Reiser2008-07-141-8/+3
* fs/fs-writeback.c: make 2 functions staticAdrian Bunk2008-04-291-39/+39
* fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-3/+3
* write_inode_now(): avoid unnecessary synchronous writeMike Galbraith2008-02-081-1/+1
* fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita2008-02-061-5/+2
* writeback: speed up writeback of big dirty filesFengguang Wu2008-02-051-2/+16
* skip writing data pages when inode is under I_SYNCQi Yong2008-02-051-12/+1
* Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds2008-01-141-2/+0
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* introduce I_SYNCJoern Engel2007-10-171-15/+24
* writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu2007-10-171-0/+2
* writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu2007-10-171-1/+9
* writeback: fix time ordering of the per superblock inode lists 8Fengguang Wu2007-10-171-23/+38
* writeback: fix periodic superblock dirty inode flushingKen Chen2007-10-171-22/+14
* writeback: fix time ordering of the per superblock dirty inode lists 7Andrew Morton2007-10-171-2/+2
* writeback: fix time ordering of the per superblock dirty inode lists 6Andrew Morton2007-10-171-1/+8
* writeback: fix time ordering of the per superblock dirty inode lists 5Andrew Morton2007-10-171-1/+1
* writeback: fix comment, use helper functionAndrew Morton2007-10-171-4/+11
* writeback: fix time ordering of the per superblock dirty inode lists 4Andrew Morton2007-10-171-1/+23
* writeback: fix time ordering of the per superblock dirty inode lists 3Andrew Morton2007-10-171-1/+1
* writeback: fix time ordering of the per superblock dirty inode lists: memory-...Andrew Morton2007-10-171-1/+1
* writeback: fix time-ordering of the per-superblock dirty-inode listsAndrew Morton2007-10-171-1/+25
* Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-0/+1
* Write back inode data pages even when the inode itself is lockedLinus Torvalds2007-01-261-1/+12
* [PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6]David Howells2006-09-301-3/+3
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-2/+1
* [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-301-1/+1
* [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-1/+1
* [PATCH] Kill PF_SYNCWRITE flagJens Axboe2006-06-231-2/+0
* [PATCH] writeback: fix range handlingOGAWA Hirofumi2006-06-231-0/+4
OpenPOWER on IntegriCloud