summaryrefslogtreecommitdiff
path: root/fs/quota
AgeCommit message (Expand)Author
2012-01-12quota: Pass information that quota is stored in system file to userspaceJan Kara
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-03fs: move code out of buffer.cAl Viro
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-10-31quota: Drop path reference on error exit from quotactlJan Kara
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-04-01quota: Don't write quota info in dquot_commit()Jan Kara
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-02-24quota: return -ENOMEM when memory allocation failsDavidlohr Bueso
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-10-28quota: Fix possible oops in __dquot_initialize()Jan Kara
2010-10-28quota: Fix issuing of warnings from dquot_transferJan Kara
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Dmitry
2010-10-05quota: Make QUOTACTL config be selected by its usersJan Kara
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
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-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig
2010-07-21quota: check quota reservation on remove_dquot_refDmitry Monakhov
2010-07-19mm: add context argument to shrinker callbackDave Chinner
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-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov
2010-05-27quota: Fixup dquot_transferJan Kara
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: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-21new helper: iterate_supers()Al Viro
2010-05-21Bury __put_super_and_need_restart()Al Viro
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro
2010-05-21Leave superblocks on s_list until the endAl Viro
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying Zhang
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: remove sb_has_quota_active in get/set_infoChristoph Hellwig
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov
2010-05-21suppress warning: "quotatypes" defined but not usedSergey Senozhatsky