summaryrefslogtreecommitdiff
path: root/fs/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)2022-04-011-2/+1
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-8/+5
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-8/+5
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-51/+45
|\ \
| * | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-18/+15
| * | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-19/+18
| * | fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-141-14/+12
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-3/+5
|\ \ \ | |_|/ |/| |
| * | mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim2022-03-221-3/+5
| |/
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-8/+6
|/
* fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)2021-12-161-11/+12
* fs: simplify init_page_buffersChristoph Hellwig2021-10-181-1/+1
* fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig2021-10-181-1/+1
* mm: fs: invalidate bh_lrus for only cold pathMinchan Kim2021-09-241-2/+6
* Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-27/+0
|\
| * exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-27/+0
* | fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig2021-08-161-2/+2
|/
* mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)2021-06-291-24/+0
* fs: unexport __set_page_dirtyChristoph Hellwig2021-06-291-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-6/+30
|\
| * mm: fs: invalidate BH LRU during page migrationMinchan Kim2021-05-051-6/+30
* | buffer: a small optimization in grow_buffersMikulas Patocka2021-03-221-5/+1
|/
* fs: buffer: use raw page_memcg() on locked pageJohannes Weiner2021-02-241-2/+2
* fs/buffer.c: add checking buffer head stat before clearYang Guo2021-02-241-1/+2
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\
| * fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-1/+1
* | mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-1/+1
|/
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-181-3/+3
* fs: Don't invalidate page buffers in block_write_full_page()Jan Kara2020-09-071-16/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-211-0/+9
|\
| * fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-08-071-0/+9
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-4/+0
|\ \
| * | fs: remove a weird comment in submit_bh_wbcChristoph Hellwig2020-07-011-5/+0
| |/
* | ext4: add inline encryption supportEric Biggers2020-07-081-3/+4
|/
* fs/buffer.c: use attach/detach_page_privateGuoqing Jiang2020-06-021-12/+4
* fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton2020-06-021-0/+7
* Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-241-1/+1
|\
| * buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu2020-04-171-1/+1
* | ext4: use non-movable memory for superblock readaheadRoman Gushchin2020-04-151-0/+11
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-12/+7
|\
| * fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner2020-03-281-12/+7
* | block: move guard_bio_eod to bio.cChristoph Hellwig2020-03-251-43/+0
|/
* smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
* fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-091-4/+4
* block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-24/+1
* fs/buffer.c: include internal.h for missing declarationsBen Dooks2019-12-011-0/+2
* fs/buffer.c: fix use true/false for bool typeSaurav Girepunje2019-12-011-2/+2
* fs/buffer.c: support fscrypt in block_read_full_page()Eric Biggers2019-11-141-5/+43
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-151-1/+1
|\