aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-22xfs: sanitise sb_bad_features2 handlingDave Chinner1-12/+11
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-66/+12
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner1-14/+8
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-0/+1
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner1-0/+1
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-3/+0
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster1-8/+21
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner1-29/+26
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner1-29/+26
2014-09-29xfs: xfs_kset should be static Dave Chinner1-3/+0
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-1/+0
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner1-7/+3
2014-08-04xfs: fix coccinelle warningskbuild test robot1-1/+1
2014-08-04xfs: avoid false quotacheck after unclean shutdownEric Sandeen1-1/+0
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-5/+1
2014-07-24xfs: allow inode allocations in post-growfs disk spaceEric Sandeen1-2/+2
2014-07-15xfs: add xfs_mount sysfs kobjectBrian Foster1-1/+13
2014-07-15xfs: fix a couple error sequence jumps in xfs_mountfs()Brian Foster1-2/+2
2014-06-25xfs: global error sign conversionDave Chinner1-35/+35
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-24/+24
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner1-6/+17
2014-06-10Merge branch 'xfs-da-geom' into for-nextDave Chinner1-7/+9
2014-06-06xfs: xfs_readsb needs to check for magic numbersDave Chinner1-6/+17
2014-06-06xfs: introduce directory geometry structureDave Chinner1-7/+9
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-0/+6
2014-05-05xfs: fully support v5 format filesystemsDave Chinner1-2/+0
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner1-0/+3
2014-03-07xfs: don't leak EFSBADCRC to userspaceDave Chinner1-0/+3
2014-02-19xfs: skip verification on initial "guess" superblock readEric Sandeen1-8/+16
2013-11-18xfs: increase inode cluster size for v5 filesystemsDave Chinner1-0/+15
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-11/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-4/+6
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-2/+1
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-08-22xfs: Register hotcpu notifier after initializationRichard Weinberger1-6/+7
2013-08-20xfs: fix the comment of xfs_mountfs()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_mod_incore_sb_unlocked()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_check_sizes()Zhi Yong Wu1-1/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-6/+3
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner1-779/+5
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+3
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-1/+1
2013-07-22xfs: Start using pquotaino from the superblock.Chandra Seetharaman1-8/+54
2013-07-22xfs: Initialize all quota inodes to be NULLFSINOChandra Seetharaman1-0/+18
2013-06-28xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman1-0/+51
2013-06-19xfs: Remove XFS_MOUNT_RETERRJie Liu1-26/+11