aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_sf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia1-5/+23
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig1-2/+1
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig1-1/+1
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-11/+5
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig1-7/+7
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-1/+1
2019-11-10xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig1-43/+25
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig1-14/+46
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig1-13/+78
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig1-39/+57
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig1-10/+10
2019-11-04xfs: relax shortform directory size checksDarrick J. Wong1-28/+4
2019-10-21xfs: fix inode fork extent count overflowDave Chinner1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-4/+4
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong1-3/+1
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong1-13/+13
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong1-22/+41
2017-03-15xfs: verify inline directory data forksDarrick J. Wong1-0/+87
2016-07-20xfs: kill xfs_dir2_inou_tChristoph Hellwig1-19/+6
2016-07-20xfs: kill xfs_dir2_sf_off_tChristoph Hellwig1-7/+6
2016-04-06xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig1-6/+3
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-10/+0
2014-12-04xfs: fix set-but-unused warningsDave Chinner1-10/+0
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-37/+8
2014-06-25xfs: global error sign conversionDave Chinner1-14/+14
2014-06-25libxfs: move source filesDave Chinner1-0/+1184