aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)1-24/+0
2021-06-29fs: unexport __set_page_dirtyChristoph Hellwig1-1/+0
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+30
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim1-6/+30
2021-03-22buffer: a small optimization in grow_buffersMikulas Patocka1-5/+1
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner1-2/+2
2021-02-24fs/buffer.c: add checking buffer head stat before clearYang Guo1-1/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-1/+1
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-1/+1
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-3/+3
2020-09-07fs: Don't invalidate page buffers in block_write_full_page()Jan Kara1-16/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+9
2020-08-07fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian1-0/+9
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2020-07-08ext4: add inline encryption supportEric Biggers1-3/+4
2020-07-01fs: remove a weird comment in submit_bh_wbcChristoph Hellwig1-5/+0
2020-06-02fs/buffer.c: use attach/detach_page_privateGuoqing Jiang1-12/+4
2020-06-02fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton1-0/+7
2020-04-24Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu1-1/+1
2020-04-15ext4: use non-movable memory for superblock readaheadRoman Gushchin1-0/+11
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+7
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner1-12/+7
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig1-43/+0
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-1/+1
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-4/+4
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-24/+1
2019-12-01fs/buffer.c: include internal.h for missing declarationsBen Dooks1-0/+2
2019-12-01fs/buffer.c: fix use true/false for bool typeSaurav Girepunje1-2/+2
2019-11-14fs/buffer.c: support fscrypt in block_read_full_page()Eric Biggers1-5/+43
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-1/+1
2019-06-27fs: fold __generic_write_end back into generic_write_endChristoph Hellwig1-33/+29
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-01iomap: Fix use-after-free error in page_done callbackAndreas Gruenbacher1-1/+1
2019-05-01fs: Turn __generic_write_end into a void functionAndreas Gruenbacher1-3/+3
2019-02-28fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino1-0/+7
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe1-9/+10
2019-02-15fs/buffer.c: use bvec iterator to truncate the bioMing Lei1-1/+4
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa1-9/+10
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou1-5/+5
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-5/+5
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-7/+7
2018-10-21fs: Convert buffer to XArrayMatthew Wilcox1-7/+7
2018-09-21blkcg: associate writeback bios with a blkgDennis Zhou (Facebook)1-5/+5
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0