aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockGravatar Dave Chinner 1-1/+1
2011-01-12quota: Fix deadlock during path resolutionGravatar Jan Kara 1-3/+1
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Gravatar Joe Perches 1-2/+3
2010-09-09dquot: do full inode dirty in allocating spaceGravatar Shaohua Li 1-2/+8
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyGravatar Jan Kara 1-5/+5
2010-07-21quota: Change quota error message to print out disk and function nameGravatar Jiaying Zhang 1-0/+6
2010-07-21quota: clean up quota active checksGravatar Christoph Hellwig 1-10/+0
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