aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-29xfs: xfs_kset should be static Dave Chinner1-1/+2
2014-09-09xfs: add debug sysfs attribute setBrian Foster1-2/+21
2014-09-09xfs: mark all internal workqueues as freezableBrian Foster1-7/+8
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner1-17/+17
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-8/+0
2014-07-24xfs: tidy up xfs_set_inode32Eric Sandeen1-2/+4
2014-07-24xfs: allow inode allocations in post-growfs disk spaceEric Sandeen1-7/+13
2014-07-15xfs: add a sysfs ksetBrian Foster1-1/+11
2014-06-25xfs: global error sign conversionDave Chinner1-44/+44
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-8/+8
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