summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)Author
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-09-29fs/buffer: make submit_bh & submit_bh_wbc return type as voidRitesh Harjani (IBM)
2022-09-29fs/buffer: drop useless return value of submit_bhRitesh Harjani (IBM)
2022-09-11fs/buffer: remove bh_submit_read() helperZhang Yi
2022-09-11fs/buffer: remove ll_rw_block() helperZhang Yi
2022-09-11fs/buffer: replace ll_rw_block()Zhang Yi
2022-09-11fs/buffer: add some new buffer read helpersZhang Yi
2022-09-11fs/buffer: remove __breadahead_gfp()Zhang Yi
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02fs: remove the nobh helpersChristoph Hellwig
2022-08-02buffer: Don't test folio error in block_read_full_folio()Matthew Wilcox (Oracle)
2022-07-15fs/buffer: Fix the ll_rw_block() kernel-doc headerBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14fs/buffer: Use the new blk_opf_t typeBart Van Assche
2022-06-29buffer: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-29buffer: Convert clean_bdev_aliases() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-05-09fs: Convert drop_buffers() to use a folioMatthew Wilcox (Oracle)
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-08buffer: Rewrite nobh_truncate_page() to use foliosMatthew Wilcox (Oracle)
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)
2022-05-08buffer: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-04-01filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm: fs: fix lru_cache_disabled race in bh_lruMinchan Kim
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-12-16fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)
2021-10-18fs: simplify init_page_buffersChristoph Hellwig
2021-10-18fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig
2021-09-24mm: fs: invalidate bh_lrus for only cold pathMinchan Kim
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-08-16fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)
2021-06-29fs: unexport __set_page_dirtyChristoph Hellwig
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim