summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
9 daysxfs: simplify __xfs_buf_ioendChristoph Hellwig
9 daysxfs: fix handling of synchronous errors in xfs_buf_submitChristoph Hellwig
9 daysxfs: remove xfs_buf_ioendChristoph Hellwig
9 daysxfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig
9 daysxfs: also mark the buffer stale on verifier failure in xfs_buf_submitChristoph Hellwig
9 daysxfs: open code xfs_buf_ioend_fail in xfs_buf_submitChristoph Hellwig
11 daysxfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig
11 daysxfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig
11 daysxfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig
11 daysxfs: 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
2025-04-28xfs: stop using set_blocksizeDarrick J. Wong
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig
2025-03-18xfs: remove xfs_buf_free_mapsChristoph Hellwig
2025-03-18xfs: remove xfs_buf_get_mapsChristoph Hellwig
2025-03-18xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_allocChristoph Hellwig
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig
2025-03-10xfs: cleanup mapping tmpfs folios into the buffer cacheChristoph Hellwig
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-10xfs: convert buffer cache to use high order foliosChristoph Hellwig
2025-03-10xfs: remove the kmalloc to page allocator fallbackChristoph Hellwig
2025-03-10xfs: refactor backing memory allocations for buffersChristoph Hellwig
2025-03-10xfs: remove xfs_buf_is_vmappedChristoph Hellwig
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig
2025-03-10xfs: add a fast path to xfs_buf_zero when b_addr is setChristoph Hellwig