summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-186/+206
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-08-10xfs: add lockless xfs_buf_readahead_map fast pathChristoph Hellwig1-3/+13
2026-08-10xfs: move buffer locking out of xfs_find_get_bufChristoph Hellwig1-11/+22
2026-08-10xfs: merge xfs_buf_reverify into xfs_buf_read_mapChristoph Hellwig1-43/+36
2026-08-10xfs: use goto based error unwinding in xfs_buf_read_mapChristoph Hellwig1-23/+24
2026-08-10xfs: don't reverify buffers in xfs_buf_readahead_mapChristoph Hellwig1-1/+0
2026-08-10xfs: use WRITE_ONCE to update b_flagsChristoph Hellwig1-35/+51
2026-08-10xfs: hide b_flags manipulation from code outside of xfs_buf.cChristoph Hellwig1-0/+16
2026-08-10xfs: remove _XBF_LOGRECOVERYChristoph Hellwig1-3/+2
2026-08-10xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_bufChristoph Hellwig1-12/+29
2026-08-10xfs: consolidate buffer locking in xfs_buf_get_mapChristoph Hellwig1-40/+22
2026-08-10xfs: don't get a pag reference in xfs_buf_get_mapChristoph Hellwig1-34/+10
2026-07-31lockref: tidy up dead count handlingMateusz Guzik1-2/+2
2026-07-22xfs: handle NULL b_addr in xfs_buf_freeYun Zhou1-1/+1
2026-07-01xfs: simplify __xfs_buf_ioendChristoph Hellwig1-25/+26
2026-07-01xfs: fix handling of synchronous errors in xfs_buf_submitChristoph Hellwig1-5/+5
2026-07-01xfs: remove xfs_buf_ioendChristoph Hellwig1-14/+8
2026-07-01xfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig1-6/+7
2026-07-01xfs: also mark the buffer stale on verifier failure in xfs_buf_submitChristoph Hellwig1-3/+5
2026-07-01xfs: open code xfs_buf_ioend_fail in xfs_buf_submitChristoph Hellwig1-10/+13
2026-06-29xfs: port to fs_bdev_file_open_by_path()Christian Brauner1-1/+1
2026-06-29xfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig1-4/+3
2026-06-29xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig1-26/+23
2026-06-29xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig1-2/+2
2026-06-29xfs: split up xfs_buf_alloc_backing_memChristoph Hellwig1-21/+40
2026-06-09xfs: remove the call to xfs_buf_reverify in xfs_trans_read_buf_mapChristoph Hellwig1-1/+1
2026-05-21xfs: fix a buffer lookup against removal raceChristoph Hellwig1-10/+24
2026-04-07xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
2026-03-30xfs: don't decrement the buffer LRU count for in-use buffersChristoph Hellwig1-10/+12
2026-03-30xfs: switch (back) to a per-buftarg buffer hashChristoph Hellwig1-38/+13
2026-03-30xfs: use a lockref for the buffer reference countChristoph Hellwig1-48/+32
2026-03-30xfs: don't keep a reference for buffers on the LRUChristoph Hellwig1-85/+49
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-10-22xfs: don't set bt_nr_sectors to a negative numberDarrick J. Wong1-1/+1
2025-09-22xfs: track the number of blocks in each buftargChristoph Hellwig1-19/+23
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig1-2/+2
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig1-2/+2
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig1-2/+2
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig1-6/+1
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner1-38/+0
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-16/+63
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino1-12/+52
2025-05-14xfs: stop using set_blocksizeDarrick J. Wong1-4/+11
2025-05-07xfs: ignore HW which cannot atomic write a single blockDarrick J. Wong1-0/+12
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong1-8/+24
2025-05-07xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong1-10/+18
2025-05-07xfs: simplify xfs_buf_submit_bioChristoph Hellwig1-35/+8