summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-02-27xfs: don't over-report free space or inodes in statvfsDarrick J. Wong
2025-02-27xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong
2025-02-27xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo
2025-02-27xfs: streamline xfs_filestream_pick_agChristoph Hellwig
2025-02-27xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2025-02-27xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2025-02-27xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2025-02-27xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig
2025-02-27xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig
2025-02-27xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2025-02-27xfs: Remove empty declartion in header fileZhang Zekun
2025-02-27xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak
2025-02-27xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2025-02-27xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2025-02-27xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2025-02-27xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig
2025-02-27xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig
2025-02-27xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig
2025-02-27xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster
2025-02-27xfs: skip background cowblock trims on inodes open for writeBrian Foster
2025-02-27xfs: fix a typoAndrew Kreimer
2025-02-27xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2025-02-27xfs: validate inumber in xfs_igetDarrick J. Wong
2025-02-27xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2025-02-17xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2024-12-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong
2024-12-27xfs: take m_growlock when running growfsrtDarrick J. Wong
2024-12-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong
2024-12-27xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo
2024-12-27xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong
2024-12-27xfs: attr forks require attr, not attr2Darrick J. Wong
2024-12-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun
2024-12-27xfs: fix file_path handling in tracepointsDarrick J. Wong
2024-12-27xfs: convert comma to semicolonChen Ni
2024-12-27xfs: don't walk off the end of a directory data blocklei lu
2024-12-27xfs: Fix xfs_prepare_shift() range for RTJohn Garry
2024-12-27xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry
2024-12-27xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2024-12-27xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong
2024-12-27xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong
2024-12-27xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong
2024-12-19xfs: only run precommits once per transaction objectDarrick J. Wong
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li