summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] cleanup fid types messChristoph Hellwig2007-10-191-5/+4Star
* [XFS] Remove STATIC which was missing from prior manual mergeTim Shimmin2007-10-161-1/+1
* [XFS] fix when DMAPI mount option processing happensVlad Apostolov2007-10-161-12/+14
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-10/+6Star
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-20/+16Star
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-7/+2Star
* [XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig2007-10-161-59/+27Star
* [XFS] remove dependency of the quota module on behaviorsChristoph Hellwig2007-10-161-3/+107
* [XFS] remove dependency of the dmapi module on behaviorsChristoph Hellwig2007-10-161-3/+28
* [XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig2007-10-161-0/+1
* [XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-1/+1
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-4/+7
* [XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPIVlad Apostolov2007-10-151-1/+12
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-20/+7Star
* [XFS] optimize dmapi event tests w/o dmapi configEric Sandeen2007-10-151-1/+2
* [XFS] Fix a potential NULL pointer deref in XFS on failed mount.Jesper Juhl2007-10-151-2/+8
* [XFS] clean up xfs_start_flagsEric Sandeen2007-10-151-5/+3Star
* [XFS] Concurrent Multi-File Data StreamsDavid Chinner2007-07-141-0/+26
* [XFS] Fix remount,readonly path to flush everything correctly.David Chinner2007-07-141-22/+31
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-0/+11
* [XFS] Sleeping with the ilock waiting for I/O completion is Bad.David Chinner2007-07-141-45/+28Star
* [XFS] Add lockdep support for XFSLachlan McIlroy2007-05-081-1/+1
* [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-081-1/+1
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-1/+1
* [XFS] Make freeze code a little cleaner.David Chinner2007-02-101-8/+9
* [XFS] Ensure a frozen filesystem has a clean log before writing the dummyDavid Chinner2007-02-101-4/+22
* [XFS] Fix block reservation mechanism.David Chinner2007-02-101-1/+1
* [XFS] remove unused xflags parameter from sync routinesLachlan McIlroy2007-02-101-13/+5Star
* [XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott2006-09-281-1/+1
* [XFS] Prevent free space oversubscription and xfssyncd looping.David Chinner2006-09-071-1/+2
* [XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott2006-07-281-1/+1
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-8/+0Star
* [XFS] Fix broken const use inside local suffix_strtoul routine.Nathan Scott2006-06-091-3/+3
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-091-1/+1
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-13/+11Star
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-12/+11Star
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-091-21/+38
* [XFS] Fix a possible forced shutdown due to mishandling write barriersNathan Scott2006-05-081-18/+9Star
* [XFS] Reenable write barriers by default.Nathan Scott2006-03-311-3/+2Star
* [XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott2006-03-311-1/+4
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-5/+5
* [XFS] Reenable the noikeep (delete inode cluster space) option by default.Nathan Scott2006-03-221-5/+3Star
* [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott2006-03-221-14/+14
* [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott2006-03-171-1/+1
* [XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott2006-03-141-10/+24
* [XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner2006-03-141-1/+2
* [XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott2006-03-141-7/+0Star
* [XFS] Fix v2 log bufsize reporting in /proc/mounts.Nathan Scott2006-01-111-2/+3
* [XFS] Disable write barriers for now till intermittent IO errors areNathan Scott2006-01-111-5/+3Star
* [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott2006-01-111-11/+8Star