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