aboutsummaryrefslogtreecommitdiff
path: root/include/linux/buffer_head.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-1/+0
2010-09-10block: remove the BH_Eopnotsupp flagGravatar Christoph Hellwig 1-2/+0
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsGravatar Tejun Heo 1-1/+1
2010-08-18remove SWRITE* I/O typesGravatar Christoph Hellwig 1-0/+1
2010-08-18kill BH_Ordered flagGravatar Christoph Hellwig 1-2/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+5
2010-08-09buffer_head: remove redundant test from wait_on_bufferGravatar Richard Kennedy 1-6/+1
2010-08-09get rid of file_fsync()Gravatar Al Viro 1-1/+0
2010-08-09get rid of block_write_begin_newtruncGravatar Christoph Hellwig 1-6/+2
2010-08-09introduce __block_write_beginGravatar Christoph Hellwig 1-0/+2
2010-08-09get rid of cont_write_begin_newtruncGravatar Christoph Hellwig 1-3/+0
2010-08-09get rid of nobh_write_begin_newtruncGravatar Christoph Hellwig 1-5/+1
2010-05-27fs: introduce new truncate sequenceGravatar npiggin@suse.de 1-0/+9
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2009-04-16Add block_write_full_page_endio for passing endio handlerGravatar Chris Mason 1-0/+3
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+0
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 1-1/+1
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Gravatar Al Viro 1-12/+0
2009-03-27fs: move bdev code out of buffer.cGravatar Nick Piggin 1-7/+0
2009-01-09filesystem freeze: implement generic freeze featureGravatar Takashi Sato 1-1/+10
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setGravatar Keith Mannthey 1-0/+1
2008-10-20fs: buffer lock use lock bitopsGravatar Nick Piggin 1-1/+1
2008-08-04fs: rename buffer trylockGravatar Nick Piggin 1-2/+6
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeGravatar Hisashi Hifumi 1-0/+2
2008-04-29remove generic_commit_write()Gravatar Adrian Bunk 1-1/+0
2008-02-13include/linux: Remove all users of FASTCALL() macroGravatar Harvey Harrison 1-3/+3
2008-01-28Add buffer head related helper functionsGravatar Aneesh Kumar K.V 1-0/+2
2007-10-16fs: restore nobhGravatar Nick Piggin 1-3/+7
2007-10-16With reiserfs no longer using the weird generic_cont_expand, remove it comple...Gravatar Nick Piggin 1-1/+0
2007-10-16fs: new cont helpersGravatar Nick Piggin 1-2/+3
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsGravatar Nick Piggin 1-0/+10
2007-07-19[FS] Implement block_page_mkwrite.Gravatar David Chinner 1-0/+2
2007-05-07mm: optimize kill_bdev()Gravatar Peter Zijlstra 1-0/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Gravatar Peter Zijlstra 1-2/+2
2007-02-12[PATCH] warning fix: unsigned->signedGravatar Tomasz Kvarsin 1-4/+6
2007-02-12[PATCH] Make BH_Unwritten a first class bufferhead flag V2Gravatar David Chinner 1-0/+2
2006-10-17[PATCH] Fix IO error reporting on fsync()Gravatar Jan Kara 1-0/+2
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]Gravatar David Howells 1-0/+16
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]Gravatar David Howells 1-2/+1
2006-06-27[PATCH] fs/buffer.c: cleanupsGravatar Adrian Bunk 1-1/+1
2006-03-26[PATCH] pass b_size to ->get_block()Gravatar Badari Pulavarty 1-0/+1
2006-03-26[PATCH] change buffer_head.b_size to size_tGravatar Badari Pulavarty 1-8/+11
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidGravatar NeilBrown 1-2/+2
2006-03-26[PATCH] Make address_space_operations->sync_page return voidGravatar NeilBrown 1-1/+1
2006-01-08[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)Gravatar OGAWA Hirofumi 1-1/+2
2005-10-30[PATCH] ext3: Fix unmapped buffers in transaction's listsGravatar Jan Kara 1-0/+1
2005-10-29[PATCH] mm: split page table lockGravatar Hugh Dickins 1-3/+3
2005-10-28[PATCH] gfp_t: fs/*Gravatar Al Viro 1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-1/+1
2005-07-07[PATCH] page_uptodate locking scalabilityGravatar Nick Piggin 1-0/+3