summaryrefslogtreecommitdiff
path: root/fs/quota/dquot.c
AgeCommit message (Expand)Author
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan
2017-04-19quota: Remove dquot_quotactl_opsJan Kara
2017-04-19quota: Stop setting IMMUTABLE and NOATIME flags on quota filesJan Kara
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-12-19quota: Fix bogus warning in dquot_disable()Jan Kara
2016-12-05quota: constify struct path in quota_onAl Viro
2016-11-30quota: Remove dqonoff_mutexJan Kara
2016-11-30quota: Remove dqonoff_mutex from dquot_scan_active()Jan Kara
2016-11-24quota: Use s_umount protection for quota operationsJan Kara
2016-11-24quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-05dquot: For now explicitly don't support filesystems outside of init_user_nsEric W. Biederman
2016-07-05quota: Ensure qids map to the filesystemEric W. Biederman
2016-06-19quota: use time64_t internallyArnd Bergmann
2016-03-29quota: Handle Q_GETNEXTQUOTA when quota is disabledJan Kara
2016-03-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-03-14quota: use lookup_one_len_unlocked()Al Viro
2016-03-03quota: Fix possible GPF due to uninitialised pointersNikolay Borisov
2016-02-18quota: Fix possible races during quota loadingJan Kara
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-14fs: make quota/dquot.c explicitly non-modularPaul Gortmaker
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: fs library helpers: d_inode() annotationsDavid Howells
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: optimize i_dquot accessKonstantin Khlebnikov
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan 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: Add ->quota_{enable,disable} callbacks for VFS quotasJan 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: Verify flags passed to Q_SETINFOJan Kara
2015-01-21quota: Cleanup flags definitionsJan Kara
2014-11-10vfs: Remove i_dquot field from inodeJan Kara
2014-11-10quota: Use function to provide i_dquot pointersJan Kara
2014-11-10quota: Remove const from function declarationsJan Kara
2014-11-04quota: Add log level to printkAnton Blanchard
2014-10-22quota: Properly return errors from dquot_writeback_dquots()Jan Kara
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-07-15quota: remove dqptr_semNiu Yawei
2014-07-15quota: simplify remove_inode_dquot_ref()Niu Yawei
2014-07-15quota: avoid unnecessary dqget()/dqput() callsNiu Yawei
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei
2014-04-03quota: provide function to grab quota structure referenceJan Kara