summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2025-10-29xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig1-1/+29
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-14xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-14xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong1-1/+2
2023-11-28xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan1-2/+7
2023-11-28xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2023-11-28xfs: don't leak memory when attr fork loading failsDarrick J. Wong1-0/+1
2023-11-28xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong1-1/+1
2023-11-28xfs: refactor buffer cancellation table allocationDarrick J. Wong1-6/+8
2023-05-11xfs: don't consider future format versions validDave Chinner1-5/+6
2023-02-22xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong1-3/+5
2023-02-22xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2023-02-22xfs: don't assert fail on perag references on teardownDave Chinner1-2/+1
2023-02-22xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner1-14/+33
2023-02-22xfs: validate v5 feature fieldsDave Chinner1-10/+58
2023-02-22xfs: set XFS_FEAT_NLINK correctlyDave Chinner1-0/+2
2023-02-22xfs: detect self referencing btree sibling pointersDave Chinner1-35/+105
2023-02-22xfs: zero inode fork buffer at allocationDave Chinner1-3/+9
2022-09-28xfs: validate inode fork size against fork formatDave Chinner1-9/+26
2022-07-29xfs: fix perag reference leak on iteration race with growfsBrian Foster1-10/+6
2022-07-29xfs: terminate perag iteration reliably on agcountBrian Foster1-1/+1
2022-07-29xfs: rename the next_agno perag iteration variableBrian Foster1-9/+9
2022-07-29xfs: fold perag loop iteration logic into helper functionBrian Foster1-3/+13
2022-07-29xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong1-2/+2
2022-07-02xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner13-37/+37
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner10-16/+16
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner4-19/+15
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner2-30/+31
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner1-152/+3
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner24-77/+75
2021-08-19xfs: open code sb verifier feature checksDave Chinner3-65/+81
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2-23/+25
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner5-15/+15
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner2-2/+2
2021-08-19xfs: convert mount flags to featuresDave Chinner4-28/+31
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner32-126/+126
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner3-1/+68
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner1-7/+0
2021-08-19xfs: rename xfs_has_attr()Dave Chinner2-5/+3
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner1-1/+1
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong1-0/+5
2021-08-19xfs: constify btree function parameters that are not modifiedDarrick J. Wong2-44/+47
2021-08-19xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2-9/+9
2021-08-19xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong7-34/+34
2021-08-19xfs: make the pointer passed to btree set_root functions constDarrick J. Wong6-19/+19
2021-08-19xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2-2/+3
2021-08-19xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong6-40/+40