aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-43/+36
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-11/+26
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-11/+11
2010-05-24quota: explicitly set ->dq_op and ->s_qcopGravatar Christoph Hellwig 1-9/+0
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-2/+2
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-15/+0
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-7/+24
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesGravatar Jan Kara 1-0/+1
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-0/+8
2010-05-21quota: unify ->set_dqblkGravatar Christoph Hellwig 1-1/+2
2010-05-21quota: unify ->get_dqblkGravatar Christoph Hellwig 1-1/+2
2010-05-16quota: add the option to not fail with EDQUOT in blockGravatar Eric Sandeen 1-0/+12
2010-05-16quota: use flags interface for dquot alloc/free spaceGravatar Eric Sandeen 1-11/+14
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-13/+4
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+4
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-3/+2
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-3/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-20/+4
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-150/+58
2010-03-05quota: generalize quota transfer interfaceGravatar Dmitry Monakhov 1-1/+1
2010-03-05quota: sb_quota state flags cleanupGravatar Dmitry Monakhov 1-14/+17
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncGravatar Christoph Hellwig 1-16/+1
2010-03-05quota: clean up Q_XQUOTASYNCGravatar Christoph Hellwig 1-1/+1
2010-03-05quota: manage reserved space when quota is not active [v2]Gravatar Dmitry Monakhov 1-2/+9
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-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-11quota: Introduce writeout_quota_sb() (version 4)Gravatar Jan Kara 1-0/+9
2009-06-11quota: cleanup dquota sync functions (version 4)Gravatar Christoph Hellwig 1-8/+3
2009-03-26quota: Remove uppercase aliases for quota functions.Gravatar Jan Kara 1-31/+0
2009-03-26quota: Use inode->i_blkbits to get block bitsGravatar Mingming Cao 1-14/+8
2009-03-26quota: Add quota reservation claim and released operationsGravatar Mingming Cao 1-0/+53
2009-03-26quota: Add quota reservation supportGravatar Mingming Cao 1-0/+21
2009-01-16quota: Improve lockingGravatar Jan Kara 1-2/+0
2009-01-05quota: Export dquot_alloc() and dquot_destroy() functionsGravatar Jan Kara 1-0/+2
2009-01-05quota: Implement function for scanning active dquotsGravatar Jan Kara 1-0/+3
2009-01-05quota: Add helpers to allow ocfs2 specific quota initialization, freeing and ...Gravatar Jan Kara 1-0/+4
2009-01-05quota: Remove compatibility function sb_any_quota_enabled()Gravatar Jan Kara 1-6/+0
2009-01-05quota: Allow to separately enable quota accounting and enforcing limitsGravatar Jan Kara 1-20/+71
2009-01-05quota: Make _SUSPENDED just a flagGravatar Jan Kara 1-2/+4
2009-01-05quota: Increase size of variables for limits and inode usageGravatar Jan Kara 1-2/+2
2008-10-16quota: remove CVS keywordsGravatar Adrian Bunk 1-3/+0
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersGravatar Al Viro 1-0/+2
2008-07-25quota: convert macros to inline functionsGravatar Jan Kara 1-16/+49
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-0/+26
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineGravatar Jan Kara 1-119/+107
2008-04-28quota: convert stub functions from macros into inlinesGravatar Andrew Morton 1-8/+37
2008-04-28quota: quota core changes for quotaon on remountGravatar Jan Kara 1-6/+23
2008-04-28quota: various style cleanupsGravatar Jan Kara 1-21/+50
2007-05-08make remove_inode_dquot_ref() staticGravatar Adrian Bunk 1-3/+0