index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
buffer.c
Age
Commit message (
Expand
)
Author
20 hours
Merge branch 'headers' of git://git.infradead.org/users/willy/pagecache.git
Mark Brown
8 days
buffer: clear BH_Write_EIO when a write succeeds, not when one starts
Chao Shi
8 days
buffer: stop touching BH_Uptodate on write completion
Chao Shi
8 days
buffer: detect metadata write errors with buffer_write_io_error()
Chao Shi
8 days
buffer: discard BH_Write_EIO along with the rest of the buffer state
Chao Shi
8 days
buffer: clear BH_Write_EIO when a buffer is forgotten
Chao Shi
8 days
buffer: read the folio's mapping directly in buffer_set_crypto_ctx()
Chao Shi
8 days
buffer: allow a buffer_head to point at memory outside the page cache
Chao Shi
14 days
headers: Remove swap.h from suspend.h
Matthew Wilcox (Oracle)
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-08-20
Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2026-07-31
buffer: set BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
2026-07-27
vfs: Remove mmb_fsync()
Jan Kara
2026-07-27
fs: Fix missed inode writeback when racing with __writeback_single_inode
Jan Kara
2026-07-27
fs: Fix possible UAF in mark_buffer_write_io_error()
Jan Kara
2026-07-21
buffer: avoid tail commit walk for uptodate folios
Jia Zhu
2026-07-20
fs/buffer: Remove fs-layer decryption code
Eric Biggers
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-06-04
buffer: Remove end_buffer_write_sync()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Change calling convention for end_buffer_read_sync()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Remove b_end_io
Matthew Wilcox (Oracle)
2026-06-04
buffer: Remove submit_bh()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Remove mark_buffer_async_write()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Convert __block_write_full_folio to __bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Convert block_read_full_folio to bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Convert __bh_read_batch to bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Convert __bh_read to bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Convert __sync_dirty_buffer to bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Convert __bread_slow to bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Convert write_dirty_buffer to bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Remove mark_buffer_async_write_endio()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Add bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
buffer: Remove forward declaration of submit_bh_wbc()
Matthew Wilcox (Oracle)
2026-05-27
fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()
Agatha Isabelle Moreira
2026-04-23
Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-04-24
fs: Handle multiply claimed blocks more gracefully with mmb
Jan Kara
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-18
buffer: prevent memory cgroup release in folio_alloc_buffers()
Muchun Song
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
2026-03-26
fs: Provide functions for handling mapping_metadata_bhs directly
Jan Kara
2026-03-26
fs: Switch inode_has_buffers() to take mapping_metadata_bhs
Jan Kara
2026-03-26
fs: Make bhs point to mapping_metadata_bhs
Jan Kara
2026-03-26
fs: Move metadata bhs tracking to a separate struct
Jan Kara
2026-03-26
fs: Fold fsync_buffers_list() into sync_mapping_buffers()
Jan Kara
2026-03-26
fs: Drop osync_buffers_list()
Jan Kara
2026-03-26
fs: Stop using i_private_data for metadata bh tracking
Jan Kara
[next]