aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/quota.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26quota: Remove NODQUOT macroJan Kara1-2/+0
2009-03-26quota: Add quota reservation claim and released operationsMingming Cao1-0/+6
2009-03-26quota: Add quota reservation supportMingming Cao1-0/+3
2009-01-05quota: Unexport dqblk_v1.h and dqblk_v2.hJan Kara1-0/+4
2009-01-05quota: Update version numberJan Kara1-2/+1
2009-01-05quota: Keep which entries were set by SETQUOTA quotactlJan Kara1-6/+20
2009-01-05quota: Allow negative usage of space and inodesJan Kara1-1/+2
2009-01-05quota: Convert union in mem_dqinfo to a pointerJan Kara1-4/+1
2009-01-05quota: Introduce DQUOT_QUOTA_SYS_FILE flagJan Kara1-0/+7
2009-01-05quota: Allow to separately enable quota accounting and enforcing limitsJan Kara1-4/+26
2009-01-05quota: Increase size of variables for limits and inode usageJan Kara1-16/+12
2009-01-05quota: Add callbacks for allocating and destroying dquot structuresJan Kara1-0/+2
2008-10-16quota: remove CVS keywordsAdrian Bunk1-2/+0
2008-07-25quota: implement sending information via netlink about user below quotaJan Kara1-0/+4
2008-07-25quota: convert macros to inline functionsJan Kara1-1/+4
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-19/+3
2008-07-25quota: cleanup loop in sync_dquots()Jan Kara1-2/+0
2008-05-01quota: add a convenience macro for filesystemsJan Kara1-0/+3
2008-04-28quota: quota core changes for quotaon on remountJan Kara1-2/+12
2008-04-28quota: various style cleanupsJan Kara1-5/+0
2008-04-28quota: do not allow setting of quota limits to too high valuesAndrew Perepechko1-0/+2
2008-04-17Fix quota.h includesMatthew Wilcox1-2/+6
2007-10-17quota: send messages via netlinkJan Kara1-0/+31
2007-05-08hide spinlock in linux/quota.h behind __KERNEL__Mike Frysinger1-2/+2
2007-02-12[PATCH] QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitlyRobert P. J. Day1-0/+1
2006-04-25Don't include private headers from user-visible parts of linux/quota.hDavid Woodhouse1-2/+2
2006-03-25[PATCH] Small cleanup in quota.hJan Kara1-1/+0
2006-03-23[PATCH] sem2mutex: quotaIngo Molnar1-3/+4
2005-11-07[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro1-1/+0
2005-06-24[PATCH] quota: improve credits estimatesJan Kara1-2/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+327