aboutsummaryrefslogtreecommitdiff
path: root/fs/quota
AgeCommit message (Expand)AuthorFilesLines
2010-01-11quota: Fix dquot_transfer for filesystems different from ext4Gravatar Jan Kara 1-0/+3
2009-12-23quota: Improve checking of quota file headerGravatar Jan Kara 1-1/+4
2009-12-23quota: Fix 64-bit limits setting on 32-bit archsGravatar Jan Kara 1-2/+2
2009-12-23quota: Move duplicated code to separate functionsGravatar Dmitry Monakhov 1-39/+38
2009-12-23quota: decouple fs reserved space from quota reservationGravatar Dmitry Monakhov 1-94/+119
2009-12-10quota: Implement quota format with 64-bit space and inode limitsGravatar Jan Kara 3-39/+153
2009-12-10quota: Fix WARN_ON in lookup_one_lenGravatar Jan Kara 1-0/+2
2009-12-10const: struct quota_format_opsGravatar Alexey Dobriyan 2-2/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-23/+12
2009-12-03VFS: Export dquot_send_warningGravatar Steven Whitehouse 3-85/+103
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-9/+9
2009-11-12sysctl fs: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-14/+3
2009-09-22const: make struct super_block::s_qcop constGravatar Alexey Dobriyan 1-1/+1
2009-09-22const: make struct super_block::dq_op constGravatar Alexey Dobriyan 1-1/+1
2009-07-30quota: Silence lockdep on quota_onGravatar Jan Kara 1-3/+4
2009-07-07quota: Fix possible deadlock during parallel quotaon and quotaoffGravatar Jiaying Zhang 1-2/+2
2009-06-11quota: cleanup dquota sync functions (version 4)Gravatar Christoph Hellwig 1-11/+14
2009-04-27quota: remove obsolete comments in fs/quota/MakefileGravatar Christoph Hellwig 1-9/+0
2009-04-02vfs: skip I_CLEAR state inodesGravatar Wu Fengguang 1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+8
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 10-0/+4448
2009-03-26trivial: fix typos/grammar errors in fs/KconfigGravatar Matt LaPlante 1-1/+1
2009-03-26quota: Coding style fixesGravatar Jan Kara 5-111/+198
2009-03-26quota: Remove superfluous inlinesGravatar Jan Kara 3-10/+11
2009-03-26quota: Remove dqbuf_t and other cleanupsGravatar Jan Kara 1-55/+49
2009-03-26quota: Remove NODQUOT macroGravatar Jan Kara 1-34/+36
2009-03-26quota: Make global quota locks cacheline alignedGravatar Jan Kara 1-3/+3
2009-03-26quota: Move quota files into separate directoryGravatar Jan Kara 10-0/+4367