aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-06fs: fix performance regression in clean_bdev_aliases()Jan Kara1-6/+8
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-6/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-07-10fs/buffer.c: make bh_lru_install() more efficientEric Biggers1-28/+15
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+124
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+4
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+13
2017-07-06buffer: set errors in mapping at the time that the error occursJeff Layton1-7/+13
2017-07-06buffer: use mapping_set_error instead of setting the flagJeff Layton1-1/+1
2017-07-05fs: generic_block_bmap(): initialize all of the fields in the temp bhAlexander Potapenko1-4/+4
2017-07-02vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher1-0/+124
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe1-5/+8
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+5
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-8/+5
2017-04-26fs: remove _submit_bh()Eric Biggers1-14/+5
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar1-0/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-6/+6
2017-01-02clean_bdev_aliases: Prevent cleaning blocks that are not in block rangeChandan Rajendra1-1/+1
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+73
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2016-11-09fs/buffer: Convert to hotplug state machineSebastian Andrzej Siewior1-10/+6
2016-11-04fs: Remove unmap_underlying_metadataJan Kara1-32/+0
2016-11-04fs: Add helper to clean bdev aliases under a bh and use itJan Kara1-5/+3
2016-11-04fs: Provide function to unmap metadata for a range of blocksJan Kara1-0/+76
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-4/+4
2016-10-28block: better op and flags encodingChristoph Hellwig1-1/+1
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-2/+2
2016-09-27fs/buffer.c: make __getblk_slow() staticEric Biggers1-2/+1
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+71
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+6
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-33/+36
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-6/+6
2016-06-27fs: export __block_write_full_pageBenjamin Marzinski1-1/+2
2016-06-21fs: introduce iomap infrastructureChristoph Hellwig1-5/+71
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-9/+10
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-26/+27
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman1-5/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-50/+50
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-10/+8
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-7/+7
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-15/+6
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-22/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-1/+1
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet1-5/+2
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-06-02buffer: remove unusued 'ret' variableJens Axboe1-1/+0
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo1-1/+3
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo1-13/+12
2015-06-02buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo1-6/+20
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-7/+27
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo1-2/+2
2015-05-26block: fix returnvar.cocci warningsJulia Lawall1-2/+1
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig1-10/+0
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov1-2/+2
2014-10-21fs: clarify rate limit suppressed buffer I/O errorsRobert Elliott1-16/+7
2014-10-21fs: merge I/O error prints into one lineRobert Elliott1-19/+8
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-19/+29
2014-10-14fs: check bh blocknr earlier when searching lruZach Brown1-2/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2014-10-09fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson1-1/+1
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita1-1/+1
2014-10-09vfs: make guard_bh_eod() more genericAkinobu Mita1-14/+12
2014-10-09fs: make cont_expand_zero interruptibleMikulas Patocka1-0/+5
2014-10-01vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+3
2014-09-22Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-09-04fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim1-19/+26
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-9/+2
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman1-3/+4
2014-06-04fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman1-5/+16
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox1-16/+5
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro1-3/+3
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-9/+11
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-02-06mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro1-2/+4
2013-12-03block: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+6
2013-10-16fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-2/+12
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+34
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-3/+18
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+5
2013-04-29fs/buffer.c: remove unnecessary init operation after allocating buffer_head.majianpeng1-2/+0
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-1/+8
2013-04-20buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o1-0/+5
2013-03-23block: Remove bi_idx referencesKent Overstreet1-1/+0
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+10
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-02-23fs/buffer.c: change type of max_buffer_heads to unsigned longZhang Yanfei1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-1/+1
2013-01-14vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds1-0/+1
2013-01-14block: add block_{touch|dirty}_buffer tracepointTejun Heo1-0/+4
2013-01-14buffer: make touch_buffer() an exported functionTejun Heo1-0/+6
2012-12-12fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong1-3/+0
2012-12-12fs/buffer.c: do not inline exported functionYan Hong1-2/+1
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini1-6/+6
2012-12-05vfs: clear to the end of the buffer on partial buffer readsDan Carpenter1-1/+1
2012-12-04vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds1-0/+52
2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds1-1/+13
2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds1-31/+48
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-6/+7
2012-09-30ext4: fix mtime update in nodelalloc modeTheodore Ts'o1-6/+7
2012-08-23block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins1-36/+30
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara1-18/+4
2012-07-31fs: Push file_update_time() into __block_page_mkwrite()Jan Kara1-0/+6
2012-07-13block: fix infinite loop in __getblk_slowJeff Moyer1-9/+13
2012-05-30fs: Move bh_cachep to the __read_mostly sectionShai Fultheim1-1/+1
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer1-1/+3
2012-04-25fs/buffer.c: remove BUG() in possible but rare conditionGlauber Costa1-1/+0
2012-03-28fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef1-1/+14
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-50/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma1-1/+4
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+1
2011-10-28cleanup: vfs: small comment fix for block_invalidatepageWang Sheng-Hui1-2/+2
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara1-3/+1
2011-05-28fs: block_page_mkwrite should wait for writeback to finishDarrick J. Wong1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds1-0/+5
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer1-0/+5
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara1-1/+23
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara1-17/+20
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-1/+1
2011-03-17fs: make fsync_buffers_list() plugJens Axboe1-0/+6
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-10/+4
2011-03-10block: remove per-queue pluggingJens Axboe1-27/+4
2010-12-17fs: Use this_cpu_inc_return in buffer.cChristoph Lameter1-1/+1
2010-12-17fs: Use this_cpu_xx operations in buffer.cChristoph Lameter1-18/+17
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-17/+9
2010-10-26fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim1-1/+0
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+1
2010-10-25fs/buffer.c: call __block_write_begin() if we have pageNamhyung Kim1-5/+4
2010-10-25fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim1-1/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-12/+5
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig1-6/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-23/+29
2010-08-18kill BH_Ordered flagChristoph Hellwig1-9/+8
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-52/+9
2010-08-09introduce __block_write_beginChristoph Hellwig1-43/+26
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-20/+1
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-33/+4
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de1-25/+98
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-17/+8
2010-05-21new helper: iterate_supers()Al Viro1-16/+8
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro1-5/+2
2010-05-21Leave superblocks on s_list until the endAl Viro1-0/+2
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesTejun Heo1-0/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-03-12fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slubRichard Kennedy1-11/+2
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder1-1/+1
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+5
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe1-5/+5
2009-09-24truncate: use new helpersnpiggin@suse.de1-8/+2
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten1-30/+27
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-1/+1
2009-08-21Re-introduce page mapping check in mark_buffer_dirty()Linus Torvalds1-2/+5
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+3
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-0/+2
2009-06-06Fix nobh_truncate_page() to not pass stack garbage to get_block()Theodore Ts'o1-0/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-3/+3
2009-05-02mm: close page_mkwrite racesNick Piggin1-4/+6
2009-05-12vfs: Add BUG_ON for delayed and unwritten flags in submit_bh()Aneesh Kumar K.V1-0/+2
2009-04-16Add block_write_full_page_endio for passing endio handlerChris Mason1-11/+34
2009-04-15buffer: switch do_emergency_thaw() away from pdflush_operation()Jens Axboe1-2/+9
2009-04-08block_write_full_page: switch synchronous writes to use WRITE_SYNC_PLUGTheodore Ts'o1-1/+12
2009-04-06block: switch sync_dirty_buffer() over to WRITE_SYNCJens Axboe1-1/+1
2009-04-06block: fsync_buffers_list() should use SWRITE_SYNC_PLUGJens Axboe1-4/+16
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2009-04-02vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan1-3/+3
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen1-0/+33
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki1-1/+1
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin1-4/+8
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+5
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin1-8/+1
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro1-1/+0
2009-03-27block_write_full_page: Use synchronous writes for WBC_SYNC_ALL writebacksTheodore Ts'o1-2/+3
2009-03-27fs: move bdev code out of buffer.cNick Piggin1-145/+0
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds1-12/+11
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-02-18mm: task dirty accounting fixNick Piggin1-0/+1
2009-02-18block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fbJens Axboe1-1/+1
2009-02-06vfs: Don't call attach_nobh_buffers() with an empty listDave Kleikamp1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens1-1/+1
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato1-9/+65
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+4
2009-01-06block_write_begin(): remove useless gotoFranck Bui-Huu1-1/+0
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-2/+2
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey1-4/+15
2008-11-27udf: Fix BUG_ON() in destroy_inode()Jan Kara1-0/+1
2008-10-20fs: buffer lock use lock bitopsNick Piggin1-2/+1
2008-08-27block: submit_bh() inadvertently discards barrier flag on a sync writeJens Axboe1-5/+8
2008-08-04fs: rename buffer trylockNick Piggin1-2/+2