summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2_sf.c
AgeCommit message (Expand)Author
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2022-09-19xfs: Remove the unneeded result variableye xingchen
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig
2019-11-04xfs: relax shortform directory size checksDarrick J. Wong
2019-10-21xfs: fix inode fork extent count overflowDave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong
2017-03-15xfs: verify inline directory data forksDarrick J. Wong
2016-07-20xfs: kill xfs_dir2_inou_tChristoph Hellwig
2016-07-20xfs: kill xfs_dir2_sf_off_tChristoph Hellwig
2016-04-06xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: fix set-but-unused warningsDave Chinner
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-25libxfs: move source filesDave Chinner