summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)Author
2023-09-25iomap: add a workaround for racy i_size updates on block devicesChristoph Hellwig
2023-09-12iomap: handle error conditions more gracefully in iomap_to_bhChristoph Hellwig
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-18buffer: remove set_bh_page()Matthew Wilcox (Oracle)
2023-08-18fs: convert block_commit_write to return voidBean Huo
2023-08-18fs/buffer: clean up block_commit_writeBean Huo
2023-08-15fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUsMarcelo Tosatti
2023-08-09fs: stop using bdev->bd_super in mark_buffer_write_io_errorChristoph Hellwig
2023-08-02fs: remove emergency_thaw_bdevChristoph Hellwig
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-19buffer: convert block_truncate_page() to use a folioMatthew Wilcox (Oracle)
2023-06-19buffer: use a folio in __find_get_block_slow()Matthew Wilcox (Oracle)
2023-06-19buffer: convert link_dev_buffers to take a folioMatthew Wilcox (Oracle)
2023-06-19buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)
2023-06-19buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)
2023-06-19buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)
2023-06-19buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2023-06-19buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)
2023-06-08fs: unexport buffer_check_dirty_writebackChristoph Hellwig
2023-05-31fs: buffer: use __bio_add_page to add single page to bioJohannes Thumshirn
2023-05-16fs/buffer.c: Add generic_buffers_fsync*() implementationRitesh Harjani (IBM)
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-26Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-04-26Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-04-21fs/buffer: convert create_page_buffers to folio_create_buffersPankaj Raghav
2023-04-21fs/buffer: add folio_create_empty_buffers helperPankaj Raghav
2023-04-21buffer: add folio_alloc_buffers() helperPankaj Raghav
2023-04-21fs/buffer: add folio_set_bh helperPankaj Raghav
2023-03-27fs/buffer.c: use b_folio for fsverity workEric Biggers
2023-03-27fs/buffer.c: use b_folio for fscrypt workEric Biggers
2023-03-27fs/buffer: Remove redundant assignment to errJiapeng Chong
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-01-28fscrypt: support decrypting data from large foliosEric Biggers
2023-01-27fsverity: support verifying data from large foliosEric Biggers
2023-01-18buffer: use b_folio in mark_buffer_dirty()Matthew Wilcox (Oracle)
2023-01-18buffer: use b_folio in end_buffer_async_write()Matthew Wilcox (Oracle)
2023-01-18buffer: use b_folio in end_buffer_async_read()Matthew Wilcox (Oracle)
2023-01-18buffer: use b_folio in touch_buffer()Matthew Wilcox (Oracle)
2023-01-18buffer: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)
2023-01-09fs/buffer.c: support fsverity in block_read_full_folio()Eric Biggers
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
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)