aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/quota.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15quota: remove dqptr_semNiu Yawei1-1/+0
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen1-0/+1
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman1-0/+1
2013-01-24quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatTheodore Ts'o1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-138/+1
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman1-2/+1
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman1-2/+2
2012-09-18userns: Convert qutoactlEric W. Biederman1-2/+2
2012-09-18userns: Implement struct kqidEric W. Biederman1-0/+125
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara1-1/+1
2012-01-12quota: Pass information that quota is stored in system file to userspaceJan Kara1-1/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20quota: Remove unused declarationJan Kara1-8/+0
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