Commit Graph

137 Commits (9355aede5a3c4975e0ba8bbfe2b9d1fd73308916)

Author SHA1 Message Date
Jens Axboe a72bfd4dea writeback: pass in super_block to bdi_start_writeback() 16 years ago
Jens Axboe 56a131dcf7 writeback: writeback_inodes_sb() should use bdi_start_writeback() 16 years ago
Wu Fengguang b3af9468ae writeback: don't delay inodes redirtied by a fast dirtier 16 years ago
Jens Axboe 9ecc2738ac writeback: make the super_block pinning more efficient 16 years ago
Jens Axboe cf137307cd writeback: don't resort for a single super_block in move_expired_inodes() 16 years ago
Shaohua Li 5c03449d34 writeback: move inodes from one super_block together 16 years ago
Jens Axboe 5b0830cb90 writeback: get rid to incorrect references to pdflush in comments 16 years ago
Jens Axboe 71fd05a887 writeback: improve readability of the wb_writeback() continue/break logic 16 years ago
Wu Fengguang ae1b7f7d4b writeback: cleanup writeback_single_inode() 16 years ago
Wu Fengguang 7fbdea3232 writeback: kupdate writeback shall not stop when more io is possible 16 years ago
Wu Fengguang d3ddec7635 writeback: stop background writeback when below background threshold 16 years ago
Jan Kara a5989bdc98 fs: Fix busyloop in wb_writeback() 16 years ago
Nick Piggin 1ef7d9aa32 writeback: fix possible bdi writeback refcounting problem 16 years ago
Nick Piggin 77b9d059cb writeback: Fix bdi use after free in wb_work_complete() 16 years ago
Nick Piggin 77fad5e625 writeback: improve scalability of bdi writeback work queues 16 years ago
Nick Piggin deed62edff writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() 16 years ago
Jens Axboe 49db041430 writeback: use schedule_timeout_interruptible() 16 years ago
Jens Axboe 8010c3b634 writeback: add comments to bdi_work structure 16 years ago
Jens Axboe b6e51316da writeback: separate starting of sync vs opportunistic writeback 16 years ago
Jens Axboe bcddc3f01c writeback: inline allocation failure handling in bdi_alloc_queue_work() 16 years ago
Jens Axboe cfc4ba5365 writeback: use RCU to protect bdi_list 16 years ago
Jens Axboe f11fcae840 writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout 16 years ago
Jens Axboe c4a77a6c7d writeback: make wb_writeback() take an argument structure 16 years ago
Christoph Hellwig f0fad8a530 writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE 16 years ago
Jan Kara 18f2ee705d vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() 16 years ago
Jens Axboe 500b067c5e writeback: check for registered bdi in flusher add and inode dirty 16 years ago
Jens Axboe d0bceac747 writeback: get rid of pdflush completely 16 years ago
Jens Axboe 03ba3782e8 writeback: switch to per-bdi threads for flushing data 16 years ago
Jens Axboe 66f3b8e2e1 writeback: move dirty inodes from super_block to backing_dev_info 16 years ago
Jens Axboe d8a8559cd7 writeback: get rid of generic_sync_sb_inodes() export 16 years ago
Christoph Hellwig 01c031945f cleanup __writeback_single_inode 16 years ago
Wu Fengguang 84a8924560 writeback: skip new or to-be-freed inodes 16 years ago
Nick Piggin 4195f73d13 fs: block_dump missing dentry locking 16 years ago
Nick Piggin 545b9fd3d7 fs: remove incorrect I_NEW warnings 16 years ago
Jan Kara 5cee5815d1 vfs: Make sys_sync() use fsync_super() (version 4) 16 years ago
Jeff Layton d2caa3c549 writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3) 16 years ago
Wu Fengguang b6fac63cc1 vfs: skip I_CLEAR state inodes 16 years ago
Masatake YAMATO 3e3cb64f6c trivial: fix a pdlfush -> pdflush typo in comment 16 years ago
Nick Piggin 7ef0d7377c fs: new inode i_state corruption fix 16 years ago
Nick Piggin 856bf4d717 fs: sys_sync fix 16 years ago
Nick Piggin 38f2197766 fs: sync_sb_inodes fix 16 years ago
Nick Piggin 4f5a99d64c fs: remove WB_SYNC_HOLD 16 years ago
Francois Cami e1f8e87449 Remove Andrew Morton's old email accounts 17 years ago
Artem Bityutskiy 4ee6afd344 VFS: export sync_sb_inodes 17 years ago
Hans Reiser ae8547b0a9 VFS: move inode_lock into sync_sb_inodes 17 years ago
Adrian Bunk f11b00f3bd fs/fs-writeback.c: make 2 functions static 17 years ago
Randy Dunlap a6b91919e0 fs: fix kernel-doc notation warnings 17 years ago
Mike Galbraith 18914b1884 write_inode_now(): avoid unnecessary synchronous write 17 years ago
Akinobu Mita 797074e44d fs: use list_for_each_entry_reverse and kill sb_entry 17 years ago
Fengguang Wu 8bc3be2751 writeback: speed up writeback of big dirty files 17 years ago