Commit Graph

213 Commits (dbd5768f87ff6fb0a4fe09c4d7b6c4a24de99430)

Author SHA1 Message Date
Jan Kara 4f8ad655db writeback: Refactor writeback_single_inode() 13 years ago
Jan Kara f0d07b7ffd writeback: Remove wb->list_lock from writeback_single_inode() 13 years ago
Jan Kara ccb26b5a65 writeback: Separate inode requeueing after writeback 13 years ago
Jan Kara 6290be1c1d writeback: Move I_DIRTY_PAGES handling 13 years ago
Jan Kara cc1676d917 writeback: Move requeueing when I_SYNC set to writeback_sb_inodes() 13 years ago
Jan Kara 365b94ae67 writeback: Move clearing of I_SYNC into inode_sync_complete() 13 years ago
Jan Kara 697e6fed9f writeback: Remove outdated comment 13 years ago
Jan Kara f469ec9c5b fs: Remove bogus wait in write_inode_now() 13 years ago
Fengguang Wu c097b2ca51 writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment header 13 years ago
Paul Gortmaker 630d9c4727 fs: reduce the use of module.h wherever possible 13 years ago
Wu Fengguang 15eb77a07c writeback: fix NULL bdi->dev in trace writeback_single_inode 13 years ago
Wu Fengguang bc31b86a59 writeback: move MIN_WRITEBACK_PAGES to fs-writeback.c 13 years ago
Al Viro ff01bb4832 fs: move code out of buffer.c 13 years ago
Jan Kara 1bc36b6426 writeback: Include all dirty inodes in background writeback 13 years ago
Wu Fengguang b3bba872dd writeback: show writeback reason with __print_symbolic 13 years ago
Marcos Paulo de Souza 786228ab30 writeback: Fix issue on make htmldocs 13 years ago
Tejun Heo 8a32c441c1 freezer: implement and use kthread_freezable_should_stop() 13 years ago
Curt Wohlgemuth 0e175a1835 writeback: Add a 'reason' to wb_writeback_work 13 years ago
Curt Wohlgemuth ad4e38dd6a writeback: send work item to queue_io, move_expired_inodes 13 years ago
Wu Fengguang b00949aa2d writeback: per-bdi background threshold 14 years ago
Wu Fengguang af6a311384 writeback: add bg_threshold parameter to __bdi_update_bandwidth() 14 years ago
Wu Fengguang 0e995816f4 don't busy retry the inode on failed grab_super_passive() 14 years ago
Wu Fengguang fcc5c22218 writeback: don't busy retry writeback on new/freeing inodes 14 years ago
Dave Chinner 12ad3ab661 superblock: move pin_sb_for_writeback() to fs/super.c 14 years ago
Wu Fengguang 1a12d8bd7b writeback: scale IO chunk size up to half device bandwidth 14 years ago
Wu Fengguang c42843f2f0 writeback: introduce smoothed global dirty limit 14 years ago
Wu Fengguang e98be2d599 writeback: bdi write bandwidth estimation 14 years ago
Wu Fengguang d46db3d582 writeback: make writeback_control.nr_to_write straight 14 years ago
Wu Fengguang e84d0a4f8e writeback: trace event writeback_queue_io 14 years ago
Wu Fengguang 251d6a471c writeback: trace event writeback_single_inode 14 years ago
Wu Fengguang b7a2441f99 writeback: remove writeback_control.more_io 14 years ago
Wu Fengguang e185dda89d writeback: avoid extra sync work at enqueue time 14 years ago
Wu Fengguang e8dfc30582 writeback: elevate queue_io() into wb_writeback() 14 years ago
Christoph Hellwig f758eeabeb writeback: split inode_wb_list_lock into bdi_writeback.list_lock 14 years ago
Wu Fengguang 424b351fe1 writeback: refill b_io iff empty 14 years ago
Wu Fengguang ba9aa8399f writeback: the kupdate expire timestamp should be a moving target 14 years ago
Wu Fengguang e6fb6da2e1 writeback: try more writeback as long as something was written 14 years ago
Wu Fengguang cb9bd1159c writeback: introduce writeback_control.inodes_written 14 years ago
Wu Fengguang 94c3dcbb0b writeback: update dirtied_when for synced inode to prevent livelock 14 years ago
Wu Fengguang 6e6938b6d3 writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage 14 years ago
Christoph Hellwig aa38572954 fs: pass exact type of data dirties to ->dirty_inode 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Dave Chinner 0f1b1fd86f fs: pull inode->i_lock up out of writeback_single_inode 14 years ago
Dave Chinner a66979abad fs: move i_wb_list out from under inode_lock 14 years ago
Dave Chinner 55fa6091d8 fs: move i_sb_list out from under inode_lock 14 years ago
Dave Chinner 250df6ed27 fs: protect inode->i_state with inode->i_lock 14 years ago
Stefan Hajnoczi cb9ef8d5e3 fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc 14 years ago
Andrew Morton c691b9d983 sync_inode_metadata: fix comment 14 years ago
Jan Kara b9543dac5b writeback: avoid livelocking WB_SYNC_ALL writeback 14 years ago
Jan Kara aa373cf550 writeback: stop background/kupdate works from livelocking other works 14 years ago