summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2_sf.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18xfs: Remove the unneeded result variableye xingchen1-3/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-3/+3
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-5/+5
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-1/+0
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-6/+5
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-23/+23
2021-01-23xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-7/+6
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong1-3/+3
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-11xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig1-1/+1
2019-11-11xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-11/+5
2019-11-11xfs: devirtualize ->data_entsizeChristoph Hellwig1-7/+7
2019-11-11xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-1/+1
2019-11-11xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig1-43/+25
2019-11-11xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig1-14/+46
2019-11-11xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig1-13/+78
2019-11-11xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig1-39/+57
2019-11-11xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig1-10/+10
2019-11-05xfs: 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-29xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-29xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-18xfs: 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-20xfs: 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