summaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] kill di_mode checks after xfs_igetChristoph Hellwig2008-04-291-6/+0
* [XFS] Propagate errors from xfs_trans_commit().David Chinner2008-04-181-2/+2
* [XFS] Catch errors resetting quota flags.David Chinner2008-04-181-1/+4
* [XFS] Clean up quotamount error handling.David Chinner2008-04-181-14/+14
* [XFS] Check for dquot flush errorsDavid Chinner2008-04-181-2/+12
* [XFS] Propagate xfs_qm_dqflush_all() errors.David Chinner2008-04-181-5/+8
* [XFS] xfs_qm_reset_dqcounts() does not return errors.David Chinner2008-04-181-4/+2
* [XFS] remove most calls to VN_RELEChristoph Hellwig2008-04-181-3/+3
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-3/+3
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-131-3/+3
* [XFS] Remove spin.hEric Sandeen2008-02-071-1/+1
* [XFS] Unwrap XFS_SB_LOCK.Eric Sandeen2008-02-071-7/+5
* [XFS] Fix dbflush panic in xfs_qm_sync.Donald Douwsma2007-12-101-0/+3
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-2/+1
* [XFS] remove dependency of the quota module on behaviorsChristoph Hellwig2007-10-161-40/+1
* [XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig2007-10-151-5/+2
* [XFS] fix nasty quota hashtable allocation bugEric Sandeen2007-09-051-1/+2
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-3/+7
* [XFS] Quota inode has no parent.David Chinner2007-07-141-2/+1
* [XFS] Use generic shrinker interfaces in XFS.Andrew Morton2007-07-141-3/+3
* [XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma2007-05-081-0/+11
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-3/+2
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-3/+3
* [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 version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Remove dead code from come bulkstat paths.Nathan Scott2006-06-091-3/+1
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-1/+1
* [XFS] Make project quota enforcement return an error code consistent withNathan Scott2006-03-311-7/+10
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-7/+7
* [XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell2006-03-141-4/+5
* [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
|/
* [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] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-091-5/+5
* [PATCH] xfs: missing gfp_t annotationsAl Viro2005-12-151-2/+2
* [XFS] Rework the dquot hash sizing heuristics.Nathan Scott2005-11-021-15/+16
* [XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig2005-11-021-60/+42
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-26/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-9/+8
* [XFS] Need to be able to reset sb_qflags if not mounting with quotasTim Shimmin2005-09-051-12/+2
* [XFS] Remove extraneous quotacheck diagnostics.Nathan Scott2005-09-021-10/+2
* [XFS] Merge a few minor fixes to the quota warning code.Nathan Scott2005-06-211-0/+2
* [XFS] Merge fixes into realtime quota code, since one/two reported, stillNathan Scott2005-06-211-16/+18
OpenPOWER on IntegriCloud