aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-16xfs: implement pNFS export operationsGravatar Christoph Hellwig 1-0/+11
2015-01-22xfs: consolidate superblock logging functionsGravatar Dave Chinner 1-2/+1
2015-01-22xfs: remove bitfield based superblock updatesGravatar Dave Chinner 1-1/+1
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextGravatar Dave Chinner 1-4/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-4/+1
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceGravatar Brian Foster 1-1/+1
2014-11-28xfs: replace global xfslogd wq with per-mount wqGravatar Brian Foster 1-0/+1
2014-07-15xfs: add xfs_mount sysfs kobjectGravatar Brian Foster 1-0/+1
2014-06-06xfs: move node entry counts to xfs_da_geometryGravatar Dave Chinner 1-2/+0
2014-06-06xfs: convert dir/attr btree threshold to xfs_da_geometryGravatar Dave Chinner 1-2/+0
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryGravatar Dave Chinner 1-1/+0
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryGravatar Dave Chinner 1-1/+0
2014-06-06xfs: convert directory segment limits to xfs_da_geometryGravatar Dave Chinner 1-3/+0
2014-06-06xfs: introduce directory geometry structureGravatar Dave Chinner 1-0/+3
2013-11-18xfs: increase inode cluster size for v5 filesystemsGravatar Dave Chinner 1-1/+1
2013-10-30xfs: vectorise DA btree operationsGravatar Dave Chinner 1-0/+1
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorGravatar Dave Chinner 1-0/+2
2013-08-12xfs: Introduce a new structure to hold transaction reservation itemsGravatar Jie Liu 1-1/+1
2013-08-12xfs: make struct xfs_perag kernel onlyGravatar Dave Chinner 1-0/+52
2013-08-12xfs: introduce xfs_sb.c for sharing with libxfsGravatar Dave Chinner 1-17/+2
2013-08-12xfs: split out transaction reservation codeGravatar Dave Chinner 1-40/+2
2013-06-19xfs: Remove XFS_MOUNT_RETERRGravatar Jie Liu 1-2/+0
2013-06-17xfs: Remove struct xfs_chash from xfs_mountGravatar Jeff Liu 1-2/+0
2013-04-27xfs: add CRC checks to the superblockGravatar Dave Chinner 1-0/+1
2013-03-14xfs: Remove obsoleted m_inode_shrink from xfs_mount structureGravatar Jeff Liu 1-1/+0
2013-02-01xfs: refactor space log reservation for XFS_TRANS_ATTR_SETGravatar Jeff Liu 1-1/+2
2013-02-01xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskGravatar Jeff Liu 1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeGravatar Jeff Liu 1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeGravatar Jeff Liu 1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeGravatar Jeff Liu 1-0/+1
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeGravatar Jeff Liu 1-0/+1
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeGravatar Jeff Liu 1-0/+1
2012-11-15xfs: convert buffer verifiers to an ops structure.Gravatar Dave Chinner 1-2/+2
2012-11-15xfs: connect up write verifiers to new buffersGravatar Dave Chinner 1-0/+1
2012-11-15xfs: verify superblocks as they are read from diskGravatar Dave Chinner 1-1/+2
2012-11-08xfs: add background scanning to clear eofblocks inodesGravatar Brian Foster 1-0/+3
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Gravatar Dave Chinner 1-2/+0
2012-10-17xfs: syncd workqueue is no moreGravatar Dave Chinner 1-0/+2
2012-10-17xfs: xfs_sync_data is redundant.Gravatar Dave Chinner 1-1/+0
2012-10-17xfs: sync work is now only periodic log workGravatar Dave Chinner 1-1/+0
2012-08-16xfs: kill struct declarations in xfs_mount.hGravatar Alex Elder 1-5/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2012-07-31xfs: Convert to new freezing codeGravatar Jan Kara 1-3/+0
2012-06-21xfs: rename log structure to xlogGravatar Mark Tinguely 1-2/+2
2012-06-21xfs: rename log structure to xlogGravatar Mark Tinguely 1-2/+2
2012-06-14xfs: make largest supported offset less shoutyGravatar Dave Chinner 1-2/+0
2012-06-14xfs: m_maxioffset is redundantGravatar Dave Chinner 1-2/+1
2012-05-14xfs: Do background CIL flushes via a workqueueGravatar Dave Chinner 1-0/+1
2012-05-14xfs: implement freezing by emptying the AILGravatar Christoph Hellwig 1-1/+0
2012-03-05xfs: use per-filesystem I/O completion workqueuesGravatar Christoph Hellwig 1-0/+3