summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-111-2/+0
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-111-0/+8
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-111-0/+2
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-111-0/+2
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-111-0/+2
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-111-2/+5
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-111-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-291-5/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: check directory name validityDarrick J. Wong2019-02-121-0/+17
* xfs: fold dfops into the transactionBrian Foster2018-08-031-2/+0
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-2/+1
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-121-4/+1
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-121-8/+4
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-121-1/+1
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-121-34/+31
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-121-8/+9
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: refactor the geometry structure filling functionDarrick J. Wong2018-01-081-3/+2
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: scrub directory metadataDarrick J. Wong2017-10-271-1/+3
* xfs: create inode pointer verifiersDarrick J. Wong2017-10-271-16/+3
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-281-2/+1
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-01-181-1/+1
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-171-14/+22
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-01-171-1/+2
* fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal2016-11-281-1/+1
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-7/+7