开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
Age
Commit message (
Expand
)
Author
2026-08-17
Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-08-10
xfs: add lockless xfs_buf_readahead_map fast path
Christoph Hellwig
2026-08-10
xfs: move buffer locking out of xfs_find_get_buf
Christoph Hellwig
2026-08-10
xfs: merge xfs_buf_reverify into xfs_buf_read_map
Christoph Hellwig
2026-08-10
xfs: use goto based error unwinding in xfs_buf_read_map
Christoph Hellwig
2026-08-10
xfs: don't reverify buffers in xfs_buf_readahead_map
Christoph Hellwig
2026-08-10
xfs: use WRITE_ONCE to update b_flags
Christoph Hellwig
2026-08-10
xfs: hide b_flags manipulation from code outside of xfs_buf.c
Christoph Hellwig
2026-08-10
xfs: remove _XBF_LOGRECOVERY
Christoph Hellwig
2026-08-10
xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
Christoph Hellwig
2026-08-10
xfs: consolidate buffer locking in xfs_buf_get_map
Christoph Hellwig
2026-08-10
xfs: don't get a pag reference in xfs_buf_get_map
Christoph Hellwig
2026-07-31
lockref: tidy up dead count handling
Mateusz Guzik
2026-07-22
xfs: handle NULL b_addr in xfs_buf_free
Yun Zhou
2026-07-01
xfs: simplify __xfs_buf_ioend
Christoph Hellwig
2026-07-01
xfs: fix handling of synchronous errors in xfs_buf_submit
Christoph Hellwig
2026-07-01
xfs: remove xfs_buf_ioend
Christoph Hellwig
2026-07-01
xfs: improve the xfs_buf_ioend_fail calling convention
Christoph Hellwig
2026-07-01
xfs: also mark the buffer stale on verifier failure in xfs_buf_submit
Christoph Hellwig
2026-07-01
xfs: open code xfs_buf_ioend_fail in xfs_buf_submit
Christoph Hellwig
2026-06-29
xfs: port to fs_bdev_file_open_by_path()
Christian Brauner
2026-06-29
xfs: simplify the failure path in xfs_buf_alloc_vmalloc
Christoph Hellwig
2026-06-29
xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_mem
Christoph Hellwig
2026-06-29
xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the caller
Christoph Hellwig
2026-06-29
xfs: split up xfs_buf_alloc_backing_mem
Christoph Hellwig
2026-06-09
xfs: remove the call to xfs_buf_reverify in xfs_trans_read_buf_map
Christoph Hellwig
2026-05-21
xfs: fix a buffer lookup against removal race
Christoph Hellwig
2026-04-07
xfs: fix a resource leak in xfs_alloc_buftarg()
Haoxiang Li
2026-03-30
xfs: don't decrement the buffer LRU count for in-use buffers
Christoph Hellwig
2026-03-30
xfs: switch (back) to a per-buftarg buffer hash
Christoph Hellwig
2026-03-30
xfs: use a lockref for the buffer reference count
Christoph Hellwig
2026-03-30
xfs: don't keep a reference for buffers on the LRU
Christoph Hellwig
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
2025-10-22
xfs: don't set bt_nr_sectors to a negative number
Darrick J. Wong
2025-09-22
xfs: track the number of blocks in each buftarg
Christoph Hellwig
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
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
[next]