aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
AgeCommit message (Expand)Author
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner
2016-02-09xfs: remove timestamps from incore inodeDave Chinner
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster
2015-05-29xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: fix set-but-unused warningsDave Chinner
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-11-07xfs: track bulkstat progress by aginoDave Chinner
2014-11-07xfs: bulkstat error handling is brokenDave Chinner
2014-11-07xfs: bulkstat main loop logic is a messDave Chinner
2014-11-07xfs: bulkstat chunk-formatter has issuesDave Chinner
2014-11-07xfs: bulkstat chunk formatting cursor is brokenDave Chinner
2014-11-07xfs: bulkstat btree walk doesn't terminateDave Chinner
2014-10-30xfs: Check error during inode btree iteration in xfs_bulkstat()Jan Kara
2014-10-29xfs: bulkstat doesn't release AGI buffer on errorDave Chinner
2014-10-13xfs: fix agno increment in xfs_inumbers() loopEric Sandeen
2014-08-04xfs: introduce xfs_bulkstat_ag_ichunkJie Liu
2014-07-24xfs: introduce xfs_bulkstat_grab_ichunkJie Liu
2014-07-24xfs: introduce xfs_bulkstat_ichunk_raJie Liu
2014-07-24xfs: fix error handling at xfs_bulkstatJie Liu
2014-07-24xfs: remove redundant user buffer count checks at xfs_bulkstatJie Liu
2014-07-24xfs: fix error handling at xfs_inumbersJie Liu
2014-07-24xfs: consolidate xfs_inumbersJie Liu
2014-07-24xfs: remove xfs_bulkstat_singleChristoph Hellwig
2014-07-24xfs: remove redundant stat assignment in xfs_bulkstat_one_intJie Liu
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-04-24xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_bulkstatJie Liu
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner
2013-09-09xfs: fix some minor sparse warningsDave Chinner
2013-07-09xfs: clean up unused codes at xfs_bulkstat()Jie Liu
2013-06-28xfs: Define a new function xfs_is_quota_inode()Chandra Seetharaman
2013-06-27xfs: add pluging for bulkstat readaheadDave Chinner
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner
2012-10-17xfs: remove xfs_iget.cDave Chinner
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig