summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] growlock should be a mutexChristoph Hellwig2007-10-161-2/+2
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-8/+3
* [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/+1
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-10/+2
* [XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig2007-10-161-1/+0
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-14/+13
* [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/+4
* [XFS] Remove m_nreadaheadsEric Sandeen2007-10-151-10/+0
* [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/+3
* [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/+8
* Merge git://oss.sgi.com:8090/nathans/xfs-2.6Linus Torvalds2006-06-271-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-271-8/+10
|/
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-14/+1
* [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
* [XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott2006-03-311-40/+31
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-2/+2
* [XFS] Additional mount time superblock validation checks.Nathan Scott2006-03-141-1/+4
* [XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner2006-03-141-13/+24
* [XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner2006-03-141-2/+72
* [XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner2006-03-141-16/+544
* return statement cleanup - kill pointless parenthesesJesper Juhl2006-01-151-33/+33
* [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to anNathan Scott2006-01-111-2/+1
* [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven forChristoph Hellwig2006-01-111-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-091-1/+1
* [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode modeEric Sandeen2005-11-021-1/+1
* [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott2005-11-021-3/+6
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-8/+7
* [XFS] Track external log/realtime device names for correct reporting inNathan Scott2005-11-021-0/+4
* [XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott2005-11-021-3/+4
OpenPOWER on IntegriCloud