aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/quota.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-1/+4
2010-05-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov1-12/+4
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-2/+2
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-2/+1
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-2/+1
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov1-8/+34
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig1-3/+0
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-8/+0
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov1-1/+1
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov1-8/+7
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig1-1/+1
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov1-2/+3
2009-12-10quota: Implement quota format with 64-bit space and inode limitsJan Kara1-0/+1
2009-12-10quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara1-0/+1
2009-12-10const: struct quota_format_opsAlexey Dobriyan1-2/+2
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse1-0/+11
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