aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+4
2014-04-03quota: provide function to grab quota structure referenceJan Kara1-2/+2
2014-03-04fs/quota/Kconfig: Update filesystemsFabian Frederick1-3/+4
2014-02-20quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-8/+7
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+1
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg1-2/+15
2013-11-04quota: info leak in quota_getquota()Dan Carpenter1-0/+1
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner1-18/+11
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-3/+2
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+29
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman1-0/+29
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara1-0/+46
2013-07-04quota: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney1-1/+4
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_BLOCKLee Jones1-0/+4
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-09quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds8-93/+253
2012-09-18userns: Convert quotaEric W. Biederman1-15/+14
2012-09-18userns: Convert struct dquot_warnEric W. Biederman1-9/+7
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman4-56/+67
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman1-9/+11
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman2-5/+7
2012-09-18userns: Convert qutoactlEric W. Biederman2-10/+26
2012-09-18userns: Implement struct kqidEric W. Biederman2-1/+133
2012-08-15quota: Move down dqptr_sem read after initializing default warn[] type at __dquot_alloc_space().Jeff Liu1-1/+1
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+2
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2-5/+23
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uaccess.h>Jeff Liu2-2/+2
2012-05-15quota: Get rid of nested I_MUTEX_QUOTA locking subclassJan Kara1-8/+6
2012-05-15quota: Use precomputed value of sb_dqopt in dquot_quota_syncJan Kara1-6/+6
2012-05-15quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUGJan Kara1-4/+4
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-76/+113
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2012-02-29quota: Make quota code not call tty layer with dqptr_sem heldJan Kara1-76/+113
2012-02-29quota: make Q_XQUOTASYNC a noopChristoph Hellwig1-2/+1
2012-02-13quota: Fix deadlock with suspend and quotasJan Kara1-3/+21
2012-02-14security: trim security.hAl Viro1-0/+1
2012-01-12quota: Pass information that quota is stored in system file to userspaceJan Kara1-3/+5
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro2-2/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+5
2011-10-31quota: Drop path reference on error exit from quotactlJan Kara1-2/+5
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+1
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust1-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+4