aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-24xfs: introduce xfs_bulkstat_ichunk_raJie Liu1-24/+32
2014-07-24xfs: fix error handling at xfs_bulkstatJie Liu1-31/+6
2014-07-24xfs: remove redundant user buffer count checks at xfs_bulkstatJie Liu1-3/+1
2014-07-24xfs: fix error handling at xfs_inumbersJie Liu1-57/+40
2014-07-24xfs: consolidate xfs_inumbersJie Liu1-37/+31
2014-07-24xfs: remove xfs_bulkstat_singleChristoph Hellwig1-48/+0
2014-07-24xfs: remove redundant stat assignment in xfs_bulkstat_one_intJie Liu1-4/+1
2014-06-25xfs: global error sign conversionDave Chinner1-11/+11
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-7/+7
2014-04-24xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster1-2/+4
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_bulkstatJie Liu1-13/+9
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu1-2/+2
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-5/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-2/+2
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-1/+1
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner1-1/+1
2013-09-09xfs: fix some minor sparse warningsDave Chinner1-2/+3
2013-07-09xfs: clean up unused codes at xfs_bulkstat()Jie Liu1-27/+1
2013-06-28xfs: Define a new function xfs_is_quota_inode()Chandra Seetharaman1-1/+1
2013-06-27xfs: add pluging for bulkstat readaheadDave Chinner1-0/+3
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-1/+1
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-1/+1
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner1-1/+2
2012-10-17xfs: remove xfs_iget.cDave Chinner1-0/+1
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig1-1/+1