summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
11 daysxfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-03-04xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig1-51/+24
2026-01-23xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
2025-10-23xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig2-1/+31
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2024-12-27xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-27xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-12-27xfs: sb_spino_align is not verifiedDave Chinner1-0/+14
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong3-4/+6
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling1-1/+1
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig2-0/+18
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig1-1/+1
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig2-33/+12
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig2-24/+9
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds3-9/+14
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav2-0/+8
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig1-0/+1
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig1-23/+8
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig2-62/+0
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig2-14/+1
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong1-1/+0
2024-09-03xfs: remove unnecessary checkDan Carpenter1-1/+1
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner1-9/+6
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong14-33/+40
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong6-113/+189
2024-09-01xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong1-2/+3
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig2-2/+2
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig2-38/+0
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig1-24/+33
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig2-27/+18
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig2-23/+4
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig2-2/+12
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig3-14/+19
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig2-0/+129
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig2-21/+32
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig1-0/+2