summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner2008-04-181-1/+0Star
* [XFS] Propagate errors from xfs_trans_commit().David Chinner2008-04-181-13/+22
* [XFS] Report errors from xfs_reserve_blocks().David Chinner2008-04-181-3/+11
* [XFS] xfs_icsb_counter_disabled() never returns an error.David Chinner2008-04-181-5/+3Star
* [XFS] remove most calls to VN_RELEChristoph Hellwig2008-04-181-3/+2Star
* [XFS] Remove superflous xfs_readsb call in xfs_mountfs.Christoph Hellwig2008-04-181-5/+0Star
* [XFS] Ensure "both" features2 slots are consistentEric Sandeen2008-04-101-12/+25
* [XFS] Fix superblock features2 field alignment problemDavid Chinner2008-04-101-6/+28
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-5/+5
* [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-6/+0Star
* [XFS] Fix up sparse warnings.David Chinner2008-02-071-1/+1
* [XFS] Refactor xfs_mountfsEric Sandeen2008-02-071-105/+162
* [XFS] Remove spin.hEric Sandeen2008-02-071-7/+4Star
* [XFS] Unwrap XFS_SB_LOCK.Eric Sandeen2008-02-071-30/+27Star
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-2/+2
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-1/+0Star
* [XFS] growlock should be a mutexChristoph Hellwig2007-10-161-2/+2
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-8/+3Star
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-4/+4
* [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig2007-10-161-21/+1Star
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-10/+2Star
* [XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig2007-10-161-1/+0Star
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-14/+13Star
* [XFS] superblock endianess annotationsChristoph Hellwig2007-10-151-46/+88
* [XFS] Fix a potential NULL pointer deref in XFS on failed mount.Jesper Juhl2007-10-151-1/+1
* [XFS] Pick a single default inode cluster size.Eric Sandeen2007-10-151-7/+4Star
* [XFS] Remove m_nreadaheadsEric Sandeen2007-10-151-10/+0Star
* [XFS] Use do_div() on 64 bit types.Christoph Hellwig2007-07-141-1/+3
* [XFS] Prevent ENOSPC from aborting transactions that need to succeedDavid Chinner2007-07-141-2/+35
* [XFS] Prevent deadlock when flushing inodes on unmountDavid Chinner2007-07-141-0/+11
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-6/+148
* [XFS] Don't grow filesystems past the size they can index.Nathan Scott2007-07-141-12/+23
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+3
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-1/+1
* [XFS] Re-initialize the per-cpu superblock counters after recovery.Lachlan McIlroy2007-02-101-5/+18
* [XFS] Fix block reservation mechanism.David Chinner2007-02-101-13/+3Star
* [XFS] Make growfs work for amounts greater than 2TBDavid Chinner2007-02-101-8/+14
* [XFS] Fix UP build breakage due to undefined m_icsb_mutex.David Chinner2007-02-101-11/+12
* [XFS] Reduction global superblock lock contention near ENOSPC.David Chinner2007-02-101-93/+139
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-4/+4
* [XFS] Prevent free space oversubscription and xfssyncd looping.David Chinner2006-09-071-24/+8Star
* Merge git://oss.sgi.com:8090/nathans/xfs-2.6Linus Torvalds2006-06-281-1/+2
|\
| * [XFS] Rework code snippets slightly to remove remaining recent-gccNathan Scott2006-06-281-1/+2
* | [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman2006-06-281-8/+10
|/
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-14/+1Star
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-1/+1
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-4/+4
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-091-2/+3
* [XFS] In actual allocation of file system blocks and freeing extents, theYingping Lu2006-06-091-2/+22
* [XFS] Fix superblock validation regression for the zero imaxpct case. Nathan Scott2006-04-111-1/+1