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