summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-09fs/quota: Fix spectre gadget in do_quotactlJeremy Cline1-0/+2
2018-02-03quota: Check for register_shrinker() failure.Tetsuo Handa1-1/+2
2016-08-15quota: fill in Q_XGETQSTAT inode information for inactive quotasEric Sandeen1-6/+12
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-07-05dquot: For now explicitly don't support filesystems outside of init_user_nsEric W. Biederman1-0/+5
2016-07-05quota: Handle quota data stored in s_user_ns in quota_setxquotaEric W. Biederman1-1/+1
2016-07-05quota: Ensure qids map to the filesystemEric W. Biederman3-6/+19
2016-06-19quota: use time64_t internallyArnd Bergmann3-11/+11
2016-04-26fs/quota: use nla_put_u64_64bit()Nicolas Dichtel2-5/+8
2016-03-29quota: Handle Q_GETNEXTQUOTA when quota is disabledJan Kara1-2/+11
2016-03-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds16-437/+471
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds70-1591/+2196
2016-03-14quota: use lookup_one_len_unlocked()Al Viro1-3/+1
2016-03-03quota: Fix possible GPF due to uninitialised pointersNikolay Borisov1-2/+1
2016-02-18quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystemJan Kara1-2/+5
2016-02-18quota: Fix possible races during quota loadingJan Kara1-0/+12
2016-02-09quota_v2: Implement get_next_id() for V2 quota formatJan Kara3-2/+73
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara5-0/+47
2016-02-09quota: Allow Q_GETQUOTA for frozen filesystemJan Kara1-0/+1
2016-02-09quota: Fixup comments about return value of Q_[X]GETNEXTQUOTAEric Sandeen1-2/+2
2016-02-08quota: add new quotactl Q_GETNEXTQUOTAEric Sandeen2-0/+45
2016-02-08quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen3-0/+34
2016-02-08quota: remove unused cmd argument from quota_quotaon()Eric Sandeen1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-04quota: constify qtree_fmt_operations structuresJulia Lawall4-5/+5
2015-12-14fs: make quota/dquot.c explicitly non-modularPaul Gortmaker1-1/+1
2015-12-14fs: make quota/netlink.c explicitly non-modularPaul Gortmaker1-4/+1
2015-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds29-1119/+936
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner10-54/+57
2015-08-11quota: remove an unneeded conditionDan Carpenter1-2/+2
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara4-33/+72
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-15VFS: fs library helpers: d_inode() annotationsDavid Howells2-18/+18
2015-03-18vfs: Add general support to enforce project quota limitsLi Xi4-7/+27
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara11-254/+422
2015-03-04quota: Fix maximum quota limit settingsJan Kara1-4/+8
2015-03-04quota: paranoia: check quota tree rootKonstantin Khlebnikov1-0/+7
2015-03-04quota: optimize i_dquot accessKonstantin Khlebnikov1-24/+39
2015-03-04quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara1-0/+39
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara4-15/+56
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2-12/+4
2015-03-04quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara1-4/+134
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara7-23/+84
2015-02-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds21-244/+284
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds48-586/+657
2015-01-30quota: Store maximum space limit in bytesJan Kara5-25/+15
2015-01-30quota: Remove quota_on_meta callbackJan Kara2-5/+1
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara2-0/+92
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara2-4/+29
2015-01-30quota: Split ->set_xstate callback into twoJan Kara3-27/+55
[next]