aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman1-1/+1
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig1-1/+0
2011-07-20xfs: Remove the second parameter to xfs_sb_count()Chandra Seetharaman1-1/+1
2011-05-24xfs: add online discard supportChristoph Hellwig1-0/+1
2011-04-08xfs: introduce background inode reclaim workDave Chinner1-0/+1
2011-04-08xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner1-3/+1
2011-04-08xfs: introduce a xfssyncd workqueueDave Chinner1-3/+1
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner1-0/+14
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig1-1/+0
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig1-0/+4
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig1-2/+0
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner1-0/+2
2010-07-26xfs: remove obsolete osyncisosync mount optionChristoph Hellwig1-2/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-67/+0
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner1-1/+1
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-0/+1
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner1-0/+1
2010-03-05Merge branch 'for-2.6.34-rc1-batch2' into for-linusAlex Elder1-0/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-03-01xfs: kill xfs_lrw.hChristoph Hellwig1-0/+2
2010-02-17percpu: add __percpu sparse annotations to fsTejun Heo1-1/+1
2010-02-08xfs: more reserved blocks fixupsEric Sandeen1-0/+1
2010-01-26xfs: don't hold onto reserved blocks on remount,roDave Chinner1-0/+1
2010-01-20xfs: convert DM ops to use unsigned char namesDave Chinner1-1/+2
2010-01-15xfs: Add trace points for per-ag refcount debugging.Dave Chinner1-23/+2