summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-4/+4
* xfs: convert to new timestamp accessorsJeff Layton2023-10-181-6/+6
* xfs: fix reloading entire unlinked bucket listsDarrick J. Wong2023-09-241-0/+2
* xfs: reload entire unlinked bucket listsDarrick J. Wong2023-09-121-0/+9
* xfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+2
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-7/+7
* xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-191-2/+6
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-1/+1
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-1/+1
* xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R2022-04-131-1/+8
* xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R2022-04-131-1/+5
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong2021-08-091-5/+37
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-5/+2
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig2021-04-071-2/+2
* xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig2021-03-151-0/+6
* xfs: support idmapped mountsChristoph Hellwig2021-01-241-4/+13
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-2/+2
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-1/+1
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-2/+2
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-2/+2
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-1/+1
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-2/+2
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-3/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong2019-07-281-0/+3
* xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong2019-07-091-3/+2
* xfs: specify AG in bulk reqDarrick J. Wong2019-07-041-3/+3
* xfs: introduce v5 inode group structureDarrick J. Wong2019-07-031-1/+13
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-031-19/+57
* xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-021-102/+62
* xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong2019-07-021-93/+0
* xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong2019-07-021-296/+132
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-021-2/+3
* xfs: remove unused header filesEric Sandeen2019-06-281-1/+0
* xfs: separate inode geometryDarrick J. Wong2019-06-121-4/+7
* xfs: report inode health via bulkstatDarrick J. Wong2019-04-141-0/+2
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-8/+6
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-1/+1
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-4/+2
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1