summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorLines
2022-04-01filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)-2/+1
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-51/+45
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+5
2022-03-22mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim-3/+5
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-18/+15
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-19/+18
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)-14/+12
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig-8/+5
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-8/+6
2021-12-16fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)-11/+12
2021-10-18fs: simplify init_page_buffersChristoph Hellwig-1/+1
2021-10-18fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig-1/+1
2021-09-24mm: fs: invalidate bh_lrus for only cold pathMinchan Kim-2/+6
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-27/+0
2021-08-16fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig-2/+2
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman-27/+0
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)-24/+0
2021-06-29fs: unexport __set_page_dirtyChristoph Hellwig-1/+0
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+30
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim-6/+30
2021-03-22buffer: a small optimization in grow_buffersMikulas Patocka-5/+1
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner-2/+2
2021-02-24fs/buffer.c: add checking buffer head stat before clearYang Guo-1/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin-1/+1
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig-1/+1
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin-3/+3
2020-09-07fs: Don't invalidate page buffers in block_write_full_page()Jan Kara-16/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+9
2020-08-07fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian-0/+9
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+0
2020-07-08ext4: add inline encryption supportEric Biggers-3/+4
2020-07-01fs: remove a weird comment in submit_bh_wbcChristoph Hellwig-5/+0
2020-06-02fs/buffer.c: use attach/detach_page_privateGuoqing Jiang-12/+4
2020-06-02fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton-0/+7
2020-04-24Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu-1/+1
2020-04-15ext4: use non-movable memory for superblock readaheadRoman Gushchin-0/+11
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-12/+7
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner-12/+7
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig-43/+0
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior-1/+1
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei-4/+4
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei-24/+1
2019-12-01fs/buffer.c: include internal.h for missing declarationsBen Dooks-0/+2
2019-12-01fs/buffer.c: fix use true/false for bool typeSaurav Girepunje-2/+2
2019-11-14fs/buffer.c: support fscrypt in block_read_full_page()Eric Biggers-5/+43
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1