summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* [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/+0
* [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/+11
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-12/+11
* [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/+9
* [XFS] Reenable write barriers by default.Nathan Scott2006-03-311-3/+2
* [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/+3
* [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/+0
* [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/+3
* [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott2006-01-111-11/+8
* [XFS] Write log dummy record when freezing filesystemChristoph Hellwig2006-01-111-0/+2
* [XFS] do barrier checks earlier. quota initialization may write to theChristoph Hellwig2006-01-111-3/+4
* [XFS] Fix typo from when enabling write barriers by default, flags botchNathan Scott2006-01-111-8/+2
* [XFS] enable write barriers by defaultChristoph Hellwig2006-01-111-1/+14
* [XFS] Fix an inode32 regression - if no options are presented, must stillNathan Scott2005-11-041-2/+2
* [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott2005-11-021-4/+4
* [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott2005-11-021-4/+7
* [XFS] Rework the final mount options flag bit to make room for more.Nathan Scott2005-11-021-5/+8
* [XFS] Disable attr2 by default, until a more appropriate time to enableNathan Scott2005-11-021-1/+9
* [XFS] Show additional mount options in /proc/mounts, fix up some debugNathan Scott2005-11-021-0/+4
* [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-15/+13
* [XFS] Track external log/realtime device names for correct reporting inNathan Scott2005-11-021-6/+12
* [XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott2005-11-021-9/+9
* [XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner2005-11-021-0/+11
* [XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott2005-11-021-2/+2
* [XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig2005-11-021-13/+25
* [XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott2005-09-051-5/+5
* [XFS] Add in grpid/nogrpid mount option parsing, actual code was alwaysNathan Scott2005-09-021-1/+15
* [XFS] replace vn_get usage by iholdChristoph Hellwig2005-09-021-32/+4
* [XFS] quiesce the filesystem proper when freezingChristoph Hellwig2005-06-211-25/+35
* [XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott2005-06-211-10/+0
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-2/+2
* [XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2005-05-051-22/+45
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1941