nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / fs-writeback.c
2010-01-02 Jaswinder Singh... writeback: add missing kernel-doc notation
2009-12-23 Eric Sandeenfs-writeback: Add helper function to start writeback...
2009-12-03 Wu Fengguangwriteback: remove unused nonblocking and congestion...
2009-12-03 Wu Fengguangwriteback: introduce wbc.for_background
2009-12-03 Wu Fengguangwriteback: remove the always false bdi_cap_writeback_di...
2009-09-25 Jens Axboewriteback: pass in super_block to bdi_start_writeback()
2009-09-25 Jens Axboewriteback: writeback_inodes_sb() should use bdi_start_w...
2009-09-25 Wu Fengguangwriteback: don't delay inodes redirtied by a fast dirtier
2009-09-25 Jens Axboewriteback: make the super_block pinning more efficient
2009-09-25 Jens Axboewriteback: don't resort for a single super_block in...
2009-09-25 Shaohua Liwriteback: move inodes from one super_block together
2009-09-25 Jens Axboewriteback: get rid to incorrect references to pdflush...
2009-09-25 Jens Axboewriteback: improve readability of the wb_writeback...
2009-09-25 Wu Fengguangwriteback: cleanup writeback_single_inode()
2009-09-25 Wu Fengguangwriteback: kupdate writeback shall not stop when more...
2009-09-25 Wu Fengguangwriteback: stop background writeback when below backgro...
2009-09-25 Jan Karafs: Fix busyloop in wb_writeback()
2009-09-16 Nick Pigginwriteback: fix possible bdi writeback refcounting problem
2009-09-16 Nick Pigginwriteback: Fix bdi use after free in wb_work_complete()
2009-09-16 Nick Pigginwriteback: improve scalability of bdi writeback work...
2009-09-16 Nick Pigginwriteback: remove smp_mb(), it's not needed with list_a...
2009-09-16 Jens Axboewriteback: use schedule_timeout_interruptible()
2009-09-16 Jens Axboewriteback: add comments to bdi_work structure
2009-09-16 Jens Axboewriteback: separate starting of sync vs opportunistic...
2009-09-16 Jens Axboewriteback: inline allocation failure handling in bdi_al...
2009-09-16 Jens Axboewriteback: use RCU to protect bdi_list
2009-09-16 Jens Axboewriteback: only use bdi_writeback_all() for WB_SYNC_NON...
2009-09-16 Jens Axboewriteback: make wb_writeback() take an argument structure
2009-09-16 Christoph Hellwigwriteback: merely wakeup flusher thread if work allocat...
2009-09-14 Jan Karavfs: Remove generic_osync_inode() and sync_page_range...
2009-09-11 Jens Axboewriteback: check for registered bdi in flusher add...
2009-09-11 Jens Axboewriteback: get rid of pdflush completely
2009-09-11 Jens Axboewriteback: switch to per-bdi threads for flushing data
2009-09-11 Jens Axboewriteback: move dirty inodes from super_block to backin...
2009-09-11 Jens Axboewriteback: get rid of generic_sync_sb_inodes() export
2009-06-24 Christoph Hellwigcleanup __writeback_single_inode
2009-06-17 Wu Fengguangwriteback: skip new or to-be-freed inodes
2009-06-12 Nick Pigginfs: block_dump missing dentry locking
2009-06-12 Nick Pigginfs: remove incorrect I_NEW warnings
2009-06-12 Jan Karavfs: Make sys_sync() use fsync_super() (version 4)
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Jeff Laytonwriteback: guard against jiffies wraparound on inode...
2009-04-03 Wu Fengguangvfs: skip I_CLEAR state inodes
2009-03-30 Masatake YAMATOtrivial: fix a pdlfush -> pdflush typo in comment
2009-03-12 Nick Pigginfs: new inode i_state corruption fix
2009-01-06 Nick Pigginfs: sys_sync fix
2009-01-06 Nick Pigginfs: sync_sb_inodes fix
2009-01-06 Nick Pigginfs: remove WB_SYNC_HOLD
2008-10-16 Francois CamiRemove Andrew Morton's old email accounts
2008-07-14 Artem BityutskiyVFS: export sync_sb_inodes
2008-07-14 Hans ReiserVFS: move inode_lock into sync_sb_inodes
2008-04-29 Adrian Bunkfs/fs-writeback.c: make 2 functions static
2008-03-20 Randy Dunlapfs: fix kernel-doc notation warnings
2008-02-08 Mike Galbraithwrite_inode_now(): avoid unnecessary synchronous write
2008-02-06 Akinobu Mitafs: use list_for_each_entry_reverse and kill sb_entry
2008-02-05 Fengguang Wuwriteback: speed up writeback of big dirty files
2008-02-05 Qi Yongskip writing data pages when inode is under I_SYNC
2008-01-15 Linus TorvaldsRevert "writeback: introduce writeback_control.more_io...
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-17 Joern Engelintroduce I_SYNC
2007-10-17 Fengguang Wuwriteback: introduce writeback_control.more_io to indic...
2007-10-17 Fengguang Wuwriteback: fix ntfs with sb_has_dirty_inodes()
2007-10-17 Fengguang Wuwriteback: fix time ordering of the per superblock...
2007-10-17 Ken Chenwriteback: fix periodic superblock dirty inode flushing
2007-10-17 Andrew Mortonwriteback: fix time ordering of the per superblock...
2007-10-17 Andrew Mortonwriteback: fix time ordering of the per superblock...
2007-10-17 Andrew Mortonwriteback: fix time ordering of the per superblock...
2007-10-17 Andrew Mortonwriteback: fix comment, use helper function
2007-10-17 Andrew Mortonwriteback: fix time ordering of the per superblock...
2007-10-17 Andrew Mortonwriteback: fix time ordering of the per superblock...
2007-10-17 Andrew Mortonwriteback: fix time ordering of the per superblock...
2007-10-17 Andrew Mortonwriteback: fix time-ordering of the per-superblock...
2007-10-10 Jens AxboeFix warnings with !CONFIG_BLOCK
2007-01-26 Linus TorvaldsWrite back inode data pages even when the inode itself...
2006-09-30 David Howells[PATCH] BLOCK: Remove dependence on existence of blockd...
2006-09-30 David Howells[PATCH] BLOCK: Move extern declarations out of fs/...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_unstable...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_dirty to...
2006-06-23 Jens Axboe[PATCH] Kill PF_SYNCWRITE flag
2006-06-23 OGAWA Hirofumi[PATCH] writeback: fix range handling
2006-03-25 OGAWA Hirofumi[PATCH] Move cond_resched() after iput() in sync_sb_ino...
2005-11-07 Randy Dunlap[PATCH] kernel-docs: fix kernel-doc format problems
2005-11-07 Andrew Morton[PATCH] write_inode_now(): write inode if not BDI_CAP_N...
2005-10-31 Andrea Arcangeli[PATCH] fix __writeback_single_inode WARN_ON
2005-10-31 Andrea Arcangeli[PATCH] fix nr_unused accounting, and avoid recursing...
2005-06-23 Kirill Korotaev[PATCH] O(1) sb list traversing on syncs
2005-05-01 Martin Waitz[PATCH] DocBook: fix some descriptions
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2