aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-26/+12
2013-11-13writeback: do not sync data dirtied after sync startJan Kara1-1/+1
2013-10-30xfs: fix static and extern sparse warningsDave Chinner1-1/+1
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-12/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+5
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-1/+1
2013-10-01xfs: remove usage of is_bad_inodeBen Myers1-9/+0
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-2/+4
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner1-4/+4
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+0
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+2
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-07-30xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-3/+3
2013-07-22xfs: Start using pquotaino from the superblock.Chandra Seetharaman1-9/+10
2013-06-28xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman1-8/+8
2013-06-28xfs: implement inode change countDave Chinner1-0/+4
2013-06-27xfs: Inode create log itemsDave Chinner1-0/+8
2013-06-19xfs: Remove XFS_MOUNT_RETERRJie Liu1-8/+3
2013-06-05xfs: disable noattr2/attr2 mount options for CRC enabled filesystemsDave Chinner1-0/+11
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-01-13fs/xfs remove obsolete simple_strto<foo>Abhijit Pawar1-10/+19
2012-11-08xfs: add background scanning to clear eofblocks inodesBrian Foster1-0/+9
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner1-1/+1
2012-10-17xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner1-33/+8
2012-10-17xfs: move xfs_quiesce_attr() into xfs_super.cDave Chinner1-0/+67
2012-10-17xfs: xfs_sync_fsdata is redundantDave Chinner1-13/+6
2012-10-17xfs: syncd workqueue is no moreDave Chinner1-20/+18
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner1-3/+18
2012-10-17xfs: sync work is now only periodic log workDave Chinner1-12/+4
2012-10-17xfs: don't run the sync work if the filesystem is read-onlyDave Chinner1-0/+2
2012-10-17xfs: rationalise xfs_mount_wq usersDave Chinner1-20/+14
2012-10-17xfs: xfs_syncd_stop must dieDave Chinner1-7/+18
2012-10-02Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+94
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-26xfs: Make inode32 a remountable optionCarlos Maiolino1-1/+9
2012-09-26xfs: add inode64->inode32 transition into xfs_set_inode32()Carlos Maiolino1-3/+12
2012-09-26xfs: Fix mp->m_maxagi update during inode64 remountCarlos Maiolino1-1/+1
2012-09-26xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino1-24/+65
2012-09-26xfs: make inode64 as the default allocation modeCarlos Maiolino1-0/+7
2012-09-26Make inode64 a remountable optionCarlos Maiolino1-1/+29
2012-09-18xfs: stop the sync worker before xfs_unmountfsBen Myers1-0/+1
2012-09-17xfs: stop the sync worker before xfs_unmountfsBen Myers1-0/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-29xfs: remove iolock lock classesChristoph Hellwig1-16/+2
2012-07-22xfs: implement ->update_timeChristoph Hellwig1-56/+0