aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm_syscalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+0
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig1-81/+31
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig1-1/+1
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig1-181/+7
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner1-0/+6
2008-11-10[XFS] fix uninitialised variable bug in dquot releaseDave Chinner1-18/+24
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner1-1/+1
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner1-8/+8
2008-10-30[XFS] Traverse inode trees when releasing dquotsDavid Chinner1-68/+59
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-1/+1
2008-07-28[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig1-2/+2
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-4/+4
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig1-6/+0
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-2/+2
2008-04-18[XFS] Propagate quota file truncation errors.David Chinner1-8/+7
2008-04-18[XFS] Catch errors when turning off quotas.David Chinner1-3/+12
2008-04-18[XFS] remove most calls to VN_RELEChristoph Hellwig1-5/+5
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-2/+2
2008-02-07[XFS] Unwrap XFS_SB_LOCK.Eric Sandeen1-11/+8
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-9/+7
2007-10-16[XFS] remove dependency of the quota module on behaviorsChristoph Hellwig1-5/+2
2007-05-08[XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi1-2/+7
2007-05-08[XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma1-3/+1
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-3/+3
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen1-2/+0
2007-02-10[XFS] remove unused xflags parameter from sync routinesLachlan McIlroy1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-1/+1
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-1/+1
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen1-4/+4
2005-11-02[XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig1-57/+51
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-26/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-8/+8
2005-11-02[XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott1-2/+5
2005-11-02[XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott1-7/+2
2005-09-02[XFS] replace vn_get usage by iholdChristoph Hellwig1-11/+5
2005-06-21[XFS] Merge a few minor fixes to the quota warning code.Nathan Scott1-3/+21
2005-06-21[XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott1-59/+92
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1458