aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/quotaops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09dquot: do full inode dirty in allocating spaceShaohua Li1-2/+8
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara1-5/+5
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang1-0/+6
2010-07-21quota: clean up quota active checksChristoph Hellwig1-10/+0
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-43/+36
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-11/+26
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-11/+11
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-9/+0
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-2/+2
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-15/+0
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-7/+24
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara1-0/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-0/+8
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-1/+2
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-1/+2
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen1-0/+12
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen1-11/+14
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-13/+4
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+4
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-3/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-3/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-20/+4
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-150/+58
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov1-1/+1
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov1-14/+17
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig1-16/+1
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig1-1/+1
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov1-2/+9
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-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-11quota: Introduce writeout_quota_sb() (version 4)Jan Kara1-0/+9
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig1-8/+3
2009-03-26quota: Remove uppercase aliases for quota functions.Jan Kara1-31/+0
2009-03-26quota: Use inode->i_blkbits to get block bitsMingming Cao1-14/+8
2009-03-26quota: Add quota reservation claim and released operationsMingming Cao1-0/+53
2009-03-26quota: Add quota reservation supportMingming Cao1-0/+21
2009-01-16quota: Improve lockingJan Kara1-2/+0
2009-01-05quota: Export dquot_alloc() and dquot_destroy() functionsJan Kara1-0/+2
2009-01-05quota: Implement function for scanning active dquotsJan Kara1-0/+3
2009-01-05quota: Add helpers to allow ocfs2 specific quota initialization, freeing and recoveryJan Kara1-0/+4
2009-01-05quota: Remove compatibility function sb_any_quota_enabled()Jan Kara1-6/+0
2009-01-05quota: Allow to separately enable quota accounting and enforcing limitsJan Kara1-20/+71
2009-01-05quota: Make _SUSPENDED just a flagJan Kara1-2/+4
2009-01-05quota: Increase size of variables for limits and inode usageJan Kara1-2/+2
2008-10-16quota: remove CVS keywordsAdrian Bunk1-3/+0
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-0/+2
2008-07-25quota: convert macros to inline functionsJan Kara1-16/+49
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+26
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara1-119/+107