aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21quota: optimize mark_dirty logicDmitry Monakhov1-2/+11
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen1-1/+2
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen1-3/+5
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara1-9/+7
2010-04-12quota: Fix possible dq_flags corruptionAndrew Perepechko1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara1-0/+6
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: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig1-1/+28
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: 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: Fix WARN_ON in lookup_one_lenJan Kara1-0/+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 Whitehouse1-84/+9
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-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 Torvalds1-0/+2611
2009-03-26quota: Coding style fixesJan Kara1-67/+114
2009-03-26quota: Remove superfluous inlinesJan Kara1-6/+7
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 Kara1-0/+2564