summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2026-05-17xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li
2026-04-02xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki
2026-04-02xfs: avoid dereferencing log items after push callbacksYuto Ohnuki
2026-04-02xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li
2026-04-02xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki
2026-03-25xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li
2026-03-25xfs: fix integer overflow in bmap intent sort comparatorLong Li
2026-03-25xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong
2026-01-11xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong
2025-10-23xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong
2025-10-23xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig
2025-10-23xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen
2025-08-28xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig
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