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