aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-17fs: Use this_cpu_inc_return in buffer.cChristoph Lameter1-1/+1
2010-12-17fs: Use this_cpu_xx operations in buffer.cChristoph Lameter1-18/+17
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-17/+9
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim1-1/+0
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+1
2010-10-25fs/buffer.c: call __block_write_begin() if we have pageNamhyung Kim1-5/+4
2010-10-25fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim1-1/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-12/+5
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig1-6/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-23/+29
2010-08-18kill BH_Ordered flagChristoph Hellwig1-9/+8
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-52/+9
2010-08-09introduce __block_write_beginChristoph Hellwig1-43/+26
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-20/+1
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-33/+4
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de1-25/+98
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-17/+8
2010-05-21new helper: iterate_supers()Al Viro1-16/+8
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro1-5/+2
2010-05-21Leave superblocks on s_list until the endAl Viro1-0/+2
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesTejun Heo1-0/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-12fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slubRichard Kennedy1-11/+2
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder1-1/+1
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+5
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe1-5/+5
2009-09-24truncate: use new helpersnpiggin@suse.de1-8/+2
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten1-30/+27
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-1/+1
2009-08-21Re-introduce page mapping check in mark_buffer_dirty()Linus Torvalds1-2/+5
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2009-06-06Fix nobh_truncate_page() to not pass stack garbage to get_block()Theodore Ts'o1-0/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-3/+3
2009-05-02mm: close page_mkwrite racesNick Piggin1-4/+6
2009-05-12vfs: Add BUG_ON for delayed and unwritten flags in submit_bh()Aneesh Kumar K.V1-0/+2
2009-04-16Add block_write_full_page_endio for passing endio handlerChris Mason1-11/+34
2009-04-15buffer: switch do_emergency_thaw() away from pdflush_operation()Jens Axboe1-2/+9
2009-04-08block_write_full_page: switch synchronous writes to use WRITE_SYNC_PLUGTheodore Ts'o1-1/+12
2009-04-06block: switch sync_dirty_buffer() over to WRITE_SYNCJens Axboe1-1/+1
2009-04-06block: fsync_buffers_list() should use SWRITE_SYNC_PLUGJens Axboe1-4/+16
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2009-04-02vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan1-3/+3
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen1-0/+33
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki1-1/+1
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin1-4/+8
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+5
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin1-8/+1
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro1-1/+0