Commit Graph

243 Commits (4351654e3ddf86a04966163dce4def586303e5cc)

Author SHA1 Message Date
Yan Hong 02c0ab684f fs/buffer.c: remove redundant initialization in alloc_page_buffers() 12 years ago
Yan Hong a3f3c29cb2 fs/buffer.c: do not inline exported function 12 years ago
Rafael Aquini 252aa6f5be mm: redefine address_space.assoc_mapping 12 years ago
Dan Carpenter 27d7c2a006 vfs: clear to the end of the buffer on partial buffer reads 12 years ago
Linus Torvalds 57302e0ddf vfs: avoid "attempt to access beyond end of device" warnings 12 years ago
Linus Torvalds bbec0270bd blkdev_max_block: make private to fs/buffer.c 12 years ago
Linus Torvalds 45bce8f3e3 fs/buffer.c: make block-size be per-page and protected by the page lock 12 years ago
Theodore Ts'o 041bbb6d36 ext4: fix mtime update in nodelalloc mode 13 years ago
Hugh Dickins 676ce6d5ca block: replace __getblk_slow misfix by grow_dev_page fix 13 years ago
Jan Kara 14da920014 fs: Protect write paths by sb_start_write - sb_end_write 13 years ago
Jan Kara 5e8830dc85 fs: Push file_update_time() into __block_page_mkwrite() 13 years ago
Jeff Moyer 91f68c89d8 block: fix infinite loop in __getblk_slow 13 years ago
Shai Fultheim a0a9b04337 fs: Move bh_cachep to the __read_mostly section 13 years ago
Jeff Moyer 080399aaaf block: don't mark buffers beyond end of disk as mapped 13 years ago
Glauber Costa 61065a30af fs/buffer.c: remove BUG() in possible but rare condition 13 years ago
Gilad Ben-Yossef 42be35d039 fs: only send IPI to invalidate LRU BH when needed 13 years ago
Paul Gortmaker 630d9c4727 fs: reduce the use of module.h wherever possible 13 years ago
Al Viro ff01bb4832 fs: move code out of buffer.c 13 years ago
Tao Ma 72a2ebd8bc fs/buffer.c: add device information for error output in __find_get_block_slow() 13 years ago
Curt Wohlgemuth 0e175a1835 writeback: Add a 'reason' to wb_writeback_work 13 years ago
Wang Sheng-Hui 814e1d25a5 cleanup: vfs: small comment fix for block_invalidatepage 13 years ago
Jan Kara f9f07b6c13 vfs: Fix data corruption after failed write in __block_write_begin() 14 years ago
Darrick J. Wong d76ee18a85 fs: block_page_mkwrite should wait for writeback to finish 14 years ago
Dan Magenheimer c515e1fd36 mm/fs: add hooks to support cleancache 14 years ago
Jan Kara ea13a86463 vfs: Block mmapped writes while the fs is frozen 14 years ago
Jan Kara 24da4fab5a vfs: Create __block_page_mkwrite() helper passing error values back 14 years ago
Dave Chinner 250df6ed27 fs: protect inode->i_state with inode->i_lock 14 years ago
Jens Axboe 4ee2491ed8 fs: make fsync_buffers_list() plug 14 years ago
Jens Axboe 721a9602e6 block: kill off REQ_UNPLUG 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Christoph Lameter ee1be86263 fs: Use this_cpu_inc_return in buffer.c 14 years ago
Christoph Lameter c7b92516a9 fs: Use this_cpu_xx operations in buffer.c 14 years ago
Namhyung Kim 1df79da856 fs/buffer.c: remove duplicated assignment to b_private 15 years ago
Wu Fengguang 1b430beee5 writeback: remove nonblocking/encountered_congestion references 15 years ago
Namhyung Kim 309f77ad9b fs/buffer.c: call __block_write_begin() if we have page 15 years ago
Namhyung Kim 8358e7d71e fs/buffer.c: remove duplicated assignment on b_private 15 years ago
Christoph Hellwig ebdec241d5 fs: kill block_prepare_write 15 years ago
Christoph Hellwig 0edd55faea block: remove the BH_Eopnotsupp flag 15 years ago
Christoph Hellwig 9cb569d601 remove SWRITE* I/O types 15 years ago
Christoph Hellwig 87e99511ea kill BH_Ordered flag 15 years ago
Christoph Hellwig 155130a4f7 get rid of block_write_begin_newtrunc 15 years ago
Christoph Hellwig 6e1db88d53 introduce __block_write_begin 15 years ago
Christoph Hellwig 282dc17884 get rid of cont_write_begin_newtrunc 15 years ago
Christoph Hellwig ea0f04e595 get rid of nobh_write_begin_newtrunc 15 years ago
npiggin@suse.de 7bb46a6734 fs: introduce new truncate sequence 15 years ago
Al Viro 01a05b337a new helper: iterate_supers() 15 years ago
Al Viro 6754af6464 Convert simple loops over superblocks to list_for_each_entry_safe 15 years ago
Al Viro 551de6f34d Leave superblocks on s_list until the end 15 years ago
Tejun Heo fa4b9074cd buffer: make invalidate_bdev() drain all percpu LRU add caches 15 years ago
Richard Kennedy 019b4d123a fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slub 15 years ago