aboutsummaryrefslogtreecommitdiff
path: root/fs/quota
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 4-28/+151
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2015-01-30quota: Store maximum space limit in bytesGravatar Jan Kara 3-21/+11
2015-01-30quota: Remove quota_on_meta callbackGravatar Jan Kara 1-4/+1
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasGravatar Jan Kara 1-0/+91
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-30Merge branch 'for_linus' into for_nextGravatar Jan Kara 2-69/+176
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsGravatar Jan Kara 2-69/+176
2015-01-21quota: Verify flags passed to Q_SETINFOGravatar Jan Kara 1-0/+8
2015-01-21quota: Cleanup flags definitionsGravatar Jan Kara 1-1/+1
2015-01-21quota: Don't store flags for v2 quota formatGravatar Jan Kara 1-2/+4
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUGravatar Pranith Kumar 1-0/+1
2014-11-10vfs: Remove i_dquot field from inodeGravatar Jan Kara 1-3/+0
2014-11-10quota: Use function to provide i_dquot pointersGravatar Jan Kara 1-23/+31
2014-11-10quota: Allow each filesystem to specify which quota types it supportsGravatar Jan Kara 1-2/+11
2014-11-10quota: Remove const from function declarationsGravatar Jan Kara 1-2/+2
2014-11-04quota: Add log level to printkGravatar Anton Blanchard 1-2/+2
2014-10-22quota: Properly return errors from dquot_writeback_dquots()Gravatar Jan Kara 1-1/+1
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Gravatar Tejun Heo 1-1/+1
2014-07-15fs/quota: kernel-doc warning fixesGravatar Fabian Frederick 2-3/+2
2014-07-15quota: remove dqptr_semGravatar Niu Yawei 1-65/+49
2014-07-15quota: simplify remove_inode_dquot_ref()Gravatar Niu Yawei 1-32/+19
2014-07-15quota: avoid unnecessary dqget()/dqput() callsGravatar Niu Yawei 1-1/+14
2014-07-15quota: protect Q_GETFMT by dqonoff_mutexGravatar Niu Yawei 1-3/+3
2014-07-15quota: missing lock in dqcache_shrink_scan()Gravatar Niu Yawei 1-0/+2
2014-05-05xfs: fix Q_XQUOTARM ioctlGravatar Eric Sandeen 1-1/+13
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-3/+4
2014-04-03quota: provide function to grab quota structure referenceGravatar Jan Kara 1-2/+2
2014-03-04fs/quota/Kconfig: Update filesystemsGravatar Fabian Frederick 1-3/+4
2014-02-20quota: Fix race between dqput() and dquot_scan_active()Gravatar Jan Kara 1-3/+11
2013-11-19genetlink: make multicast groups const, prevent abuseGravatar Johannes Berg 1-8/+7
2013-11-19genetlink: pass family to functions using groupsGravatar Johannes Berg 1-1/+1
2013-11-19quota/genetlink: use proper genetlink multicast APIsGravatar Johannes Berg 1-2/+15
2013-11-04quota: info leak in quota_getquota()Gravatar Dan Carpenter 1-0/+1
2013-09-10fs: convert fs shrinkers to new scan/count APIGravatar Dave Chinner 1-18/+11
2013-09-10super: fix calculation of shrinkable objects for small numbersGravatar Glauber Costa 1-3/+2
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-0/+29
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVGravatar Chandra Seetharaman 1-0/+29
2013-08-17quota: provide interface for readding allocated space into reserved spaceGravatar Jan Kara 1-0/+46
2013-07-04quota: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-3/+3
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeGravatar Jeff Mahoney 1-1/+4
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Gravatar Lee Jones 1-0/+4
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+2
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-10-09quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Gravatar Jan Kara 1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 8-93/+253
2012-09-18userns: Convert quotaGravatar Eric W. Biederman 1-15/+14
2012-09-18userns: Convert struct dquot_warnGravatar Eric W. Biederman 1-9/+7
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidGravatar Eric W. Biederman 4-56/+67