summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)Author
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara
2011-05-28fs: block_page_mkwrite should wait for writeback to finishDarrick J. Wong
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-03-17fs: make fsync_buffers_list() plugJens Axboe
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2010-12-17fs: Use this_cpu_inc_return in buffer.cChristoph Lameter
2010-12-17fs: Use this_cpu_xx operations in buffer.cChristoph Lameter
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-25fs/buffer.c: call __block_write_begin() if we have pageNamhyung Kim
2010-10-25fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim
2010-10-25fs: kill block_prepare_writeChristoph Hellwig
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-08-18kill BH_Ordered flagChristoph Hellwig
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2010-08-09introduce __block_write_beginChristoph Hellwig
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21new helper: iterate_supers()Al Viro
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro
2010-05-21Leave superblocks on s_list until the endAl Viro
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesTejun Heo
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-12fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slubRichard Kennedy
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-08-21Re-introduce page mapping check in mark_buffer_dirty()Linus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-06-06Fix nobh_truncate_page() to not pass stack garbage to get_block()Theodore Ts'o
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-02mm: close page_mkwrite racesNick Piggin
2009-05-12vfs: Add BUG_ON for delayed and unwritten flags in submit_bh()Aneesh Kumar K.V
2009-04-16Add block_write_full_page_endio for passing endio handlerChris Mason
2009-04-15buffer: switch do_emergency_thaw() away from pdflush_operation()Jens Axboe
2009-04-08block_write_full_page: switch synchronous writes to use WRITE_SYNC_PLUGTheodore Ts'o