aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster1-1/+2
2015-05-29xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster1-5/+8
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen1-1/+1
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-2/+0
2014-12-04xfs: fix set-but-unused warningsDave Chinner1-2/+0
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-4/+0
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-07xfs: track bulkstat progress by aginoDave Chinner1-37/+34
2014-11-07xfs: bulkstat error handling is brokenDave Chinner1-10/+19
2014-11-07xfs: bulkstat main loop logic is a messDave Chinner1-32/+24
2014-11-07xfs: bulkstat chunk-formatter has issuesDave Chinner1-34/+24
2014-11-07xfs: bulkstat chunk formatting cursor is brokenDave Chinner1-31/+28
2014-11-07xfs: bulkstat btree walk doesn't terminateDave Chinner1-9/+10
2014-10-30xfs: Check error during inode btree iteration in xfs_bulkstat()Jan Kara1-0/+4
2014-10-29xfs: bulkstat doesn't release AGI buffer on errorDave Chinner1-6/+10
2014-10-13xfs: fix agno increment in xfs_inumbers() loopEric Sandeen1-1/+2
2014-08-04xfs: introduce xfs_bulkstat_ag_ichunkJie Liu1-54/+87
2014-07-24xfs: introduce xfs_bulkstat_grab_ichunkJie Liu1-50/+69