summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-11-141-26/+12
|\
| * xfs: fix static and extern sparse warningsDave Chinner2013-10-301-1/+1
| * xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-12/+4
| * xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+5
| * xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
| * xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
| * xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-1/+1
| * xfs: remove usage of is_bad_inodeBen Myers2013-10-011-9/+0
* | writeback: do not sync data dirtied after sync startJan Kara2013-11-131-1/+1
|/
* fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-101-2/+4
* shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-101-4/+4
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+0
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-1/+2
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-0/+1
* xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-3/+3
* xfs: Start using pquotaino from the superblock.Chandra Seetharaman2013-07-221-9/+10
* xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman2013-06-281-8/+8
* xfs: implement inode change countDave Chinner2013-06-281-0/+4
* xfs: Inode create log itemsDave Chinner2013-06-271-0/+8
* xfs: Remove XFS_MOUNT_RETERRJie Liu2013-06-191-8/+3
* xfs: disable noattr2/attr2 mount options for CRC enabled filesystemsDave Chinner2013-06-051-0/+11
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* fs/xfs remove obsolete simple_strto<foo>Abhijit Pawar2013-01-131-10/+19
* xfs: add background scanning to clear eofblocks inodesBrian Foster2012-11-081-0/+9
* xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner2012-10-171-1/+1
* xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner2012-10-171-33/+8
* xfs: move xfs_quiesce_attr() into xfs_super.cDave Chinner2012-10-171-0/+67
* xfs: xfs_sync_fsdata is redundantDave Chinner2012-10-171-13/+6
* xfs: syncd workqueue is no moreDave Chinner2012-10-171-20/+18
* xfs: xfs_sync_data is redundant.Dave Chinner2012-10-171-3/+18
* xfs: sync work is now only periodic log workDave Chinner2012-10-171-12/+4
* xfs: don't run the sync work if the filesystem is read-onlyDave Chinner2012-10-171-0/+2
* xfs: rationalise xfs_mount_wq usersDave Chinner2012-10-171-20/+14
* xfs: xfs_syncd_stop must dieDave Chinner2012-10-171-7/+18
* Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-10-021-1/+94
|\
| * xfs: Make inode32 a remountable optionCarlos Maiolino2012-09-261-1/+9
| * xfs: add inode64->inode32 transition into xfs_set_inode32()Carlos Maiolino2012-09-261-3/+12
| * xfs: Fix mp->m_maxagi update during inode64 remountCarlos Maiolino2012-09-261-1/+1
| * xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino2012-09-261-24/+65
| * xfs: make inode64 as the default allocation modeCarlos Maiolino2012-09-261-0/+7
| * Make inode64 a remountable optionCarlos Maiolino2012-09-261-1/+29
| * xfs: stop the sync worker before xfs_unmountfsBen Myers2012-09-171-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \ \ | |/ / |/| |
| * | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
| |/
* / xfs: stop the sync worker before xfs_unmountfsBen Myers2012-09-181-0/+1
|/
* xfs: remove iolock lock classesChristoph Hellwig2012-07-291-16/+2
* xfs: implement ->update_timeChristoph Hellwig2012-07-221-56/+0