summaryrefslogtreecommitdiffstats
path: root/fs/quota
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-192-97/+61
|\
| * quota: Fix bogus warning in dquot_disable()Jan Kara2016-12-191-2/+2
| * quota: Remove dqonoff_mutexJan Kara2016-11-301-57/+23
| * quota: Remove dqonoff_mutex from dquot_scan_active()Jan Kara2016-11-301-2/+2
| * quota: Use s_umount protection for quota operationsJan Kara2016-11-242-34/+11
| * quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara2016-11-242-3/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-172-3/+3
|\ \
| * | quota: constify struct path in quota_onAl Viro2016-12-052-3/+3
| |/
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+1
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-7/+0
|/
* quota: fill in Q_XGETQSTAT inode information for inactive quotasEric Sandeen2016-08-151-6/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-292-7/+15
|\
| * dquot: For now explicitly don't support filesystems outside of init_user_nsEric W. Biederman2016-07-051-0/+5
| * quota: Handle quota data stored in s_user_ns in quota_setxquotaEric W. Biederman2016-07-051-1/+1
| * quota: Ensure qids map to the filesystemEric W. Biederman2016-07-052-6/+9
* | quota: use time64_t internallyArnd Bergmann2016-06-191-8/+8
|/
* fs/quota: use nla_put_u64_64bit()Nicolas Dichtel2016-04-261-5/+7
* quota: Handle Q_GETNEXTQUOTA when quota is disabledJan Kara2016-03-291-2/+11
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-03-214-7/+130
|\
| * quota: Fix possible GPF due to uninitialised pointersNikolay Borisov2016-03-031-2/+1
| * quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystemJan Kara2016-02-181-2/+5
| * quota: Fix possible races during quota loadingJan Kara2016-02-181-0/+12
| * quota_v2: Implement get_next_id() for V2 quota formatJan Kara2016-02-092-2/+71
| * quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+39
| * quota: Allow Q_GETQUOTA for frozen filesystemJan Kara2016-02-091-0/+1
| * quota: Fixup comments about return value of Q_[X]GETNEXTQUOTAEric Sandeen2016-02-091-2/+2
* | Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-2/+64
|\|
| * quota: add new quotactl Q_GETNEXTQUOTAEric Sandeen2016-02-081-0/+31
| * quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen2016-02-081-0/+31
| * quota: remove unused cmd argument from quota_quotaon()Eric Sandeen2016-02-081-2/+2
* | quota: use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-10/+10
* quota: constify qtree_fmt_operations structuresJulia Lawall2016-01-041-2/+2
* fs: make quota/dquot.c explicitly non-modularPaul Gortmaker2015-12-141-1/+1
* fs: make quota/netlink.c explicitly non-modularPaul Gortmaker2015-12-141-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-051-8/+8
|\
| * inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-171-8/+8
* | quota: remove an unneeded conditionDan Carpenter2015-08-111-2/+2
* | quota: Propagate error from ->acquire_dquot()Jan Kara2015-07-231-25/+63
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-5/+5
|\
| * VFS: fs library helpers: d_inode() annotationsDavid Howells2015-04-151-5/+5
* | vfs: Add general support to enforce project quota limitsLi Xi2015-03-182-5/+21
* | Merge branch 'quota_interface' into for_next_testingJan Kara2015-03-162-34/+251
|\ \
| * | quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara2015-03-041-0/+39
| * | quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2015-03-042-12/+36
| * | quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2015-03-041-10/+4
| * | quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara2015-03-041-4/+134
| * | quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-042-18/+48
| |/