aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-17xfs: Don't keep silent if sunit/swidth can not be changed via mountJie Liu1-0/+4
2013-05-30xfs: don't emit v5 superblock warnings on writeDave Chinner1-7/+11
2013-04-27xfs: implement extended feature masksDave Chinner1-6/+42
2013-04-27xfs: add CRC checks to the superblockDave Chinner1-16/+92
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb()Jeff Liu1-2/+2
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount()Jeff Liu1-2/+2
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu1-2/+2
2013-01-16xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen1-1/+1
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-14/+21
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-1/+1
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-2/+17
2012-11-15xfs: verify superblocks as they are read from diskDave Chinner1-37/+61
2012-11-15xfs: uncached buffer reads need to return an errorDave Chinner1-0/+6
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-3/+3
2012-11-08xfs: add background scanning to clear eofblocks inodesBrian Foster1-0/+2
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner1-0/+1
2012-10-17xfs: Bring some sanity to log unmountingDave Chinner1-24/+0
2012-10-17xfs: rationalise xfs_mount_wq usersDave Chinner1-2/+4
2012-09-26xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino1-38/+5
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-07-31xfs: Convert to new freezing codeJan Kara1-1/+1
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely1-0/+9
2012-06-14xfs: m_maxioffset is redundantDave Chinner1-2/+0
2012-05-14xfs: flush outstanding buffers on log mount failureDave Chinner1-2/+6
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-6/+6
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig1-44/+12
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman1-2/+4
2012-01-31xfs: show uuid when mount fails due to duplicate uuidMitsuo Hayasaka1-1/+1
2011-10-11xfs: remove XFS_bflushChristoph Hellwig1-1/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig1-2/+1
2011-10-11xfs: fix buffer flushing during unmountChristoph Hellwig1-19/+10