summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota
Commit message (Expand)AuthorAgeFilesLines
* [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/+1Star
* [XFS] Reduce stack use during quota mounts (caused a panic). ThisNathan Scott2006-02-281-6/+5Star
* Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-01-161-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-121-0/+3
|/
* [PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-106-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/+0Star
* [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/+208Star
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-0212-312/+132Star
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11Star
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-027-51/+50Star
* [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/+3Star
* [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/+4Star
* [XFS] Remove extraneous quotacheck diagnostics.Nathan Scott2005-09-021-10/+2Star
* [XFS] 929956 add log debugging and tracing infoTim Shimmin2005-09-021-0/+1
* [XFS] replace vn_get usage by iholdChristoph Hellwig2005-09-021-11/+5Star
* [XFS] Remove some debugging code from quota syscalls.Nathan Scott2005-06-211-3/+0Star
* [XFS] Merge a few minor fixes to the quota warning code.Nathan Scott2005-06-213-4/+32
* [XFS] Merge fixes into realtime quota code, since one/two reported, stillNathan Scott2005-06-214-43/+48
* [XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott2005-06-218-153/+260
* [XFS] simplify XFS_PURGE_INODEChristoph Hellwig2005-06-211-7/+1Star
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-216-22/+22
* [XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig2005-06-212-63/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-1712-0/+8955