aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara1-18/+4
2012-07-31fs: Push file_update_time() into __block_page_mkwrite()Jan Kara1-0/+6
2012-07-13block: fix infinite loop in __getblk_slowJeff Moyer1-9/+13
2012-05-30fs: Move bh_cachep to the __read_mostly sectionShai Fultheim1-1/+1
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer1-1/+3
2012-04-25fs/buffer.c: remove BUG() in possible but rare conditionGlauber Costa1-1/+0
2012-03-28fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef1-1/+14
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-50/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma1-1/+4
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+1
2011-10-28cleanup: vfs: small comment fix for block_invalidatepageWang Sheng-Hui1-2/+2
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara1-3/+1
2011-05-28fs: block_page_mkwrite should wait for writeback to finishDarrick J. Wong1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmemLinus Torvalds1-0/+5
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer1-0/+5
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara1-1/+23
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara1-17/+20
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-1/+1
2011-03-17fs: make fsync_buffers_list() plugJens Axboe1-0/+6
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-10/+4
2011-03-10block: remove per-queue pluggingJens Axboe1-27/+4
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