aboutsummaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02fs/buffer.c: use attach/detach_page_privateGravatar Guoqing Jiang 1-12/+4
2020-06-02fs/buffer.c: record blockdev write errors in super_block that it backsGravatar Jeff Layton 1-0/+7
2020-04-24Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Gravatar Zhiqiang Liu 1-1/+1
2020-04-15ext4: use non-movable memory for superblock readaheadGravatar Roman Gushchin 1-0/+11
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-12/+7
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tGravatar Thomas Gleixner 1-12/+7
2020-03-25block: move guard_bio_eod to bio.cGravatar Christoph Hellwig 1-43/+0
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Gravatar Sebastian Andrzej Siewior 1-1/+1
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsGravatar Ming Lei 1-4/+4
2019-12-28block: add bio_truncate to fix guard_bio_eodGravatar Ming Lei 1-24/+1
2019-12-01fs/buffer.c: include internal.h for missing declarationsGravatar Ben Dooks 1-0/+2
2019-12-01fs/buffer.c: fix use true/false for bool typeGravatar Saurav Girepunje 1-2/+2
2019-11-14fs/buffer.c: support fscrypt in block_read_full_page()Gravatar Eric Biggers 1-5/+43
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Gravatar Tejun Heo 1-1/+1
2019-06-27fs: fold __generic_write_end back into generic_write_endGravatar Christoph Hellwig 1-33/+29
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01iomap: Fix use-after-free error in page_done callbackGravatar Andreas Gruenbacher 1-1/+1
2019-05-01fs: Turn __generic_write_end into a void functionGravatar Andreas Gruenbacher 1-3/+3
2019-02-28fs: fix guard_bio_eod to check for real EOD errorsGravatar Carlos Maiolino 1-0/+7
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockGravatar Jens Axboe 1-9/+10
2019-02-15fs/buffer.c: use bvec iterator to truncate the bioGravatar Ming Lei 1-1/+4
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Gravatar Tetsuo Handa 1-9/+10
2019-01-04fs/: remove caller signal_pending branch predictionsGravatar Davidlohr Bueso 1-1/+1
2018-12-07blkcg: associate writeback bios with a blkgGravatar Dennis Zhou 1-5/+5
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+5
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-5/+5
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-7/+7
2018-10-21fs: Convert buffer to XArrayGravatar Matthew Wilcox 1-7/+7
2018-09-21blkcg: associate writeback bios with a blkgGravatar Dennis Zhou (Facebook) 1-5/+5
2018-08-30notifier: Remove notifier header file wherever not usedGravatar Mukesh Ojha 1-1/+0
2018-08-17fs, mm: account buffer_head to kmemcgGravatar Shakeel Butt 1-2/+10
2018-06-19iomap: mark newly allocated buffer heads as newGravatar Andreas Gruenbacher 1-4/+5
2018-06-19fs: factor out a __generic_write_end helperGravatar Christoph Hellwig 1-32/+35
2018-06-01fs: move page_cache_seek_hole_data to iomap.cGravatar Christoph Hellwig 1-114/+0
2018-04-12Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-24/+1
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-7/+6
2018-04-11export __set_page_dirtyGravatar Matthew Wilcox 1-1/+2
2018-04-05block_invalidatepage(): only release page if the full page was invalidatedGravatar Jeff Moyer 1-1/+1
2018-03-19buffer.c: call thaw_super during emergency thawGravatar Mateusz Guzik 1-24/+1
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+2
2018-01-25fs/buffer.c: fold init_buffer() into init_page_buffers()Gravatar Eric Biggers 1-8/+2
2018-01-06fs: convert to bio_last_bvec_all()Gravatar Ming Lei 1-1/+1
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 1-2/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-51/+19
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+2
2017-11-10fs: guard_bio_eod() needs to consider partitionsGravatar Greg Edwards 1-1/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+2
2017-10-03buffer: eliminate the need to call free_more_memory() in __getblk_slow()Gravatar Jens Axboe 1-23/+0