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