aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig1-0/+11
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-2/+1
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner1-1/+1
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-4/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-4/+1
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster1-1/+1
2014-11-28xfs: replace global xfslogd wq with per-mount wqBrian Foster1-0/+1
2014-07-15xfs: add xfs_mount sysfs kobjectBrian Foster1-0/+1
2014-06-06xfs: move node entry counts to xfs_da_geometryDave Chinner1-2/+0
2014-06-06xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner1-2/+0
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryDave Chinner1-1/+0
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner1-1/+0
2014-06-06xfs: convert directory segment limits to xfs_da_geometryDave Chinner1-3/+0
2014-06-06xfs: introduce directory geometry structureDave Chinner1-0/+3
2013-11-18xfs: increase inode cluster size for v5 filesystemsDave Chinner1-1/+1
2013-10-30xfs: vectorise DA btree operationsDave Chinner1-0/+1
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner1-0/+2
2013-08-12xfs: Introduce a new structure to hold transaction reservation itemsJie Liu1-1/+1
2013-08-12xfs: make struct xfs_perag kernel onlyDave Chinner1-0/+52
2013-08-12xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner1-17/+2
2013-08-12xfs: split out transaction reservation codeDave Chinner1-40/+2
2013-06-19xfs: Remove XFS_MOUNT_RETERRJie Liu1-2/+0
2013-06-17xfs: Remove struct xfs_chash from xfs_mountJeff Liu1-2/+0
2013-04-27xfs: add CRC checks to the superblockDave Chinner1-0/+1
2013-03-14xfs: Remove obsoleted m_inode_shrink from xfs_mount structureJeff Liu1-1/+0
2013-02-01xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu1-1/+2
2013-02-01xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu1-0/+1
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-2/+2
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-0/+1
2012-11-15xfs: verify superblocks as they are read from diskDave Chinner1-1/+2
2012-11-08xfs: add background scanning to clear eofblocks inodesBrian Foster1-0/+3
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner1-2/+0
2012-10-17xfs: syncd workqueue is no moreDave Chinner1-0/+2
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner1-1/+0
2012-10-17xfs: sync work is now only periodic log workDave Chinner1-1/+0
2012-08-16xfs: kill struct declarations in xfs_mount.hAlex Elder1-5/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2012-07-31xfs: Convert to new freezing codeJan Kara1-3/+0
2012-06-21xfs: rename log structure to xlogMark Tinguely1-2/+2
2012-06-21xfs: rename log structure to xlogMark Tinguely1-2/+2
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-2/+0
2012-06-14xfs: m_maxioffset is redundantDave Chinner1-2/+1
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner1-0/+1
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig1-1/+0
2012-03-05xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig1-0/+3