aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner1-8/+1
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner1-9/+4
2014-05-15xfs: negate xfs_icsb_init_counters error value Dave Chinner1-1/+1
2014-05-15xfs: negate mount workqueue init error valueDave Chinner1-1/+1
2014-04-23xfs: don't create a slab cache for filestream itemsChristoph Hellwig1-8/+1
2014-04-14xfs: remove unused args from xfs_alloc_buftarg()Eric Sandeen1-5/+3
2014-04-14xfs: remove unused blocksize arg from xfs_setsize_buftarg()Eric Sandeen1-4/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-1/+1
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