aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/buffer_head.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-04fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim1-5/+42
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox1-2/+0
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro1-2/+2
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-0/+2
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+3
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+4
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-0/+1
2013-04-20buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o1-0/+4
2013-01-14buffer: make touch_buffer() an exported functionTejun Heo1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara1-0/+2
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara1-0/+14
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-1/+0
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig1-2/+0
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-1/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-0/+1
2010-08-18kill BH_Ordered flagChristoph Hellwig1-2/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-15/+5
2010-08-09buffer_head: remove redundant test from wait_on_bufferRichard Kennedy1-6/+1
2010-08-09get rid of file_fsync()Al Viro1-1/+0
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-6/+2
2010-08-09introduce __block_write_beginChristoph Hellwig1-0/+2
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-3/+0
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-5/+1
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de1-0/+9
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2009-04-16Add block_write_full_page_endio for passing endio handlerChris Mason1-0/+3
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-12/+0
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+1
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro1-12/+0
2009-03-27fs: move bdev code out of buffer.cNick Piggin1-7/+0
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato1-1/+10
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey1-0/+1
2008-10-20fs: buffer lock use lock bitopsNick Piggin1-1/+1
2008-08-04fs: rename buffer trylockNick Piggin1-2/+6
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-0/+2
2008-04-29remove generic_commit_write()Adrian Bunk1-1/+0
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-3/+3
2008-01-28Add buffer head related helper functionsAneesh Kumar K.V1-0/+2
2007-10-16fs: restore nobhNick Piggin1-3/+7
2007-10-16With reiserfs no longer using the weird generic_cont_expand, remove it completely.Nick Piggin1-1/+0
2007-10-16fs: new cont helpersNick Piggin1-2/+3
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-0/+10
2007-07-19[FS] Implement block_page_mkwrite.David Chinner1-0/+2
2007-05-07mm: optimize kill_bdev()Peter Zijlstra1-0/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-02-12[PATCH] warning fix: unsigned->signedTomasz Kvarsin1-4/+6