summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
9 daysxfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-23xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-3/+16
2025-10-23xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig5-9/+54
2025-10-23xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig1-9/+8
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-08-28xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
2025-02-27xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2025-02-27xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2025-02-27xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo3-3/+8
2025-02-27xfs: streamline xfs_filestream_pick_agChristoph Hellwig1-50/+46
2025-02-27xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling1-1/+1
2025-02-27xfs: update the pag for the last AG at recovery timeChristoph Hellwig3-3/+34
2025-02-27xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig1-1/+1
2025-02-27xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig1-0/+5
2025-02-27xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig2-8/+52
2025-02-27xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig5-38/+22
2025-02-27xfs: Remove empty declartion in header fileZhang Zekun1-1/+0
2025-02-27xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak1-7/+4
2025-02-27xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2025-02-27xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2025-02-27xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2025-02-27xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2025-02-27xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2025-02-27xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2025-02-27xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster3-7/+23
2025-02-27xfs: skip background cowblock trims on inodes open for writeBrian Foster1-8/+23
2025-02-27xfs: fix a typoAndrew Kreimer1-1/+1
2025-02-27xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2025-02-27xfs: validate inumber in xfs_igetDarrick J. Wong1-1/+1
2025-02-27xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig1-0/+2
2025-02-17xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang1-4/+2
2024-12-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong1-0/+40
2024-12-27xfs: take m_growlock when running growfsrtDarrick J. Wong1-13/+25
2024-12-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong1-2/+2
2024-12-27xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo1-1/+1
2024-12-27xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong1-0/+11
2024-12-27xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-12-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-12-27xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-12-27xfs: convert comma to semicolonChen Ni1-1/+1
2024-12-27xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2024-12-27xfs: Fix xfs_prepare_shift() range for RTJohn Garry1-4/+6
2024-12-27xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry1-4/+8
2024-12-27xfs: create a new helper to return a file's allocation unitDarrick J. Wong4-20/+30
2024-12-27xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong5-3/+15
2024-12-27xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2-9/+15