index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-22
xfs: don't set bt_nr_sectors to a negative number
Darrick J. Wong
1
-1
/
+1
2025-09-22
xfs: track the number of blocks in each buftarg
Christoph Hellwig
1
-19
/
+23
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
1
-2
/
+2
2025-07-08
xfs: remove the bt_bdev_file buftarg field
Christoph Hellwig
1
-2
/
+2
2025-07-08
xfs: rename the bt_bdev_* buftarg fields
Christoph Hellwig
1
-2
/
+2
2025-07-08
xfs: remove the call to sync_blockdev in xfs_configure_buftarg
Christoph Hellwig
1
-6
/
+1
2025-06-27
xfs: avoid dquot buffer pin deadlock
Dave Chinner
1
-38
/
+0
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-16
/
+63
2025-05-14
Merge branch 'atomic_writes-6.16' into xfs-6.16-merge
Carlos Maiolino
1
-12
/
+52
2025-05-14
xfs: stop using set_blocksize
Darrick J. Wong
1
-4
/
+11
2025-05-07
xfs: ignore HW which cannot atomic write a single block
Darrick J. Wong
1
-0
/
+12
2025-05-07
xfs: separate out setting buftarg atomic writes limits
Darrick J. Wong
1
-8
/
+24
2025-05-07
xfs: only call xfs_setsize_buftarg once per buffer target
Darrick J. Wong
1
-10
/
+18
2025-05-07
xfs: simplify xfs_buf_submit_bio
Christoph Hellwig
1
-35
/
+8
2025-04-28
xfs: stop using set_blocksize
Darrick J. Wong
1
-4
/
+11
2025-04-14
xfs: mark xfs_buf_free as might_sleep()
Christoph Hellwig
1
-0
/
+1
2025-03-18
xfs: remove the flags argument to xfs_buf_get_uncached
Christoph Hellwig
1
-3
/
+2
2025-03-18
xfs: remove the flags argument to xfs_buf_read_uncached
Christoph Hellwig
1
-2
/
+1
2025-03-18
xfs: remove xfs_buf_free_maps
Christoph Hellwig
1
-11
/
+2
2025-03-18
xfs: remove xfs_buf_get_maps
Christoph Hellwig
1
-27
/
+6
2025-03-18
xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_alloc
Christoph Hellwig
1
-90
/
+75
2025-03-10
xfs: trace what memory backs a buffer
Christoph Hellwig
1
-0
/
+4
2025-03-10
xfs: cleanup mapping tmpfs folios into the buffer cache
Christoph Hellwig
1
-4
/
+2
2025-03-10
xfs: use vmalloc instead of vm_map_area for buffer backing memory
Christoph Hellwig
1
-160
/
+52
2025-03-10
xfs: kill XBF_UNMAPPED
Christoph Hellwig
1
-54
/
+4
2025-03-10
xfs: convert buffer cache to use high order folios
Christoph Hellwig
1
-6
/
+50
2025-03-10
xfs: remove the kmalloc to page allocator fallback
Christoph Hellwig
1
-24
/
+24
2025-03-10
xfs: refactor backing memory allocations for buffers
Christoph Hellwig
1
-19
/
+36
2025-03-10
xfs: remove xfs_buf_is_vmapped
Christoph Hellwig
1
-17
/
+3
2025-03-10
xfs: remove xfs_buf.b_offset
Christoph Hellwig
1
-2
/
+1
2025-03-10
xfs: add a fast path to xfs_buf_zero when b_addr is set
Christoph Hellwig
1
-2
/
+7
2025-02-25
xfs: remove the XBF_STALE check from xfs_buf_rele_cached
Christoph Hellwig
1
-7
/
+1
2025-02-25
xfs: remove most in-flight buffer accounting
Christoph Hellwig
1
-75
/
+15
2025-02-25
xfs: decouple buffer readahead from the normal buffer read path
Christoph Hellwig
1
-21
/
+20
2025-02-25
xfs: reduce context switches for synchronous buffered I/O
Christoph Hellwig
1
-16
/
+27
2025-02-03
Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-19
/
+17
2025-01-28
xfs: remove xfs_buf_cache.bc_lock
Christoph Hellwig
1
-14
/
+17
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
1
-2
/
+2
2025-01-24
xfs: remove an out of data comment in _xfs_buf_alloc
Christoph Hellwig
1
-5
/
+0
2025-01-16
xfs: fix buffer lookup vs release race
Christoph Hellwig
1
-45
/
+48
2025-01-16
xfs: check for dead buffers in xfs_buf_find_insert
Christoph Hellwig
1
-2
/
+1
2025-01-14
xfs: add a b_iodone callback to struct xfs_buf
Christoph Hellwig
1
-5
/
+2
2025-01-14
xfs: move b_li_list based retry handling to common code
Christoph Hellwig
1
-6
/
+6
2025-01-14
xfs: always complete the buffer inline in xfs_buf_submit
Christoph Hellwig
1
-10
/
+6
2025-01-14
xfs: remove the extra buffer reference in xfs_buf_submit
Christoph Hellwig
1
-15
/
+1
2025-01-14
xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend
Christoph Hellwig
1
-3
/
+3
2025-01-14
xfs: simplify buffer I/O submission
Christoph Hellwig
1
-144
/
+60
2025-01-14
xfs: move in-memory buftarg handling out of _xfs_buf_ioapply
Christoph Hellwig
1
-11
/
+9
2025-01-14
xfs: move write verification out of _xfs_buf_ioapply
Christoph Hellwig
1
-30
/
+37
[next]