summaryrefslogtreecommitdiffstats
path: root/include/linux/buffer_head.h
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2013-07-031-0/+3
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-05-011-0/+4
|\
| * buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o2013-04-201-0/+4
* | mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-291-0/+1
|/
* buffer: make touch_buffer() an exported functionTejun Heo2013-01-141-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* vfs: Block mmapped writes while the fs is frozenJan Kara2011-05-261-0/+2
* vfs: Create __block_page_mkwrite() helper passing error values backJan Kara2011-05-261-0/+14
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* fs: kill block_prepare_writeChristoph Hellwig2010-10-251-1/+0
* block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-101-2/+0
* block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-101-1/+1
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-0/+1
* kill BH_Ordered flagChristoph Hellwig2010-08-181-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-15/+5
|\
| * get rid of file_fsync()Al Viro2010-08-091-1/+0
| * get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-6/+2
| * introduce __block_write_beginChristoph Hellwig2010-08-091-0/+2
| * get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-3/+0
| * get rid of nobh_write_begin_newtruncChristoph Hellwig2010-08-091-5/+1
* | buffer_head: remove redundant test from wait_on_bufferRichard Kennedy2010-08-091-6/+1
|/
* fs: introduce new truncate sequencenpiggin@suse.de2010-05-271-0/+9
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* Add block_write_full_page_endio for passing endio handlerChris Mason2009-04-161-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-12/+0
|\
| * Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro2009-04-011-12/+0
* | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-1/+1
|/
* fs: move bdev code out of buffer.cNick Piggin2009-03-271-7/+0
* filesystem freeze: implement generic freeze featureTakashi Sato2009-01-091-1/+10
* block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2008-12-291-0/+1
* fs: buffer lock use lock bitopsNick Piggin2008-10-201-1/+1
* fs: rename buffer trylockNick Piggin2008-08-041-2/+6
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-0/+2
* remove generic_commit_write()Adrian Bunk2008-04-291-1/+0
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-131-3/+3
* Add buffer head related helper functionsAneesh Kumar K.V2008-01-281-0/+2
* fs: restore nobhNick Piggin2007-10-161-3/+7
* With reiserfs no longer using the weird generic_cont_expand, remove it comple...Nick Piggin2007-10-161-1/+0
* fs: new cont helpersNick Piggin2007-10-161-2/+3
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-0/+10
* [FS] Implement block_page_mkwrite.David Chinner2007-07-191-0/+2
* mm: optimize kill_bdev()Peter Zijlstra2007-05-071-0/+1
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-071-2/+2
* [PATCH] warning fix: unsigned->signedTomasz Kvarsin2007-02-121-4/+6
* [PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner2007-02-121-0/+2
* [PATCH] Fix IO error reporting on fsync()Jan Kara2006-10-171-0/+2
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+16
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-2/+1
* [PATCH] fs/buffer.c: cleanupsAdrian Bunk2006-06-271-1/+1