summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong2019-07-291-0/+3
* xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong2019-07-091-3/+2Star
* xfs: specify AG in bulk reqDarrick J. Wong2019-07-041-3/+3
* xfs: introduce v5 inode group structureDarrick J. Wong2019-07-041-1/+13
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-041-19/+57
* xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-021-102/+62Star
* xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong2019-07-021-93/+0Star
* xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong2019-07-021-296/+132Star
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-021-2/+3
* xfs: remove unused header filesEric Sandeen2019-06-291-1/+0Star
* xfs: separate inode geometryDarrick J. Wong2019-06-121-4/+7
* xfs: report inode health via bulkstatDarrick J. Wong2019-04-151-0/+2
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-8/+6Star
* 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/+2Star
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: remove if_rdevChristoph Hellwig2017-10-271-1/+1
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-271-1/+0Star
* xfs: create inode pointer verifiersDarrick J. Wong2017-10-271-10/+0Star
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-1/+1
* xfs: fix kernel memory exposure problemsDarrick J. Wong2017-04-031-1/+1
* xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-03-081-4/+2Star
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-061-1/+7
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-1/+1
* xfs: move inode generation count to VFS inodeDave Chinner2016-02-091-1/+1
* xfs: use vfs inode nlink field everywhereDave Chinner2016-02-091-1/+1
* xfs: remove timestamps from incore inodeDave Chinner2016-02-091-6/+10
* xfs: fix btree cursor error cleanupsBrian Foster2015-08-191-1/+2
* xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster2015-05-291-5/+8
* xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen2015-02-231-1/+1
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-031-2/+0Star
|\
| * xfs: fix set-but-unused warningsDave Chinner2014-12-031-2/+0Star
* | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-281-4/+0Star
|\ \
| * | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
| * | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
| * | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
| * | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
| |/
* | xfs: track bulkstat progress by aginoDave Chinner2014-11-061-37/+34Star
* | xfs: bulkstat error handling is brokenDave Chinner2014-11-061-10/+19
* | xfs: bulkstat main loop logic is a messDave Chinner2014-11-061-32/+24Star
* | xfs: bulkstat chunk-formatter has issuesDave Chinner2014-11-061-34/+24Star
* | xfs: bulkstat chunk formatting cursor is brokenDave Chinner2014-11-061-31/+28Star
* | xfs: bulkstat btree walk doesn't terminateDave Chinner2014-11-061-9/+10
* | xfs: Check error during inode btree iteration in xfs_bulkstat()Jan Kara2014-10-301-0/+4
* | xfs: bulkstat doesn't release AGI buffer on errorDave Chinner2014-10-281-6/+10
|/
* xfs: fix agno increment in xfs_inumbers() loopEric Sandeen2014-10-131-1/+2
* xfs: introduce xfs_bulkstat_ag_ichunkJie Liu2014-08-041-54/+87
* xfs: introduce xfs_bulkstat_grab_ichunkJie Liu2014-07-241-50/+69