summaryrefslogtreecommitdiff
path: root/fs/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-2/+2
|\
| * mm: memcontrol: make all the callers of {folio,page}_memcg() safeMuchun Song2022-06-271-2/+2
* | fs: remove the nobh helpersChristoph Hellwig2022-06-261-324/+0
* | buffer: Don't test folio error in block_read_full_folio()Matthew Wilcox (Oracle)2022-06-261-2/+5
* | buffer: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-261-3/+3
* | buffer: Convert clean_bdev_aliases() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-261-13/+13
|/
* fs: Convert drop_buffers() to use a folioMatthew Wilcox (Oracle)2022-05-091-8/+8
* fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-21/+21
* mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-4/+1
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-25/+28
* fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-1/+4
* buffer: Rewrite nobh_truncate_page() to use foliosMatthew Wilcox (Oracle)2022-05-081-37/+27
* fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)2022-05-081-8/+8
* buffer: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-6/+8
* fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-3/+3
* 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