aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/buffer_head.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02ext4: convert fault handler to use vm_fault_t typeSouptick Joarder1-1/+1
2018-06-01fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig1-2/+0
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2018-02-02buffer: Avoid setting buffer bits that are already setKemi Wang1-1/+4
2018-01-25fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers1-1/+0
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox1-0/+1
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe1-1/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2
2017-07-06buffer: set errors in mapping at the time that the error occursJeff Layton1-0/+1
2017-07-02vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher1-0/+2
2017-04-26fs: remove _submit_bh()Eric Biggers1-2/+0
2017-02-08mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara1-3/+1
2016-11-04fs: Remove unmap_underlying_metadataJan Kara1-1/+0
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-0/+4
2016-11-04fs: Provide function to unmap metadata for a range of blocksJan Kara1-0/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+6
2016-06-27fs: export __block_write_full_pageBenjamin Marzinski1-0/+3
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-4/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-17bufferhead: force inlining of buffer head flag operationsDenys Vlasenko1-5/+5
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-2/+0
2015-07-02bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov1-0/+7
2014-09-04fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim1-5/+42
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox1-2/+0
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro1-2/+2
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig1-0/+2
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+3
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+4
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-0/+1
2013-04-20buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o1-0/+4
2013-01-14buffer: make touch_buffer() an exported functionTejun Heo1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara1-0/+2
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara1-0/+14
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-1/+0
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig1-2/+0
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-1/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-0/+1
2010-08-18kill BH_Ordered flagChristoph Hellwig1-2/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-15/+5
2010-08-09buffer_head: remove redundant test from wait_on_bufferRichard Kennedy1-6/+1
2010-08-09get rid of file_fsync()Al Viro1-1/+0
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-6/+2
2010-08-09introduce __block_write_beginChristoph Hellwig1-0/+2