aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quota.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVGravatar Chandra Seetharaman 1-0/+1
2013-01-24quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatGravatar Theodore Ts'o 1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-138/+1
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidGravatar Eric W. Biederman 1-2/+1
2012-09-18userns: Convert quota netlink aka quota_send_warningGravatar Eric W. Biederman 1-2/+2
2012-09-18userns: Convert qutoactlGravatar Eric W. Biederman 1-2/+2
2012-09-18userns: Implement struct kqidGravatar Eric W. Biederman 1-0/+125
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 1-1/+1
2012-01-12quota: Pass information that quota is stored in system file to userspaceGravatar Jan Kara 1-1/+5
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-20quota: Remove unused declarationGravatar Jan Kara 1-8/+0
2011-01-12quota: Fix deadlock during path resolutionGravatar Jan Kara 1-1/+4
2010-05-27quota: Convert quota statistics to generic percpu_counterGravatar Dmitry Monakhov 1-12/+4
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-2/+2
2010-05-21quota: unify ->set_dqblkGravatar Christoph Hellwig 1-2/+1
2010-05-21quota: unify ->get_dqblkGravatar Christoph Hellwig 1-2/+1
2010-05-21quota: Make quota stat accounting lockless.Gravatar Dmitry Monakhov 1-8/+34
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAGravatar Christoph Hellwig 1-3/+0
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-1/+0
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-1/+0
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-8/+0
2010-03-05quota: generalize quota transfer interfaceGravatar Dmitry Monakhov 1-1/+1
2010-03-05quota: sb_quota state flags cleanupGravatar Dmitry Monakhov 1-8/+7
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncGravatar Christoph Hellwig 1-1/+1
2009-12-23quota: decouple fs reserved space from quota reservationGravatar Dmitry Monakhov 1-2/+3
2009-12-10quota: Implement quota format with 64-bit space and inode limitsGravatar Jan Kara 1-0/+1
2009-12-10quota: Move definition of QFMT_OCFS2 to linux/quota.hGravatar Jan Kara 1-0/+1
2009-12-10const: struct quota_format_opsGravatar Alexey Dobriyan 1-2/+2
2009-12-03VFS: Export dquot_send_warningGravatar Steven Whitehouse 1-0/+11
2009-03-26quota: Remove NODQUOT macroGravatar Jan Kara 1-2/+0
2009-03-26quota: Add quota reservation claim and released operationsGravatar Mingming Cao 1-0/+6
2009-03-26quota: Add quota reservation supportGravatar Mingming Cao 1-0/+3
2009-01-05quota: Unexport dqblk_v1.h and dqblk_v2.hGravatar Jan Kara 1-0/+4
2009-01-05quota: Update version numberGravatar Jan Kara 1-2/+1
2009-01-05quota: Keep which entries were set by SETQUOTA quotactlGravatar Jan Kara 1-6/+20
2009-01-05quota: Allow negative usage of space and inodesGravatar Jan Kara 1-1/+2
2009-01-05quota: Convert union in mem_dqinfo to a pointerGravatar Jan Kara 1-4/+1
2009-01-05quota: Introduce DQUOT_QUOTA_SYS_FILE flagGravatar Jan Kara 1-0/+7
2009-01-05quota: Allow to separately enable quota accounting and enforcing limitsGravatar Jan Kara 1-4/+26
2009-01-05quota: Increase size of variables for limits and inode usageGravatar Jan Kara 1-16/+12
2009-01-05quota: Add callbacks for allocating and destroying dquot structuresGravatar Jan Kara 1-0/+2
2008-10-16quota: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-07-25quota: implement sending information via netlink about user below quotaGravatar Jan Kara 1-0/+4
2008-07-25quota: convert macros to inline functionsGravatar Jan Kara 1-1/+4
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-19/+3
2008-07-25quota: cleanup loop in sync_dquots()Gravatar Jan Kara 1-2/+0
2008-05-01quota: add a convenience macro for filesystemsGravatar Jan Kara 1-0/+3
2008-04-28quota: quota core changes for quotaon on remountGravatar Jan Kara 1-2/+12