summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_itable.c
AgeCommit message (Expand)Author
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
2023-09-24xfs: fix reloading entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong
2023-07-24xfs: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-04-13xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R
2022-04-13xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong
2019-07-09xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-10-26xfs: remove if_rdevChristoph Hellwig