aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong1-5/+37
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-5/+2
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig1-2/+2
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig1-0/+6
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-4/+13
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-2/+2
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-1/+1
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-2/+2
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-2/+2
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-1/+1
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-2/+2
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-3/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-2/+2
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong1-0/+3
2019-07-09xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong1-3/+2
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong1-3/+3
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong1-1/+13
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong1-19/+57
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong1-102/+62
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong1-93/+0
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong1-296/+132
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong1-2/+3
2019-06-28xfs: remove unused header filesEric Sandeen1-1/+0
2019-06-12xfs: separate inode geometryDarrick J. Wong1-4/+7
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong1-0/+2
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong1-8/+6
2018-12-12xfs: add a block to inode count converterDarrick J. Wong1-1/+1
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-1/+1
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-4/+2
2018-06-08xfs: clean up MIN/MAXDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-10-26xfs: remove if_rdevChristoph Hellwig1-1/+1
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-1/+0
2017-10-26xfs: create inode pointer verifiersDarrick J. Wong1-10/+0
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-1/+1
2017-04-03xfs: fix kernel memory exposure problemsDarrick J. Wong1-1/+1
2017-03-07xfs: remove kmem_zalloc_greedyDarrick J. Wong1-4/+2
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-1/+7
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-1/+1
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner1-1/+1
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner1-1/+1
2016-02-09xfs: remove timestamps from incore inodeDave Chinner1-6/+10