index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
Age
Commit message (
Expand
)
Author
2025-07-08
xfs: remove the bt_bdev_file buftarg field
Christoph Hellwig
2025-07-08
xfs: rename the bt_bdev_* buftarg fields
Christoph Hellwig
2025-07-08
xfs: remove the call to sync_blockdev in xfs_configure_buftarg
Christoph Hellwig
2025-06-27
xfs: avoid dquot buffer pin deadlock
Dave Chinner
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2025-05-14
Merge branch 'atomic_writes-6.16' into xfs-6.16-merge
Carlos Maiolino
2025-05-14
xfs: stop using set_blocksize
Darrick J. Wong
2025-05-07
xfs: ignore HW which cannot atomic write a single block
Darrick J. Wong
2025-05-07
xfs: separate out setting buftarg atomic writes limits
Darrick J. Wong
2025-05-07
xfs: only call xfs_setsize_buftarg once per buffer target
Darrick J. Wong
2025-05-07
xfs: simplify xfs_buf_submit_bio
Christoph Hellwig
2025-04-28
xfs: stop using set_blocksize
Darrick J. Wong
2025-04-14
xfs: mark xfs_buf_free as might_sleep()
Christoph Hellwig
2025-03-18
xfs: remove the flags argument to xfs_buf_get_uncached
Christoph Hellwig
2025-03-18
xfs: remove the flags argument to xfs_buf_read_uncached
Christoph Hellwig
2025-03-18
xfs: remove xfs_buf_free_maps
Christoph Hellwig
2025-03-18
xfs: remove xfs_buf_get_maps
Christoph Hellwig
2025-03-18
xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_alloc
Christoph Hellwig
2025-03-10
xfs: trace what memory backs a buffer
Christoph Hellwig
2025-03-10
xfs: cleanup mapping tmpfs folios into the buffer cache
Christoph Hellwig
2025-03-10
xfs: use vmalloc instead of vm_map_area for buffer backing memory
Christoph Hellwig
2025-03-10
xfs: kill XBF_UNMAPPED
Christoph Hellwig
2025-03-10
xfs: convert buffer cache to use high order folios
Christoph Hellwig
2025-03-10
xfs: remove the kmalloc to page allocator fallback
Christoph Hellwig
2025-03-10
xfs: refactor backing memory allocations for buffers
Christoph Hellwig
2025-03-10
xfs: remove xfs_buf_is_vmapped
Christoph Hellwig
2025-03-10
xfs: remove xfs_buf.b_offset
Christoph Hellwig
2025-03-10
xfs: add a fast path to xfs_buf_zero when b_addr is set
Christoph Hellwig
2025-02-25
xfs: remove the XBF_STALE check from xfs_buf_rele_cached
Christoph Hellwig
2025-02-25
xfs: remove most in-flight buffer accounting
Christoph Hellwig
2025-02-25
xfs: decouple buffer readahead from the normal buffer read path
Christoph Hellwig
2025-02-25
xfs: reduce context switches for synchronous buffered I/O
Christoph Hellwig
2025-02-03
Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2025-01-28
xfs: remove xfs_buf_cache.bc_lock
Christoph Hellwig
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2025-01-24
xfs: remove an out of data comment in _xfs_buf_alloc
Christoph Hellwig
2025-01-16
xfs: fix buffer lookup vs release race
Christoph Hellwig
2025-01-16
xfs: check for dead buffers in xfs_buf_find_insert
Christoph Hellwig
2025-01-14
xfs: add a b_iodone callback to struct xfs_buf
Christoph Hellwig
2025-01-14
xfs: move b_li_list based retry handling to common code
Christoph Hellwig
2025-01-14
xfs: always complete the buffer inline in xfs_buf_submit
Christoph Hellwig
2025-01-14
xfs: remove the extra buffer reference in xfs_buf_submit
Christoph Hellwig
2025-01-14
xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend
Christoph Hellwig
2025-01-14
xfs: simplify buffer I/O submission
Christoph Hellwig
2025-01-14
xfs: move in-memory buftarg handling out of _xfs_buf_ioapply
Christoph Hellwig
2025-01-14
xfs: move write verification out of _xfs_buf_ioapply
Christoph Hellwig
2025-01-14
xfs: remove xfs_buf_delwri_submit_buffers
Christoph Hellwig
2025-01-14
xfs: simplify xfs_buf_delwri_pushbuf
Christoph Hellwig
2025-01-14
xfs: move xfs_buf_iowait out of (__)xfs_buf_submit
Christoph Hellwig
[next]