index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-73
/
+65
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
2026-01-11
blk-crypto: handle the fallback above the block layer
Christoph Hellwig
1
-1
/
+2
2025-12-15
fs/buffer: add alert in try_to_free_buffers() for folios without buffers
Deepakkumar Karn
1
-0
/
+4
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-10-31
buffer: Use folio_next_pos()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-2
/
+2
2025-08-19
fs/buffer: fix use-after-free when call bh_read() helper
Ye Bin
1
-1
/
+1
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-13
/
+13
2025-07-08
fs/buffer: remove the min and max limit checks in __getblk_slow()
Pankaj Raghav
1
-8
/
+3
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
1
-4
/
+3
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
1
-1
/
+1
2025-06-19
fs/buffer: remove comment about hard sectorsize
Pankaj Raghav
1
-3
/
+2
2025-05-26
Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2025-05-21
fs/buffer: optimize discard_buffer()
Davidlohr Bueso
1
-2
/
+2
2025-05-21
fs/buffer: remove superfluous statements
Davidlohr Bueso
1
-3
/
+0
2025-05-21
fs/buffer: avoid redundant lookup in getblk slowpath
Davidlohr Bueso
1
-3
/
+3
2025-05-21
fs/buffer: use sleeping lookup in __getblk_slowpath()
Davidlohr Bueso
1
-1
/
+6
2025-05-09
fs: Remove redundant errseq_set call in mark_buffer_write_io_error.
Jeremy Bongio
1
-3
/
+1
2025-04-22
mm/migrate: fix sleep in atomic for large folios and buffer heads
Davidlohr Bueso
1
-1
/
+11
2025-04-22
fs/buffer: use sleeping version of __find_get_block()
Davidlohr Bueso
1
-2
/
+9
2025-04-22
fs/buffer: introduce sleeping flavors for pagecache lookups
Davidlohr Bueso
1
-0
/
+9
2025-04-22
fs/buffer: split locking for pagecache lookups
Davidlohr Bueso
1
-16
/
+25
2025-04-07
fs: Remove aops->writepage
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-10
/
+4
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
1
-10
/
+4
2025-02-24
fs/buffer fs/mpage: remove large folio restriction
Luis Chamberlain
1
-2
/
+0
2025-02-24
fs/buffer: remove batching from async read
Matthew Wilcox
1
-30
/
+21
[next]