summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
6 daysxfs: fix stupid compiler warningDarrick J. Wong1-1/+1
6 daysxfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong1-0/+36
6 daysxfs: fail recovery on a committed log item with no regionsWeiming Shi1-0/+9
6 daysxfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih1-8/+8
6 daysxfs: use null daddr for unset first bad log blockYousef Alhouseen1-3/+3
6 daysxfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong10-88/+109
6 daysxfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong9-157/+49
6 daysxfs: dump the recovered xattri log item if corruption happensDarrick J. Wong1-0/+4
6 daysxfs: recreate work items when recovering intent itemsDarrick J. Wong7-164/+216
2026-05-17xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
2026-04-02xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-04-02xfs: avoid dereferencing log items after push callbacksYuto Ohnuki3-11/+52
2026-04-02xfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li1-2/+2
2026-04-02xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-03-25xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
2026-03-25xfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+2
2026-03-25xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
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: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-01-11xfs: 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