summaryrefslogtreecommitdiffstats
path: root/include/linux/buffer_head.h
Commit message (Expand)AuthorAgeFilesLines
* fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig2018-06-011-2/+0
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-041-1/+4
|\
| * buffer: Avoid setting buffer bits that are already setKemi Wang2018-02-021-1/+4
* | fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers2018-01-251-1/+0
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\
| * buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-131-0/+1
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-0/+2
|\
| * vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher2017-07-021-0/+2
* | buffer: set errors in mapping at the time that the error occursJeff Layton2017-07-061-0/+1
|/
* fs: remove _submit_bh()Eric Biggers2017-04-261-2/+0
* 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