summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
14 daysMerge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2026-08-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-37/+8
2026-07-31buffer: set BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman1-0/+3
2026-07-27vfs: Remove mmb_fsync()Jan Kara1-74/+0
2026-07-27fs: Fix missed inode writeback when racing with __writeback_single_inodeJan Kara1-2/+3
2026-07-27fs: Fix possible UAF in mark_buffer_write_io_error()Jan Kara1-2/+8
2026-07-21buffer: avoid tail commit walk for uptodate foliosJia Zhu1-0/+3
2026-07-20fs/buffer: Remove fs-layer decryption codeEric Biggers1-37/+8
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2026-06-04buffer: Remove end_buffer_write_sync()Matthew Wilcox (Oracle)1-20/+9
2026-06-04buffer: Change calling convention for end_buffer_read_sync()Matthew Wilcox (Oracle)1-19/+9
2026-06-04buffer: Remove b_end_ioMatthew Wilcox (Oracle)1-1/+0
2026-06-04buffer: Remove submit_bh()Matthew Wilcox (Oracle)1-21/+6
2026-06-04buffer: Remove mark_buffer_async_write()Matthew Wilcox (Oracle)1-26/+12
2026-06-04buffer: Convert __block_write_full_folio to __bh_submit()Matthew Wilcox (Oracle)1-15/+10
2026-06-04buffer: Convert block_read_full_folio to bh_submit()Matthew Wilcox (Oracle)1-33/+32
2026-06-04buffer: Convert __bh_read_batch to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04buffer: Convert __bh_read to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04buffer: Convert __sync_dirty_buffer to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04buffer: Convert __bread_slow to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04buffer: Convert write_dirty_buffer to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()Matthew Wilcox (Oracle)1-7/+82
2026-06-04buffer: Remove mark_buffer_async_write_endio()Matthew Wilcox (Oracle)1-12/+4
2026-06-04buffer: Add bh_submit()Matthew Wilcox (Oracle)1-4/+27
2026-06-04buffer: Remove forward declaration of submit_bh_wbc()Matthew Wilcox (Oracle)1-77/+73
2026-05-27fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()Agatha Isabelle Moreira1-3/+1
2026-04-24Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+8
2026-04-24fs: Handle multiply claimed blocks more gracefully with mmbJan Kara1-1/+8
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-04-18buffer: prevent memory cgroup release in folio_alloc_buffers()Muchun Song1-2/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-04-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-1/+17
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-03-26fs: Provide functions for handling mapping_metadata_bhs directlyJan Kara1-59/+51
2026-03-26fs: Switch inode_has_buffers() to take mapping_metadata_bhsJan Kara1-7/+7
2026-03-26fs: Make bhs point to mapping_metadata_bhsJan Kara1-18/+16
2026-03-26fs: Move metadata bhs tracking to a separate structJan Kara1-73/+65
2026-03-26fs: Fold fsync_buffers_list() into sync_mapping_buffers()Jan Kara1-100/+80
2026-03-26fs: Drop osync_buffers_list()Jan Kara1-41/+2
2026-03-26fs: Stop using i_private_data for metadata bh trackingJan Kara1-8/+5
2026-03-26fs: Ignore inode metadata buffers in inode_lru_isolate()Jan Kara1-29/+0
2026-03-26ext4: Use inode_has_buffers()Jan Kara1-0/+1
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig1-5/+2
2026-03-09fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.cChristoph Hellwig1-1/+20
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+1
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-14/+11
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2026-02-03fs: consolidate fsverity_info lookup in buffer.cChristoph Hellwig1-16/+11
2026-02-03fsverity: push out fsverity_info lookupChristoph Hellwig1-1/+3