aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2023-11-28xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan
2023-11-28xfs: fix inode reservation space for removing transactionhexiaole
2023-11-28xfs: don't leak memory when attr fork loading failsDarrick J. Wong
2023-11-28xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong
2023-11-28xfs: refactor buffer cancellation table allocationDarrick J. Wong
2023-05-11xfs: don't consider future format versions validDave Chinner
2023-02-22xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong
2023-02-22xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner
2023-02-22xfs: don't assert fail on perag references on teardownDave Chinner
2023-02-22xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner
2023-02-22xfs: validate v5 feature fieldsDave Chinner
2023-02-22xfs: set XFS_FEAT_NLINK correctlyDave Chinner
2023-02-22xfs: detect self referencing btree sibling pointersDave Chinner
2023-02-22xfs: zero inode fork buffer at allocationDave Chinner
2022-09-28xfs: validate inode fork size against fork formatDave Chinner
2022-07-29xfs: fix perag reference leak on iteration race with growfsBrian Foster
2022-07-29xfs: terminate perag iteration reliably on agcountBrian Foster
2022-07-29xfs: rename the next_agno perag iteration variableBrian Foster
2022-07-29xfs: fold perag loop iteration logic into helper functionBrian Foster
2022-07-29xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2022-07-02xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-19xfs: rename xfs_has_attr()Dave Chinner
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong
2021-08-18xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson