aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-10quota: Implement quota format with 64-bit space and inode limitsJan Kara3-39/+153
2009-12-10quota: Fix WARN_ON in lookup_one_lenJan Kara1-0/+2
2009-12-10const: struct quota_format_opsAlexey Dobriyan2-2/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-23/+12
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse3-85/+103
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-9/+9
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-14/+3
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-07-30quota: Silence lockdep on quota_onJan Kara1-3/+4
2009-07-07quota: Fix possible deadlock during parallel quotaon and quotaoffJiaying Zhang1-2/+2
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig1-11/+14
2009-04-27quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig1-9/+0
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+8
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds10-0/+4448
2009-03-26trivial: fix typos/grammar errors in fs/KconfigMatt LaPlante1-1/+1
2009-03-26quota: Coding style fixesJan Kara5-111/+198
2009-03-26quota: Remove superfluous inlinesJan Kara3-10/+11
2009-03-26quota: Remove dqbuf_t and other cleanupsJan Kara1-55/+49
2009-03-26quota: Remove NODQUOT macroJan Kara1-34/+36
2009-03-26quota: Make global quota locks cacheline alignedJan Kara1-3/+3
2009-03-26quota: Move quota files into separate directoryJan Kara10-0/+4367