summaryrefslogtreecommitdiffstats
path: root/include/linux/quota.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-191-1/+0
|\
| * quota: Remove dqonoff_mutexJan Kara2016-11-301-1/+0
* | quota: constify struct path in quota_onAl Viro2016-12-051-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-0/+10
|\
| * quota: Ensure qids map to the filesystemEric W. Biederman2016-07-051-0/+10
* | quota: use time64_t internallyArnd Bergmann2016-06-191-2/+2
|/
* quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+3
* quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen2016-02-081-0/+2
* vfs: Add general support to enforce project quota limitsLi Xi2015-03-181-0/+2
* Merge branch 'quota_interface' into for_next_testingJan Kara2015-03-161-5/+51
|\
| * quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2015-03-041-2/+19
| * quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2015-03-041-2/+0
| * quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-041-1/+32
* | quota: reorder flags in quota stateKonstantin Khlebnikov2015-03-041-7/+25
|/
* quota: Store maximum space limit in bytesJan Kara2015-01-301-2/+2
* quota: Remove quota_on_meta callbackJan Kara2015-01-301-1/+0
* quota: Split ->set_xstate callback into twoJan Kara2015-01-301-1/+2
* Merge branch 'for_linus' into for_nextJan Kara2015-01-301-2/+45
|\
| * quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-01-281-2/+45
* | quota: Cleanup flags definitionsJan Kara2015-01-211-6/+8
|/
* quota: Allow each filesystem to specify which quota types it supportsJan Kara2014-11-101-0/+5
* quota: remove dqptr_semNiu Yawei2014-07-151-1/+0
* xfs: fix Q_XQUOTARM ioctlEric Sandeen2014-05-051-0/+1
* quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman2013-08-201-0/+1
* quota: autoload the quota_v2 module for QFMT_VFS_V1 quota formatTheodore Ts'o2013-01-241-0/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-138/+1
* userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman2012-09-181-2/+1
* userns: Convert quota netlink aka quota_send_warningEric W. Biederman2012-09-181-2/+2
* userns: Convert qutoactlEric W. Biederman2012-09-181-2/+2
* userns: Implement struct kqidEric W. Biederman2012-09-181-0/+125
* quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2012-07-221-1/+1
* quota: Pass information that quota is stored in system file to userspaceJan Kara2012-01-121-1/+5
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* quota: Remove unused declarationJan Kara2011-07-201-8/+0
* quota: Fix deadlock during path resolutionJan Kara2011-01-121-1/+4
* quota: Convert quota statistics to generic percpu_counterDmitry Monakhov2010-05-271-12/+4
* quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-241-2/+2
* quota: unify ->set_dqblkChristoph Hellwig2010-05-211-2/+1
* quota: unify ->get_dqblkChristoph Hellwig2010-05-211-2/+1
* quota: Make quota stat accounting lockless.Dmitry Monakhov2010-05-211-8/+34
* quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig2010-03-051-3/+0
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-1/+0
* dquot: cleanup dquot drop routineChristoph Hellwig2010-03-051-1/+0
* dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+0
* dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-051-2/+0
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-8/+0
* quota: generalize quota transfer interfaceDmitry Monakhov2010-03-051-1/+1
* quota: sb_quota state flags cleanupDmitry Monakhov2010-03-051-8/+7
* quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-051-1/+1
* quota: decouple fs reserved space from quota reservationDmitry Monakhov2009-12-231-2/+3