aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-13[XFS] kill INDUCE_IO_ERRORChristoph Hellwig1-1/+1
2008-08-13[XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig1-7/+0
2008-07-28[XFS] Don't assert if trying to mount with blocksize > pagesizeLachlan McIlroy1-13/+13
2008-07-28[XFS] kill xfs_mount_initChristoph Hellwig1-28/+2
2008-07-28[XFS] sort out opening and closing of the block devicesChristoph Hellwig1-12/+1
2008-07-28[XFS] don't call xfs_freesb from xfs_mountfs failure caseChristoph Hellwig1-1/+0
2008-07-28[XFS] kill xfs_uuid_unmountChristoph Hellwig1-13/+2
2008-07-28[XFS] Update valid fields in xfs_mount_log_sb()David Chinner1-1/+2
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-11/+7
2008-07-28[XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin1-1/+11
2008-04-29[XFS] kill XFS_ICSB_SB_LOCKEDChristoph Hellwig1-1/+1
2008-04-29[XFS] split xfs_icsb_balance_counterChristoph Hellwig1-27/+31
2008-04-29[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig1-15/+8
2008-04-18[XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner1-1/+0
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-13/+22
2008-04-18[XFS] Report errors from xfs_reserve_blocks().David Chinner1-3/+11
2008-04-18[XFS] xfs_icsb_counter_disabled() never returns an error.David Chinner1-5/+3
2008-04-18[XFS] remove most calls to VN_RELEChristoph Hellwig1-3/+2
2008-04-18[XFS] Remove superflous xfs_readsb call in xfs_mountfs.Christoph Hellwig1-5/+0
2008-04-10[XFS] Ensure "both" features2 slots are consistentEric Sandeen1-12/+25
2008-04-10[XFS] Fix superblock features2 field alignment problemDavid Chinner1-6/+28
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-5/+5
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner1-6/+0
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-1/+1
2008-02-07[XFS] Refactor xfs_mountfsEric Sandeen1-105/+162
2008-02-07[XFS] Remove spin.hEric Sandeen1-7/+4
2008-02-07[XFS] Unwrap XFS_SB_LOCK.Eric Sandeen1-30/+27
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma1-2/+2
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-1/+0
2007-10-16[XFS] growlock should be a mutexChristoph Hellwig1-2/+2
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-8/+3
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-4/+4
2007-10-16[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig1-21/+1
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-10/+2
2007-10-16[XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig1-1/+0
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-14/+13
2007-10-15[XFS] superblock endianess annotationsChristoph Hellwig1-46/+88
2007-10-15[XFS] Fix a potential NULL pointer deref in XFS on failed mount.Jesper Juhl1-1/+1
2007-10-15[XFS] Pick a single default inode cluster size.Eric Sandeen1-7/+4
2007-10-15[XFS] Remove m_nreadaheadsEric Sandeen1-10/+0
2007-07-14[XFS] Use do_div() on 64 bit types.Christoph Hellwig1-1/+3
2007-07-14[XFS] Prevent ENOSPC from aborting transactions that need to succeedDavid Chinner1-2/+35
2007-07-14[XFS] Prevent deadlock when flushing inodes on unmountDavid Chinner1-0/+11
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-6/+148
2007-07-14[XFS] Don't grow filesystems past the size they can index.Nathan Scott1-12/+23
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-1/+1
2007-02-10[XFS] Re-initialize the per-cpu superblock counters after recovery.Lachlan McIlroy1-5/+18
2007-02-10[XFS] Fix block reservation mechanism.David Chinner1-13/+3
2007-02-10[XFS] Make growfs work for amounts greater than 2TBDavid Chinner1-8/+14