aboutsummaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-11block: don't mark buffers beyond end of disk as mappedGravatar Jeff Moyer 1-1/+3
2012-04-25fs/buffer.c: remove BUG() in possible but rare conditionGravatar Glauber Costa 1-1/+0
2012-03-28fs: only send IPI to invalidate LRU BH when neededGravatar Gilad Ben-Yossef 1-1/+14
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-50/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Gravatar Tao Ma 1-1/+4
2011-10-31writeback: Add a 'reason' to wb_writeback_workGravatar Curt Wohlgemuth 1-1/+1
2011-10-28cleanup: vfs: small comment fix for block_invalidatepageGravatar Wang Sheng-Hui 1-2/+2
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Gravatar Jan Kara 1-3/+1
2011-05-28fs: block_page_mkwrite should wait for writeback to finishGravatar Darrick J. Wong 1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Gravatar Linus Torvalds 1-0/+5
2011-05-26mm/fs: add hooks to support cleancacheGravatar Dan Magenheimer 1-0/+5
2011-05-26vfs: Block mmapped writes while the fs is frozenGravatar Jan Kara 1-1/+23
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backGravatar Jan Kara 1-17/+20
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockGravatar Dave Chinner 1-1/+1
2011-03-17fs: make fsync_buffers_list() plugGravatar Jens Axboe 1-0/+6
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-10/+4
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-27/+4
2010-12-17fs: Use this_cpu_inc_return in buffer.cGravatar Christoph Lameter 1-1/+1
2010-12-17fs: Use this_cpu_xx operations in buffer.cGravatar Christoph Lameter 1-18/+17
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-17/+9
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateGravatar Namhyung Kim 1-1/+0
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-1/+1
2010-10-25fs/buffer.c: call __block_write_begin() if we have pageGravatar Namhyung Kim 1-5/+4
2010-10-25fs/buffer.c: remove duplicated assignment on b_privateGravatar Namhyung Kim 1-1/+0
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-12/+5
2010-09-10block: remove the BH_Eopnotsupp flagGravatar Christoph Hellwig 1-6/+1
2010-08-18remove SWRITE* I/O typesGravatar Christoph Hellwig 1-23/+29
2010-08-18kill BH_Ordered flagGravatar Christoph Hellwig 1-9/+8
2010-08-09get rid of block_write_begin_newtruncGravatar Christoph Hellwig 1-52/+9
2010-08-09introduce __block_write_beginGravatar Christoph Hellwig 1-43/+26
2010-08-09get rid of cont_write_begin_newtruncGravatar Christoph Hellwig 1-20/+1
2010-08-09get rid of nobh_write_begin_newtruncGravatar Christoph Hellwig 1-33/+4
2010-05-27fs: introduce new truncate sequenceGravatar npiggin@suse.de 1-25/+98
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-17/+8
2010-05-21new helper: iterate_supers()Gravatar Al Viro 1-16/+8
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeGravatar Al Viro 1-5/+2
2010-05-21Leave superblocks on s_list until the endGravatar Al Viro 1-0/+2
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesGravatar Tejun Heo 1-0/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2010-03-12fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slubGravatar Richard Kennedy 1-11/+2
2010-02-04Fix misspellings of "invocation" in comments.Gravatar Adam Buchbinder 1-1/+1
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-5/+5
2009-09-25writeback: get rid to incorrect references to pdflush in commentsGravatar Jens Axboe 1-5/+5
2009-09-24truncate: use new helpersGravatar npiggin@suse.de 1-8/+2
2009-09-23fs/buffer.c: clean up EXPORT* macrosGravatar H Hartley Sweeten 1-30/+27
2009-09-11writeback: switch to per-bdi threads for flushing dataGravatar Jens Axboe 1-1/+1
2009-08-21Re-introduce page mapping check in mark_buffer_dirty()Gravatar Linus Torvalds 1-2/+5