aboutsummaryrefslogtreecommitdiff
path: root/fs/quota/dquot.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25vmscan: change shrinker API by passing shrink_control structGravatar Ying Han 1-1/+4
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-9/+4
2011-04-01quota: Don't write quota info in dquot_commit()Gravatar Jan Kara 1-9/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24fs: move i_sb_list out from under inode_lockGravatar Dave Chinner 1-12/+16
2011-03-24fs: protect inode->i_state with inode->i_lockGravatar Dave Chinner 1-6/+7
2011-01-12quota: Fix deadlock during path resolutionGravatar Jan Kara 1-16/+2
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Gravatar Joe Perches 1-7/+11
2010-10-28quota: Fix possible oops in __dquot_initialize()Gravatar Jan Kara 1-0/+3
2010-10-28quota: Fix issuing of warnings from dquot_transferGravatar Jan Kara 1-7/+6
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Gravatar Dmitry 1-6/+12
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2010-08-09simplify checks for I_CLEAR/I_FREEINGGravatar Al Viro 1-1/+1
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-22/+57
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyGravatar Jan Kara 1-1/+1
2010-07-21quota: Change quota error message to print out disk and function nameGravatar Jiaying Zhang 1-12/+27
2010-07-21quota: clean up quota active checksGravatar Christoph Hellwig 1-7/+16
2010-07-21quota: Clean up the namespace in dqblk_xfs.hGravatar Christoph Hellwig 1-1/+1
2010-07-21quota: check quota reservation on remove_dquot_refGravatar Dmitry Monakhov 1-1/+12
2010-07-19mm: add context argument to shrinker callbackGravatar Dave Chinner 1-1/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-111/+79
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-4/+7
2010-05-27quota: Convert quota statistics to generic percpu_counterGravatar Dmitry Monakhov 1-33/+13
2010-05-27quota: Fixup dquot_transferGravatar Jan Kara 1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-32/+32
2010-05-24quota: explicitly set ->dq_op and ->s_qcopGravatar Christoph Hellwig 1-1/+2
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-6/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-43/+34
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesGravatar Jan Kara 1-35/+26
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-3/+2
2010-05-21quota: unify ->set_dqblkGravatar Christoph Hellwig 1-24/+43
2010-05-21quota: unify ->get_dqblkGravatar Christoph Hellwig 1-11/+16
2010-05-21quota: Make quota stat accounting lockless.Gravatar Dmitry Monakhov 1-34/+68
2010-05-21suppress warning: "quotatypes" defined but not usedGravatar Sergey Senozhatsky 1-0/+2
2010-05-21quota: optimize mark_dirty logicGravatar Dmitry Monakhov 1-2/+11
2010-05-16quota: add the option to not fail with EDQUOT in blockGravatar Eric Sandeen 1-1/+2
2010-05-16quota: use flags interface for dquot alloc/free spaceGravatar Eric Sandeen 1-3/+5
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionGravatar Jan Kara 1-9/+7
2010-04-12quota: Fix possible dq_flags corruptionGravatar Andrew Perepechko 1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onGravatar Jan Kara 1-0/+6
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAGravatar Christoph Hellwig 1-24/+24
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-12/+20
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+14
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-27/+25
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-7/+5
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-16/+13
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-53/+26
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeGravatar Jan Kara 1-5/+7
2010-03-05quota: generalize quota transfer interfaceGravatar Dmitry Monakhov 1-12/+20
2010-03-05quota: sb_quota state flags cleanupGravatar Dmitry Monakhov 1-1/+2