summaryrefslogtreecommitdiff
path: root/include/linux/quota.h
AgeCommit message (Expand)Author
2020-11-03fs/quota: update quota state flags scheme with project quota flagsRoman Anufriev
2019-11-11fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov
2018-08-22fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline
2018-03-26quota: Kill an unused extern entry form quota.hRitesh Harjani
2017-08-21quota: Add lock annotations to struct membersJan Kara
2017-08-17quota: Reduce contention on dq_data_lockJan Kara
2017-08-17quota: Allow disabling tracking of dirty dquots in a listJan Kara
2017-08-17quota: Remove dq_wait_unused from dquotJan Kara
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-12-05quota: constify struct path in quota_onAl Viro
2016-11-30quota: Remove dqonoff_mutexJan Kara
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-05quota: Ensure qids map to the filesystemEric W. Biederman
2016-06-19quota: use time64_t internallyArnd Bergmann
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara
2016-02-08quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen
2015-03-18vfs: Add general support to enforce project quota limitsLi Xi
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara
2015-03-04quota: reorder flags in quota stateKonstantin Khlebnikov
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-01-30quota: Store maximum space limit in bytesJan Kara
2015-01-30quota: Remove quota_on_meta callbackJan Kara
2015-01-30quota: Split ->set_xstate callback into twoJan Kara
2015-01-30Merge branch 'for_linus' into for_nextJan Kara
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2015-01-21quota: Cleanup flags definitionsJan Kara
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara
2014-07-15quota: remove dqptr_semNiu Yawei
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman
2013-01-24quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatTheodore Ts'o
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman
2012-09-18userns: Convert qutoactlEric W. Biederman
2012-09-18userns: Implement struct kqidEric W. Biederman
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-01-12quota: Pass information that quota is stored in system file to userspaceJan Kara
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20quota: Remove unused declarationJan Kara
2011-01-12quota: Fix deadlock during path resolutionJan Kara
2010-05-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov