aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig1-24/+24
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-12/+20
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+14
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-27/+25
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-7/+5
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-16/+13
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-53/+26
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara1-5/+7
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov1-12/+20
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov1-1/+2
2010-03-05quota: split out compat_sys_quotactl support from quota.cChristoph Hellwig4-117/+124
2010-03-05quota: split out netlink notification support from quota.cChristoph Hellwig3-93/+96
2010-03-05quota: remove invalid optimization from quota_sync_allChristoph Hellwig1-15/+0
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2-42/+33
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig1-4/+7
2010-03-05quota: simplify permission checkingChristoph Hellwig1-61/+31
2010-03-05quota: special case Q_SYNC without device nameChristoph Hellwig1-13/+27
2010-03-05quota: clean up checks for supported quota methodsChristoph Hellwig1-84/+37
2010-03-05quota: split do_quotactlChristoph Hellwig1-104/+146
2010-03-05quota: Fix warning when a delayed write happens before quota is enabledJan Kara1-4/+31
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov1-4/+6
2010-03-05quota: Cleanup S_NOQUOTA handlingJan Kara1-36/+11
2010-01-11quota: Fix dquot_transfer for filesystems different from ext4Jan Kara1-0/+3
2009-12-23quota: Improve checking of quota file headerJan Kara1-1/+4
2009-12-23quota: Fix 64-bit limits setting on 32-bit archsJan Kara1-2/+2
2009-12-23quota: Move duplicated code to separate functionsDmitry Monakhov1-39/+38
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov1-94/+119
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