aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_itable.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-7/+7
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersGravatar Christian Brauner 1-2/+6
2022-07-12xfs: replace inode fork size macros with functionsGravatar Darrick J. Wong 1-1/+1
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeGravatar Darrick J. Wong 1-1/+1
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersGravatar Chandan Babu R 1-1/+8
2022-04-13xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsGravatar Chandan Babu R 1-1/+5
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesGravatar Darrick J. Wong 1-5/+37
2021-04-07xfs: move the di_crtime field to struct xfs_inodeGravatar Christoph Hellwig 1-5/+2
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_extsize field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: handle crtime more carefully in xfs_bulkstat_one_intGravatar Christoph Hellwig 1-2/+2
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceGravatar Christoph Hellwig 1-0/+6
2021-01-24xfs: support idmapped mountsGravatar Christoph Hellwig 1-4/+13
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-2/+2
2020-03-19xfs: remove the di_version field from struct icdinodeGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 1-2/+2
2020-03-02xfs: remove the icdinode di_uid/di_gid membersGravatar Christoph Hellwig 1-2/+2
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeGravatar Christoph Hellwig 1-1/+1
2019-11-13xfs: use a struct timespec64 for the in-core crtimeGravatar Christoph Hellwig 1-2/+2
2019-08-29xfs: remove all *_ITER_ABORT valuesGravatar Darrick J. Wong 1-3/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-2/+2
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsGravatar Darrick J. Wong 1-0/+3
2019-07-09xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkGravatar Darrick J. Wong 1-3/+2
2019-07-04xfs: specify AG in bulk reqGravatar Darrick J. Wong 1-3/+3
2019-07-03xfs: introduce v5 inode group structureGravatar Darrick J. Wong 1-1/+13
2019-07-03xfs: introduce new v5 bulkstat structureGravatar Darrick J. Wong 1-19/+57
2019-07-02xfs: refactor INUMBERS to use iwalk functionsGravatar Darrick J. Wong 1-102/+62
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeGravatar Darrick J. Wong 1-93/+0
2019-07-02xfs: convert bulkstat to new iwalk infrastructureGravatar Darrick J. Wong 1-296/+132
2019-07-02xfs: create simplified inode walk functionGravatar Darrick J. Wong 1-2/+3
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-1/+0
2019-06-12xfs: separate inode geometryGravatar Darrick J. Wong 1-4/+7
2019-04-14xfs: report inode health via bulkstatGravatar Darrick J. Wong 1-0/+2
2018-12-12xfs: precalculate inodes and blocks per inode clusterGravatar Darrick J. Wong 1-8/+6
2018-12-12xfs: add a block to inode count converterGravatar Darrick J. Wong 1-1/+1
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-1/+1
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsGravatar Darrick J. Wong 1-4/+2
2018-06-08xfs: clean up MIN/MAXGravatar Dave Chinner 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2017-10-26xfs: remove if_rdevGravatar Christoph Hellwig 1-1/+1
2017-10-26xfs: remove the never fully implemented UUID fork formatGravatar Christoph Hellwig 1-1/+0
2017-10-26xfs: create inode pointer verifiersGravatar Darrick J. Wong 1-10/+0
2017-06-19xfs: export various function for the online scrubberGravatar Darrick J. Wong 1-1/+1
2017-04-03xfs: fix kernel memory exposure problemsGravatar Darrick J. Wong 1-1/+1