summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2.c
AgeCommit message (Expand)Author
2024-04-23xfs: add raw parent pointer apis to support repairDarrick J. Wong
2024-04-15xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: create a static name for the dot entry tooDarrick J. Wong
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-04-11xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2022-03-14xfs: constify xfs_name_dotdotDarrick J. Wong
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-02-11xfs: check directory name validityDarrick J. Wong
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster
2018-07-11xfs: remove firstblock param from xfs dir opsBrian Foster
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-26xfs: scrub directory metadataDarrick J. Wong
2017-10-26xfs: create inode pointer verifiersDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein