aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
AgeCommit message (Expand)Author
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-01-12quota: Fix deadlock during path resolutionJan Kara
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches
2010-09-09dquot: do full inode dirty in allocating spaceShaohua Li
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang
2010-07-21quota: clean up quota active checksChristoph Hellwig
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