index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2026-08-20
Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-37
/
+8
2026-07-31
buffer: set BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
1
-0
/
+3
2026-07-27
vfs: Remove mmb_fsync()
Jan Kara
1
-74
/
+0
2026-07-27
fs: Fix missed inode writeback when racing with __writeback_single_inode
Jan Kara
1
-2
/
+3
2026-07-27
fs: Fix possible UAF in mark_buffer_write_io_error()
Jan Kara
1
-2
/
+8
2026-07-21
buffer: avoid tail commit walk for uptodate folios
Jia Zhu
1
-0
/
+3
2026-07-20
fs/buffer: Remove fs-layer decryption code
Eric Biggers
1
-37
/
+8
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+1
2026-06-04
buffer: Remove end_buffer_write_sync()
Matthew Wilcox (Oracle)
1
-20
/
+9
2026-06-04
buffer: Change calling convention for end_buffer_read_sync()
Matthew Wilcox (Oracle)
1
-19
/
+9
2026-06-04
buffer: Remove b_end_io
Matthew Wilcox (Oracle)
1
-1
/
+0
2026-06-04
buffer: Remove submit_bh()
Matthew Wilcox (Oracle)
1
-21
/
+6
2026-06-04
buffer: Remove mark_buffer_async_write()
Matthew Wilcox (Oracle)
1
-26
/
+12
2026-06-04
buffer: Convert __block_write_full_folio to __bh_submit()
Matthew Wilcox (Oracle)
1
-15
/
+10
2026-06-04
buffer: Convert block_read_full_folio to bh_submit()
Matthew Wilcox (Oracle)
1
-33
/
+32
2026-06-04
buffer: Convert __bh_read_batch to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
buffer: Convert __bh_read to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
buffer: Convert __sync_dirty_buffer to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
buffer: Convert __bread_slow to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
buffer: Convert write_dirty_buffer to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()
Matthew Wilcox (Oracle)
1
-7
/
+82
2026-06-04
buffer: Remove mark_buffer_async_write_endio()
Matthew Wilcox (Oracle)
1
-12
/
+4
2026-06-04
buffer: Add bh_submit()
Matthew Wilcox (Oracle)
1
-4
/
+27
2026-06-04
buffer: Remove forward declaration of submit_bh_wbc()
Matthew Wilcox (Oracle)
1
-77
/
+73
2026-05-27
fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()
Agatha Isabelle Moreira
1
-3
/
+1
2026-04-23
Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+8
2026-04-24
fs: Handle multiply claimed blocks more gracefully with mmb
Jan Kara
1
-1
/
+8
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2026-04-18
buffer: prevent memory cgroup release in folio_alloc_buffers()
Muchun Song
1
-2
/
+2
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-1
/
+17
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-03-26
fs: Provide functions for handling mapping_metadata_bhs directly
Jan Kara
1
-59
/
+51
2026-03-26
fs: Switch inode_has_buffers() to take mapping_metadata_bhs
Jan Kara
1
-7
/
+7
2026-03-26
fs: Make bhs point to mapping_metadata_bhs
Jan Kara
1
-18
/
+16
2026-03-26
fs: Move metadata bhs tracking to a separate struct
Jan Kara
1
-71
/
+63
2026-03-26
fs: Fold fsync_buffers_list() into sync_mapping_buffers()
Jan Kara
1
-100
/
+80
2026-03-26
fs: Drop osync_buffers_list()
Jan Kara
1
-41
/
+2
2026-03-26
fs: Stop using i_private_data for metadata bh tracking
Jan Kara
1
-8
/
+5
2026-03-26
fs: Ignore inode metadata buffers in inode_lru_isolate()
Jan Kara
1
-29
/
+0
2026-03-26
ext4: Use inode_has_buffers()
Jan Kara
1
-0
/
+1
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
1
-5
/
+2
2026-03-09
fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
Christoph Hellwig
1
-1
/
+20
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+1
2026-02-12
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-14
/
+11
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2026-02-02
fs: consolidate fsverity_info lookup in buffer.c
Christoph Hellwig
1
-16
/
+11
2026-02-02
fsverity: push out fsverity_info lookup
Christoph Hellwig
1
-1
/
+3
[next]