summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-161-1/+1
|\
| * blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-101-1/+1
* | fs: fold __generic_write_end back into generic_write_endChristoph Hellwig2019-06-281-33/+29Star
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* iomap: Fix use-after-free error in page_done callbackAndreas Gruenbacher2019-05-011-1/+1
* fs: Turn __generic_write_end into a void functionAndreas Gruenbacher2019-05-011-3/+3
* fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-02-281-0/+7
* Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-9/+10
|\
| * fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-061-9/+10
* | fs/buffer.c: use bvec iterator to truncate the bioMing Lei2019-02-151-1/+4
|/
* fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-081-5/+5
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-5/+5
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-5/+5
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-7/+7
|\ \ | |/ |/|
| * fs: Convert buffer to XArrayMatthew Wilcox2018-10-211-7/+7
* | blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)2018-09-221-5/+5
|/
* notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0Star
* fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-181-2/+10
* iomap: mark newly allocated buffer heads as newAndreas Gruenbacher2018-06-201-4/+5
* fs: factor out a __generic_write_end helperChristoph Hellwig2018-06-201-32/+35
* fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig2018-06-021-114/+0Star
* Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-121-24/+1Star
|\
| * buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-191-24/+1Star
* | page cache: use xa_lockMatthew Wilcox2018-04-111-7/+6Star
* | export __set_page_dirtyMatthew Wilcox2018-04-111-1/+2
* | block_invalidatepage(): only release page if the full page was invalidatedJeff Moyer2018-04-061-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-8/+2Star
|\ \
| * | fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers2018-01-261-8/+2Star
* | | fs: convert to bio_last_bvec_all()Ming Lei2018-01-061-1/+1
|/ /
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-161-2/+2
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-51/+19Star
|\ \
| * | fs: guard_bio_eod() needs to consider partitionsGreg Edwards2017-11-111-1/+9
| * | buffer: eliminate the need to call free_more_memory() in __getblk_slow()Jens Axboe2017-10-031-23/+0Star
| * | buffer: grow_dev_page() should use __GFP_NOFAIL for all casesJens Axboe2017-10-031-5/+1Star
| * | buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-031-23/+10Star
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-2/+2
|\ \
| * | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-2/+2
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+2
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-2/+2
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-071-3/+2Star
* | fs: use pagevec_lookup_range() in page_cache_seek_hole_data()Jan Kara2017-09-071-13/+3Star
* | fs: fix performance regression in clean_bdev_aliases()Jan Kara2017-09-071-6/+8
* | mm: make pagevec_lookup() update indexJan Kara2017-09-071-6/+4Star
|/
* fs/buffer.c: make bh_lru_install() more efficientEric Biggers2017-07-111-28/+15Star
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-0/+124
|\
| * vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher2017-07-031-0/+124
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-091-4/+4
|\ \
| * | fs: generic_block_bmap(): initialize all of the fields in the temp bhAlexander Potapenko2017-07-051-4/+4
| |/