aboutsummaryrefslogtreecommitdiff
path: root/fs/quota/quota.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-02fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallGravatar Dominik Brodowski 1-2/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-8/+14
2016-12-05quota: constify struct path in quota_onGravatar Al Viro 1-2/+2
2016-11-24quota: Use s_umount protection for quota operationsGravatar Jan Kara 1-5/+1
2016-11-24quota: Hold s_umount in exclusive mode when enabling / disabling quotasGravatar Jan Kara 1-3/+13
2016-08-15quota: fill in Q_XGETQSTAT inode information for inactive quotasGravatar Eric Sandeen 1-6/+12
2016-07-05quota: Handle quota data stored in s_user_ns in quota_setxquotaGravatar Eric W. Biederman 1-1/+1
2016-07-05quota: Ensure qids map to the filesystemGravatar Eric W. Biederman 1-6/+6
2016-02-18quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystemGravatar Jan Kara 1-2/+5
2016-02-09quota: Allow Q_GETQUOTA for frozen filesystemGravatar Jan Kara 1-0/+1
2016-02-09quota: Fixup comments about return value of Q_[X]GETNEXTQUOTAGravatar Eric Sandeen 1-2/+2
2016-02-08quota: add new quotactl Q_GETNEXTQUOTAGravatar Eric Sandeen 1-0/+31
2016-02-08quota: add new quotactl Q_XGETNEXTQUOTAGravatar Eric Sandeen 1-0/+31
2016-02-08quota: remove unused cmd argument from quota_quotaon()Gravatar Eric Sandeen 1-2/+2
2015-08-11quota: remove an unneeded conditionGravatar Dan Carpenter 1-2/+2
2015-03-04quota: Hook up Q_XSETQLIM for id 0 to ->set_infoGravatar Jan Kara 1-0/+39
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSGravatar Jan Kara 1-1/+20
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksGravatar Jan Kara 1-10/+4
2015-03-04quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateGravatar Jan Kara 1-4/+134
2015-03-04quota: Make VFS quotas use new interface for getting quota infoGravatar Jan Kara 1-4/+21
2015-01-30quota: Remove quota_on_meta callbackGravatar Jan Kara 1-4/+1
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Gravatar Jan Kara 1-4/+27
2015-01-30quota: Split ->set_xstate callback into twoGravatar Jan Kara 1-4/+16
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsGravatar Jan Kara 1-25/+137
2014-11-10quota: Allow each filesystem to specify which quota types it supportsGravatar Jan Kara 1-2/+11
2014-07-15quota: protect Q_GETFMT by dqonoff_mutexGravatar Niu Yawei 1-3/+3
2014-05-05xfs: fix Q_XQUOTARM ioctlGravatar Eric Sandeen 1-1/+13
2013-11-04quota: info leak in quota_getquota()Gravatar Dan Carpenter 1-0/+1
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVGravatar Chandra Seetharaman 1-0/+29
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Gravatar Lee Jones 1-0/+4
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-09-18userns: Convert qutoactlGravatar Eric W. Biederman 1-6/+22
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+1
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 1-2/+2
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Gravatar Jeff Liu 1-1/+1
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-2/+1
2012-02-29quota: make Q_XQUOTASYNC a noopGravatar Christoph Hellwig 1-2/+1
2012-02-13quota: Fix deadlock with suspend and quotasGravatar Jan Kara 1-3/+21
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+5
2011-10-31quota: Drop path reference on error exit from quotactlGravatar Jan Kara 1-2/+5
2011-10-31writeback: Add a 'reason' to wb_writeback_workGravatar Curt Wohlgemuth 1-1/+1
2011-09-26VFS: Fix the remaining automounter semantics regressionsGravatar Trond Myklebust 1-1/+1
2011-01-12quota: Fix deadlock during path resolutionGravatar Jan Kara 1-14/+27
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-2/+2
2010-05-21new helper: iterate_supers()Gravatar Al Viro 1-24/+9
2010-05-21Bury __put_super_and_need_restart()Gravatar Al Viro 1-0/+1