summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong2024-07-021-0/+104
* xfs: create libxfs helper to rename two directory entriesDarrick J. Wong2024-07-021-0/+227
* xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong2024-07-021-0/+125
* xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong2024-07-021-0/+81
* xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong2024-07-021-3/+68
* xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong2024-07-021-0/+53
* xfs: refactor dir format helpersChristoph Hellwig2024-04-261-115/+73
* xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig2024-04-261-23/+26
* xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig2024-04-261-23/+25
* xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig2024-04-261-25/+28
* xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig2024-04-261-26/+40
* xfs: add raw parent pointer apis to support repairDarrick J. Wong2024-04-231-1/+1
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-151-0/+5
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-221-1/+4
* xfs: create a static name for the dot entry tooDarrick J. Wong2024-02-221-0/+6
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-4/+4
* xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner2024-02-131-10/+4
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-9/+9
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-1/+1
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-9/+9
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-1/+1
* xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong2023-04-111-2/+3
* xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang2022-10-041-20/+30
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-1/+1
* xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-0/+8
* xfs: constify xfs_name_dotdotDarrick J. Wong2022-03-141-1/+5
* xfs: constify the name argument to various directory functionsDarrick J. Wong2022-03-141-15/+15
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-3/+3
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-7/+7
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-4/+4
* libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-191-0/+21
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-22/+11
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-5/+5
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-101-2/+0
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+8
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+2
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+2
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+2
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-2/+5
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-5/+7
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-7/+7
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: check directory name validityDarrick J. Wong2019-02-111-0/+17
* xfs: fold dfops into the transactionBrian Foster2018-08-021-2/+0
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-111-4/+1
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-111-8/+4
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1