summaryrefslogtreecommitdiff
path: root/fs/quota
AgeCommit message (Expand)AuthorFilesLines
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+4
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-9/+4
2011-04-01quota: Don't write quota info in dquot_commit()Jan Kara1-9/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-12/+16
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-6/+7
2011-02-24quota: return -ENOMEM when memory allocation failsDavidlohr Bueso1-1/+1
2011-01-12quota: Fix deadlock during path resolutionJan Kara2-30/+29
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches2-11/+16
2010-10-28quota: Fix possible oops in __dquot_initialize()Jan Kara1-0/+3
2010-10-28quota: Fix issuing of warnings from dquot_transferJan Kara1-7/+6
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Dmitry1-6/+12
2010-10-05quota: Make QUOTACTL config be selected by its usersJan Kara1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-80/+104
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara1-1/+1
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang5-70/+74
2010-07-21quota: clean up quota active checksChristoph Hellwig1-7/+16
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig1-1/+1
2010-07-21quota: check quota reservation on remove_dquot_refDmitry Monakhov1-1/+12
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-113/+81
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-4/+7
2010-05-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov1-33/+13
2010-05-27quota: Fixup dquot_transferJan Kara1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-32/+32
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+2
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2-8/+4
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-43/+34
2010-05-21new helper: iterate_supers()Al Viro1-24/+9
2010-05-21Bury __put_super_and_need_restart()Al Viro1-0/+1
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro1-5/+3
2010-05-21Leave superblocks on s_list until the endAl Viro1-0/+2
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying Zhang3-22/+36
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara1-35/+26
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-3/+2
2010-05-21quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig1-4/+0
2010-05-21quota: unify ->set_dqblkChristoph Hellwig2-29/+74
2010-05-21quota: unify ->get_dqblkChristoph Hellwig2-16/+34
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov3-38/+72
2010-05-21suppress warning: "quotatypes" defined but not usedSergey Senozhatsky1-0/+2
2010-05-21quota: optimize mark_dirty logicDmitry Monakhov1-2/+11
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen1-1/+2
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen1-3/+5
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara2-9/+15
2010-04-12quota: Fix possible dq_flags corruptionAndrew Perepechko1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig1-24/+24