summaryrefslogtreecommitdiffstats
path: root/include/linux/buffer_head.h
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara2017-02-081-3/+1
* fs: Remove unmap_underlying_metadataJan Kara2016-11-041-1/+0
* fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-041-0/+4
* fs: Provide function to unmap metadata for a range of blocksJan Kara2016-11-041-0/+2
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-5/+6
|\
| * fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-4/+5
* | fs: export __block_write_full_pageBenjamin Marzinski2016-06-271-0/+3
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* bufferhead: force inlining of buffer head flag operationsDenys Vlasenko2016-03-171-5/+5
* vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-2/+0
* bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov2015-07-021-0/+7
* fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim2014-09-041-5/+42
* fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-041-2/+0
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-011-2/+2
* direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-041-0/+2
* 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