summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
Commit message (Expand)AuthorAge
* iomap: Fix use-after-free error in page_done callbackAndreas Gruenbacher2019-05-01
* fs: Turn __generic_write_end into a void functionAndreas Gruenbacher2019-05-01
* fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-02-28
* Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-15
|\
| * fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-06
* | fs/buffer.c: use bvec iterator to truncate the bioMing Lei2019-02-15
|/
* fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-04
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-08
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-02
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-01
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-28
|\ \ | |/ |/|
| * fs: Convert buffer to XArrayMatthew Wilcox2018-10-21
* | blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)2018-09-21
|/
* notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-30
* fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-17
* iomap: mark newly allocated buffer heads as newAndreas Gruenbacher2018-06-19
* fs: factor out a __generic_write_end helperChristoph Hellwig2018-06-19
* fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig2018-06-01
* Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-12
|\
| * buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-19
* | page cache: use xa_lockMatthew Wilcox2018-04-11
* | export __set_page_dirtyMatthew Wilcox2018-04-11
* | block_invalidatepage(): only release page if the full page was invalidatedJeff Moyer2018-04-06
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-31
|\ \
| * | fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers2018-01-25
* | | fs: convert to bio_last_bvec_all()Ming Lei2018-01-06
|/ /
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-15
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\ \
| * | fs: guard_bio_eod() needs to consider partitionsGreg Edwards2017-11-10
| * | buffer: eliminate the need to call free_more_memory() in __getblk_slow()Jens Axboe2017-10-03
| * | buffer: grow_dev_page() should use __GFP_NOFAIL for all casesJens Axboe2017-10-03
| * | buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-03
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-14
|\ \
| * | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-01
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-06
* | fs: use pagevec_lookup_range() in page_cache_seek_hole_data()Jan Kara2017-09-06
* | fs: fix performance regression in clean_bdev_aliases()Jan Kara2017-09-06
* | mm: make pagevec_lookup() update indexJan Kara2017-09-06
|/
* fs/buffer.c: make bh_lru_install() more efficientEric Biggers2017-07-10
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10
|\
| * vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher2017-07-03
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-09
|\ \
| * | fs: generic_block_bmap(): initialize all of the fields in the temp bhAlexander Potapenko2017-07-05
| |/
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\ \
| * | buffer: set errors in mapping at the time that the error occursJeff Layton2017-07-06
| * | buffer: use mapping_set_error instead of setting the flagJeff Layton2017-07-06
| |/
* | fs: add support for buffered writeback to pass down write hintsJens Axboe2017-06-27