aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
AgeCommit message (Expand)Author
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11quota: Introduce writeout_quota_sb() (version 4)Jan Kara
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig
2009-03-26quota: Remove uppercase aliases for quota functions.Jan Kara
2009-03-26quota: Use inode->i_blkbits to get block bitsMingming Cao
2009-03-26quota: Add quota reservation claim and released operationsMingming Cao
2009-03-26quota: Add quota reservation supportMingming Cao
2009-01-16quota: Improve lockingJan Kara
2009-01-05quota: Export dquot_alloc() and dquot_destroy() functionsJan Kara
2009-01-05quota: Implement function for scanning active dquotsJan Kara
2009-01-05quota: Add helpers to allow ocfs2 specific quota initialization, freeing and ...Jan Kara
2009-01-05quota: Remove compatibility function sb_any_quota_enabled()Jan Kara
2009-01-05quota: Allow to separately enable quota accounting and enforcing limitsJan Kara
2009-01-05quota: Make _SUSPENDED just a flagJan Kara
2009-01-05quota: Increase size of variables for limits and inode usageJan Kara
2008-10-16quota: remove CVS keywordsAdrian Bunk
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro
2008-07-25quota: convert macros to inline functionsJan Kara
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara
2008-04-28quota: convert stub functions from macros into inlinesAndrew Morton
2008-04-28quota: quota core changes for quotaon on remountJan Kara
2008-04-28quota: various style cleanupsJan Kara
2007-05-08make remove_inode_dquot_ref() staticAdrian Bunk