summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_sf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-4/+4
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-4/+4
* xfs: return if_data from xfs_idata_reallocChristoph Hellwig2023-12-291-15/+10
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-37/+24
* xfs: zap broken inode forksDarrick J. Wong2023-12-151-10/+3
* xfs: Remove the unneeded result variableye xingchen2022-09-191-3/+1
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-3/+3
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-5/+5
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-1/+0
* xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-6/+5
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-23/+23
* xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2021-01-221-1/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-7/+6
* libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-191-3/+3
* xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2019-11-131-5/+23
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-2/+1
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-101-1/+1
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-11/+5
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-7/+7
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-101-1/+1
* xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig2019-11-101-43/+25
* xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig2019-11-101-14/+46
* xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig2019-11-101-13/+78
* xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig2019-11-101-39/+57
* xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig2019-11-101-10/+10
* xfs: relax shortform directory size checksDarrick J. Wong2019-11-041-28/+4
* xfs: fix inode fork extent count overflowDave Chinner2019-10-211-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-4/+4
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-171-3/+1
* xfs: refactor short form directory structure verifier functionDarrick J. Wong2018-01-081-13/+13
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: rework the inline directory verifiersDarrick J. Wong2017-04-031-22/+41
* xfs: verify inline directory data forksDarrick J. Wong2017-03-151-0/+87
* xfs: kill xfs_dir2_inou_tChristoph Hellwig2016-07-201-19/+6
* xfs: kill xfs_dir2_sf_off_tChristoph Hellwig2016-07-201-7/+6
* xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig2016-04-061-6/+3
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-10/+0
|\
| * xfs: fix set-but-unused warningsDave Chinner2014-12-041-10/+0
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* xfs: require 64-bit sector_tChristoph Hellwig2014-07-301-37/+8
* xfs: global error sign conversionDave Chinner2014-06-251-14/+14
* libxfs: move source filesDave Chinner2014-06-251-0/+1184