summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-111-34/+31
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-111-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-261-1/+3
* xfs: create inode pointer verifiersDarrick J. Wong2017-10-261-16/+3
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-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
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-3/+3
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-6/+6
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-3/+3
* Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-201-0/+3
|\
| * xfs: stop holding ILOCK over filldir callbacksDave Chinner2015-08-191-0/+3
* | xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner2015-07-291-18/+15
|/
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-0/+16
|\
| * xfs: move ftype conversion functions to libxfsDave Chinner2014-12-041-0/+16
* | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0