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