aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-17quota: Push dqio_sem down to ->write_dqblk()Jan Kara1-7/+4
2017-08-17quota: Push dqio_sem down to ->read_dqblk()Jan Kara1-4/+1
2017-08-17quota: Protect dquot writeout with dq_lockJan Kara1-14/+14
2017-08-17quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara1-3/+3
2017-08-17quota: Acquire dqio_sem for reading in dquot_get_next_id()Jan Kara1-2/+2
2017-08-17quota: Do more fine-grained locking in dquot_acquire()Jan Kara1-3/+6
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara1-14/+14
2017-08-07quota: correct space limit checkzhangyi (F)1-6/+15
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan1-4/+12
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan1-0/+16
2017-04-19quota: Remove dquot_quotactl_opsJan Kara1-12/+0
2017-04-19quota: Stop setting IMMUTABLE and NOATIME flags on quota filesJan Kara1-14/+5
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-89/+47
2016-12-19quota: Fix bogus warning in dquot_disable()Jan Kara1-2/+2
2016-12-05quota: constify struct path in quota_onAl Viro1-1/+1
2016-11-30quota: Remove dqonoff_mutexJan Kara1-57/+23
2016-11-30quota: Remove dqonoff_mutex from dquot_scan_active()Jan Kara1-2/+2
2016-11-24quota: Use s_umount protection for quota operationsJan Kara1-29/+10
2016-11-24quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara1-0/+11
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+8
2016-07-05dquot: For now explicitly don't support filesystems outside of init_user_nsEric W. Biederman1-0/+5
2016-07-05quota: Ensure qids map to the filesystemEric W. Biederman1-0/+3
2016-06-19quota: use time64_t internallyArnd Bergmann1-8/+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/jack/linux-fsLinus Torvalds1-2/+52
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: Fix possible races during quota loadingJan Kara1-0/+12
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara1-0/+39
2016-01-22wrappers for ->i_mutex accessAl Viro1-10/+10
2015-12-14fs: make quota/dquot.c explicitly non-modularPaul Gortmaker1-1/+1
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-8/+8
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara1-25/+63
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2015-04-15VFS: fs library helpers: d_inode() annotationsDavid Howells1-5/+5
2015-03-18vfs: Add general support to enforce project quota limitsLi Xi1-3/+17
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara1-25/+43
2015-03-04quota: optimize i_dquot accessKonstantin Khlebnikov1-24/+39
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara1-11/+16
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-14/+27
2015-01-30quota: Store maximum space limit in bytesJan Kara1-14/+4
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara1-0/+91
2015-01-30Merge branch 'for_linus' into for_nextJan Kara1-44/+39
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara1-44/+39
2015-01-21quota: Verify flags passed to Q_SETINFOJan Kara1-0/+8
2015-01-21quota: Cleanup flags definitionsJan Kara1-1/+1
2014-11-10vfs: Remove i_dquot field from inodeJan Kara1-3/+0
2014-11-10quota: Use function to provide i_dquot pointersJan Kara1-23/+31