aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22xfs: sanitise sb_bad_features2 handlingGravatar Dave Chinner 1-12/+11
2015-01-22xfs: consolidate superblock logging functionsGravatar Dave Chinner 1-66/+12
2015-01-22xfs: remove bitfield based superblock updatesGravatar Dave Chinner 1-14/+8
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextGravatar Dave Chinner 1-0/+1
2014-12-04xfs: move type conversion functions to xfs_dir.hGravatar Dave Chinner 1-0/+1
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextGravatar Dave Chinner 1-3/+0
2014-11-28xfs: merge xfs_inum.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceGravatar Brian Foster 1-8/+21
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextGravatar Dave Chinner 1-29/+26
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyGravatar Dave Chinner 1-29/+26
2014-09-29xfs: xfs_kset should be static Gravatar Dave Chinner 1-3/+0
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextGravatar Dave Chinner 1-1/+0
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextGravatar Dave Chinner 1-7/+3
2014-08-04xfs: fix coccinelle warningsGravatar kbuild test robot 1-1/+1
2014-08-04xfs: avoid false quotacheck after unclean shutdownGravatar Eric Sandeen 1-1/+0
2014-07-30xfs: require 64-bit sector_tGravatar Christoph Hellwig 1-5/+1
2014-07-24xfs: allow inode allocations in post-growfs disk spaceGravatar Eric Sandeen 1-2/+2
2014-07-15xfs: add xfs_mount sysfs kobjectGravatar Brian Foster 1-1/+13
2014-07-15xfs: fix a couple error sequence jumps in xfs_mountfs()Gravatar Brian Foster 1-2/+2
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-35/+35
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-24/+24
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextGravatar Dave Chinner 1-6/+17
2014-06-10Merge branch 'xfs-da-geom' into for-nextGravatar Dave Chinner 1-7/+9
2014-06-06xfs: xfs_readsb needs to check for magic numbersGravatar Dave Chinner 1-6/+17
2014-06-06xfs: introduce directory geometry structureGravatar Dave Chinner 1-7/+9
2014-05-20xfs: turn NLINK feature on by defaultGravatar Dave Chinner 1-0/+6
2014-05-05xfs: fully support v5 format filesystemsGravatar Dave Chinner 1-2/+0
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextGravatar Dave Chinner 1-0/+3
2014-03-07xfs: don't leak EFSBADCRC to userspaceGravatar Dave Chinner 1-0/+3
2014-02-19xfs: skip verification on initial "guess" superblock readGravatar Eric Sandeen 1-8/+16
2013-11-18xfs: increase inode cluster size for v5 filesystemsGravatar Dave Chinner 1-0/+15
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-11/+4
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-4/+6
2013-10-23xfs: unify directory/attribute format definitionsGravatar Dave Chinner 1-2/+1
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-0/+1
2013-08-22xfs: Register hotcpu notifier after initializationGravatar Richard Weinberger 1-6/+7
2013-08-20xfs: fix the comment of xfs_mountfs()Gravatar Zhi Yong Wu 1-1/+1
2013-08-20xfs: fix the comment of xfs_mod_incore_sb_unlocked()Gravatar Zhi Yong Wu 1-1/+1
2013-08-20xfs: fix the comment of xfs_check_sizes()Gravatar Zhi Yong Wu 1-1/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceGravatar Jie Liu 1-6/+3
2013-08-12xfs: consolidate xfs_utils.cGravatar Dave Chinner 1-1/+0
2013-08-12xfs: introduce xfs_sb.c for sharing with libxfsGravatar Dave Chinner 1-779/+5
2013-08-12xfs: reshuffle dir2 definitions around for userspaceGravatar Dave Chinner 1-1/+3
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hGravatar Dave Chinner 1-1/+1
2013-07-22xfs: Start using pquotaino from the superblock.Gravatar Chandra Seetharaman 1-8/+54
2013-07-22xfs: Initialize all quota inodes to be NULLFSINOGravatar Chandra Seetharaman 1-0/+18
2013-06-28xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDGravatar Chandra Seetharaman 1-0/+51
2013-06-19xfs: Remove XFS_MOUNT_RETERRGravatar Jie Liu 1-26/+11