summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-211-2/+2
* xfs: fix remount rw with unrecognized optionsChristoph Hellwig2008-10-151-1/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [XFS] Fix regression introduced by remount fixupChristoph Hellwig2008-09-171-0/+20
* [XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig2008-08-131-1/+2
* [XFS] cleanup xfs_mountfsChristoph Hellwig2008-08-131-1/+1
* [XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig2008-08-131-4/+0
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-131-110/+0
* [XFS] kill bhv_vnode_tChristoph Hellwig2008-08-131-1/+1
* [XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig2008-08-131-6/+1
* [XFS] kill vn_to_inodeChristoph Hellwig2008-08-131-8/+6
* [XFS] Remove vn_from_inode()Christoph Hellwig2008-08-131-1/+1
* [XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig2008-08-131-10/+41
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-1/+1
* [XFS] Avoid directly referencing the VFS inode.David Chinner2008-08-131-2/+2
* [XFS] fix use after free with external logs or real-time devicesLachlan McIlroy2008-07-281-2/+4
* [XFS] fix mount option parsing in remountChristoph Hellwig2008-07-281-18/+54
* [XFS] Disable queue flag test in barrier check.Eric Sandeen2008-07-281-8/+0
* [XFS] streamline init/exit pathChristoph Hellwig2008-07-281-52/+278
* [XFS] Use the generic xattr methods.Lachlan McIlroy2008-07-281-0/+1
* [XFS] XFS: ASCII case-insensitive supportBarry Naujok2008-07-281-1/+4
* [XFS] add missing call to xfs_filestream_unmount on xfs_mountfs failureChristoph Hellwig2008-07-281-1/+3
* [XFS] rename error2 goto label in xfs_fs_fill_superChristoph Hellwig2008-07-281-7/+6
* [XFS] kill calls to xfs_binval in the mount error pathChristoph Hellwig2008-07-281-8/+2
* [XFS] kill xfs_mount_initChristoph Hellwig2008-07-281-14/+23
* [XFS] allow xfs_args_allocate to failChristoph Hellwig2008-07-281-6/+17
* [XFS] add xfs_setup_devices helperChristoph Hellwig2008-07-281-23/+35
* [XFS] sort out opening and closing of the block devicesChristoph Hellwig2008-07-281-73/+119
* [XFS] merge xfs_mount into xfs_fs_fill_superChristoph Hellwig2008-07-281-5/+355
* [XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_fill_superChristoph Hellwig2008-07-281-4/+67
* [XFS] merge xfs_mntupdate into xfs_fs_remountChristoph Hellwig2008-07-281-2/+21
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-4/+4
* [XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin2008-07-281-0/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+0
* [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig2008-04-291-1/+1
* [XFS] Remove periodic logging of in-core superblock counters.David Chinner2008-04-181-2/+1
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-1/+1
* [XFS] cleanup root inode handling in xfs_fs_fill_superChristoph Hellwig2008-04-181-10/+9
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-181-1/+2
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-281-7/+7
* [XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy2008-02-071-1/+1
* [XFS] kill xfs_rootChristoph Hellwig2008-02-071-2/+4
* [XFS] stop updating inode->i_blocksChristoph Hellwig2008-02-071-3/+1
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-0/+59
* [XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner2008-02-071-0/+430
* [XFS] kill xfs_freeze.Christoph Hellwig2008-02-071-1/+10
* [XFS] Kill off xfs_statvfs.Christoph Hellwig2008-02-071-10/+41
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-6/+3
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-171-153/+145
|\
| * [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.Tim Shimmin2007-10-161-0/+8
OpenPOWER on IntegriCloud