aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/quota.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov1-1/+1
2018-08-22fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline1-7/+1
2018-03-26quota: Kill an unused extern entry form quota.hRitesh Harjani1-1/+0
2017-08-21quota: Add lock annotations to struct membersJan Kara1-11/+11
2017-08-17quota: Reduce contention on dq_data_lockJan Kara1-1/+2
2017-08-17quota: Allow disabling tracking of dirty dquots in a listJan Kara1-0/+3
2017-08-17quota: Remove dq_wait_unused from dquotJan Kara1-1/+0
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara1-1/+1
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan1-0/+2
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+0
2016-12-05quota: constify struct path in quota_onAl Viro1-1/+1
2016-11-30quota: Remove dqonoff_mutexJan Kara1-1/+0
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+10
2016-07-05quota: Ensure qids map to the filesystemEric W. Biederman1-0/+10
2016-06-19quota: use time64_t internallyArnd Bergmann1-2/+2
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara1-0/+3
2016-02-08quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen1-0/+2
2015-03-18vfs: Add general support to enforce project quota limitsLi Xi1-0/+2
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara1-5/+51
2015-03-04quota: reorder flags in quota stateKonstantin Khlebnikov1-7/+25
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara1-2/+19
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara1-2/+0
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-1/+32
2015-01-30quota: Store maximum space limit in bytesJan Kara1-2/+2
2015-01-30quota: Remove quota_on_meta callbackJan Kara1-1/+0
2015-01-30quota: Split ->set_xstate callback into twoJan Kara1-1/+2
2015-01-30Merge branch 'for_linus' into for_nextJan Kara1-2/+45
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara1-2/+45
2015-01-21quota: Cleanup flags definitionsJan Kara1-6/+8
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara1-0/+5
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