aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-9/+4
2011-04-01quota: Don't write quota info in dquot_commit()Jan Kara1-9/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-12/+16
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-6/+7
2011-02-24quota: return -ENOMEM when memory allocation failsDavidlohr Bueso1-1/+1
2011-01-12quota: Fix deadlock during path resolutionJan Kara2-30/+29
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix falloutJoe Perches2-11/+16
2010-10-28quota: Fix possible oops in __dquot_initialize()Jan Kara1-0/+3
2010-10-28quota: Fix issuing of warnings from dquot_transferJan Kara1-7/+6
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Dmitry1-6/+12
2010-10-05quota: Make QUOTACTL config be selected by its usersJan Kara1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds5-80/+104
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara1-1/+1