summaryrefslogtreecommitdiff
path: root/include/linux/buffer_head.h
AgeCommit message (Expand)Author
2008-10-20fs: buffer lock use lock bitopsNick Piggin
2008-08-04fs: rename buffer trylockNick Piggin
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi
2008-04-29remove generic_commit_write()Adrian Bunk
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2008-01-28Add buffer head related helper functionsAneesh Kumar K.V
2007-10-16fs: restore nobhNick Piggin
2007-10-16With reiserfs no longer using the weird generic_cont_expand, remove it comple...Nick Piggin
2007-10-16fs: new cont helpersNick Piggin
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-07-19[FS] Implement block_page_mkwrite.David Chinner
2007-05-07mm: optimize kill_bdev()Peter Zijlstra
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra
2007-02-12[PATCH] warning fix: unsigned->signedTomasz Kvarsin
2007-02-12[PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner
2006-10-17[PATCH] Fix IO error reporting on fsync()Jan Kara
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells
2006-06-27[PATCH] fs/buffer.c: cleanupsAdrian Bunk
2006-03-26[PATCH] pass b_size to ->get_block()Badari Pulavarty
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown
2006-03-26[PATCH] Make address_space_operations->sync_page return voidNeilBrown
2006-01-08[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi
2005-10-30[PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara
2005-10-29[PATCH] mm: split page table lockHugh Dickins
2005-10-28[PATCH] gfp_t: fs/*Al Viro
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-07-07[PATCH] page_uptodate locking scalabilityNick Piggin
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-07[PATCH] Add nobh_writepage() supportBadari Pulavarty
2004-11-01[PATCH] fs/buffer.c exports for NTFSAnton Altaparmakov
2004-10-27[PATCH] make buffer head argument of buffer_##name "const"Werner Almesberger
2004-10-18[PATCH] jbd wakeup fixAndrew Morton
2004-09-07[PATCH] Missing static in buffer.cChristoph Hellwig
2004-08-26[PATCH] Add a few might_sleep() checksIngo Molnar
2004-08-23[PATCH] reduce size of struct buffer_head on 64bitAnton Blanchard
2004-08-22[PATCH] Concurrent O_SYNC write supportAndrew Morton
2004-08-22[PATCH] add BH_Eopnotsupp for testing async barrier failuresChris Mason
2004-08-22[PATCH] make sync_dirty_buffer() return something usefulAndrew Morton
2004-08-22[PATCH] disk barriers: coreJens Axboe
2004-05-14[PATCH] filtered wakeups: apply to buffer_head functionsAndrew Morton
2004-04-20[PATCH] lockfs - vfs bitsAndrew Morton
2004-04-17[PATCH] remove buffer_error()Andrew Morton
2004-04-17[PATCH] kill submit_{bh,bio} return valueAndrew Morton
2004-01-19[PATCH] if ... BUG() -> BUG_ON()Andrew Morton
2004-01-18[PATCH] bdev: generic_osync_inode() conversionAndrew Morton
2003-08-18[PATCH] async write errors: report truncate and io errors onAndrew Morton
2003-07-03Add an asynchronous buffer read-ahead facility. NobodyLinus Torvalds
2003-04-24[PATCH] invalidate_device()/check_disk_change() fixesAlexander Viro