summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott2006-09-281-1/+2
* [XFS] Add a greedy allocation interface, allocating within a min/max sizeNathan Scott2006-09-281-7/+6
* [XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott2006-09-281-3/+3
* [XFS] Remove several macros that are no longer used anywhereEric Sandeen2006-09-282-8/+0
* [XFS] Remove unused iop_abort log item operationEric Sandeen2006-09-281-26/+0
* [XFS] Fix a bad pointer dereference in the quota statvfs handling.Nathan Scott2006-09-071-1/+1
* [XFS] All xfs_disk_dquot_t values are (as the name says) disk endian.Christoph Hellwig2006-07-281-6/+13
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-207-14/+0
* [XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro2006-06-192-4/+4
* [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-092-2/+2
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-092-15/+10
* [XFS] statvfs component of directory/project quota support, codeNathan Scott2006-06-091-1/+57
* [XFS] Remove dead code from come bulkstat paths.Nathan Scott2006-06-091-3/+1
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-1/+1
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-092-3/+3
* [XFS] Make project quota enforcement return an error code consistent withNathan Scott2006-03-312-39/+46
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-294-10/+10
* [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott2006-03-221-2/+2
* [XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell2006-03-141-4/+5
* [XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irixTim Shimmin2006-03-141-0/+2
* [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy fromNathan Scott2006-03-141-3/+1
* [XFS] Reduce stack use during quota mounts (caused a panic). ThisNathan Scott2006-02-281-6/+5
* Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-01-151-1/+1
|\
| * [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.Nathan Scott2006-01-161-1/+1
* | return statement cleanup - kill pointless parenthesesJesper Juhl2006-01-151-57/+57
|/
* Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-01-122-9/+13
|\
| * [XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott2006-01-121-2/+2
| * [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to anNathan Scott2006-01-111-4/+6
| * [XFS] Do not inherit properties for the quota inodes from the root inode.Nathan Scott2006-01-111-3/+5
* | [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+3
|/
* [PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-096-14/+14
* [PATCH] xfs: missing gfp_t annotationsAl Viro2005-12-151-2/+2
* [XFS] Remove several no-longer-used files.Nathan Scott2005-11-032-40/+0
* [XFS] Rework the dquot hash sizing heuristics.Nathan Scott2005-11-022-18/+19
* [XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig2005-11-025-240/+208
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-0212-312/+132
* [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-027-51/+50
* [XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott2005-11-021-2/+5
* [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott2005-11-022-9/+3
* [XFS] Fix modular XFS builds (Makefile botch).Nathan Scott2005-09-081-4/+4
* [XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott2005-09-052-0/+54
* [XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin2005-09-051-7/+36
* [XFS] Need to be able to reset sb_qflags if not mounting with quotasTim Shimmin2005-09-054-72/+4
* [XFS] Remove extraneous quotacheck diagnostics.Nathan Scott2005-09-021-10/+2
* [XFS] 929956 add log debugging and tracing infoTim Shimmin2005-09-021-0/+1
* [XFS] replace vn_get usage by iholdChristoph Hellwig2005-09-021-11/+5
* [XFS] Remove some debugging code from quota syscalls.Nathan Scott2005-06-211-3/+0
* [XFS] Merge a few minor fixes to the quota warning code.Nathan Scott2005-06-213-4/+32