aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: devirtualize ->m_dirnameopsGravatar Christoph Hellwig 1-22/+11
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-5/+5
2019-11-10xfs: remove the now unused dir ops infrastructureGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+8
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+2
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+2
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+2
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-2/+5
2019-11-10xfs: move the node header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-5/+7
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-7/+7
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-02-11xfs: check directory name validityGravatar Darrick J. Wong 1-0/+17
2018-08-02xfs: fold dfops into the transactionGravatar Brian Foster 1-2/+0
2018-07-11xfs: remove xfs_bunmapi() firstblock paramGravatar Brian Foster 1-2/+1
2018-07-11xfs: use ->t_firstblock in xattr opsGravatar Brian Foster 1-4/+1
2018-07-11xfs: remove firstblock param from xfs dir opsGravatar Brian Foster 1-8/+4
2018-07-11xfs: remove xfs_bunmapi() dfops paramGravatar Brian Foster 1-1/+1
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeGravatar Brian Foster 1-34/+31
2018-07-11xfs: remove dfops param from high level dirname callsGravatar Brian Foster 1-8/+9
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-01-08xfs: refactor the geometry structure filling functionGravatar Darrick J. Wong 1-3/+2
2017-11-01xfs: move error injection tags into their own fileGravatar Darrick J. Wong 1-0/+1
2017-10-26xfs: scrub directory metadataGravatar Darrick J. Wong 1-1/+3
2017-10-26xfs: create inode pointer verifiersGravatar Darrick J. Wong 1-16/+3
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORGravatar Darrick J. Wong 1-2/+1
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeGravatar Arnd Bergmann 1-1/+1
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementGravatar Amir Goldstein 1-14/+22
2017-01-17xfs: sanity check directory inode di_sizeGravatar Amir Goldstein 1-1/+2
2016-11-28fs: xfs: libxfs: constify xfs_nameops structuresGravatar Bhumika Goyal 1-1/+1
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-7/+7
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Gravatar Darrick J. Wong 1-3/+3
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-0/+1
2016-02-09xfs: mode di_mode to vfs inodeGravatar Dave Chinner 1-6/+6
2015-10-12xfs: per-filesystem stats counter implementationGravatar Bill O'Donnell 1-3/+3
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextGravatar Dave Chinner 1-0/+3
2015-08-19xfs: stop holding ILOCK over filldir callbacksGravatar Dave Chinner 1-0/+3
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagGravatar Dave Chinner 1-18/+15
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextGravatar Dave Chinner 1-0/+16
2014-12-04xfs: move ftype conversion functions to libxfsGravatar Dave Chinner 1-0/+16
2014-11-28xfs: merge xfs_inum.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-09-09xfs: combine xfs_dir_canenter into xfs_dir_createnameGravatar Eric Sandeen 1-49/+11
2014-09-09xfs: check resblks before calling xfs_dir_canenterGravatar Eric Sandeen 1-6/+1
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-12/+12
2014-06-25libxfs: move source filesGravatar Dave Chinner 1-0/+762