aboutsummaryrefslogtreecommitdiff
path: root/fs/quota
AgeCommit message (Expand)AuthorFilesLines
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionGravatar Jan Kara 2-9/+15
2010-04-12quota: Fix possible dq_flags corruptionGravatar Andrew Perepechko 1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onGravatar Jan Kara 1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAGravatar Christoph Hellwig 1-24/+24
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-12/+20
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+14
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-27/+25
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-7/+5
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-16/+13
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-53/+26
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeGravatar Jan Kara 1-5/+7
2010-03-05quota: generalize quota transfer interfaceGravatar Dmitry Monakhov 1-12/+20
2010-03-05quota: sb_quota state flags cleanupGravatar Dmitry Monakhov 1-1/+2
2010-03-05quota: split out compat_sys_quotactl support from quota.cGravatar Christoph Hellwig 4-117/+124
2010-03-05quota: split out netlink notification support from quota.cGravatar Christoph Hellwig 3-93/+96
2010-03-05quota: remove invalid optimization from quota_sync_allGravatar Christoph Hellwig 1-15/+0
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncGravatar Christoph Hellwig 2-42/+33
2010-03-05quota: clean up Q_XQUOTASYNCGravatar Christoph Hellwig 1-4/+7
2010-03-05quota: simplify permission checkingGravatar Christoph Hellwig 1-61/+31
2010-03-05quota: special case Q_SYNC without device nameGravatar Christoph Hellwig 1-13/+27
2010-03-05quota: clean up checks for supported quota methodsGravatar Christoph Hellwig 1-84/+37
2010-03-05quota: split do_quotactlGravatar Christoph Hellwig 1-104/+146
2010-03-05quota: Fix warning when a delayed write happens before quota is enabledGravatar Jan Kara 1-4/+31
2010-03-05quota: manage reserved space when quota is not active [v2]Gravatar Dmitry Monakhov 1-4/+6
2010-03-05quota: Cleanup S_NOQUOTA handlingGravatar Jan Kara 1-36/+11
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