summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-16[XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.Tim Shimmin1-0/+8
2007-10-16[XFS] avoid race in sync_inodes() that can fail to write out all dirty dataLachlan McIlroy1-9/+20
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-11/+4
2007-10-16[XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig1-64/+57
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-1/+4
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-28/+28
2007-10-16[XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig1-2/+2
2007-10-16[XFS] remove dependency of the quota module on behaviorsChristoph Hellwig1-5/+5
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-1/+1
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-23/+17
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-5/+4
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig1-1/+0
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-20/+24
2007-10-15[XFS] Remove xfs_physmemEric Sandeen1-4/+0
2007-10-15[XFS] Barriers need to be dynamically checked and switched offDavid Chinner1-8/+0
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy1-1/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-14[XFS] Fix remount,readonly path to flush everything correctly.David Chinner1-1/+1
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-1/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1