index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
buffer.c
Age
Commit message (
Expand
)
Author
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
2026-03-26
fs: Ignore inode metadata buffers in inode_lru_isolate()
Jan Kara
2026-03-26
ext4: Use inode_has_buffers()
Jan Kara
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
2026-03-09
fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
Christoph Hellwig
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-02-02
fs: consolidate fsverity_info lookup in buffer.c
Christoph Hellwig
2026-02-02
fsverity: push out fsverity_info lookup
Christoph Hellwig
2026-01-11
blk-crypto: handle the fallback above the block layer
Christoph Hellwig
2025-12-15
fs/buffer: add alert in try_to_free_buffers() for folios without buffers
Deepakkumar Karn
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-10-31
buffer: Use folio_next_pos()
Matthew Wilcox (Oracle)
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-08-19
fs/buffer: fix use-after-free when call bh_read() helper
Ye Bin
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2025-07-08
fs/buffer: remove the min and max limit checks in __getblk_slow()
Pankaj Raghav
[next]