aboutsummaryrefslogtreecommitdiff
path: root/fs/quota/dquot.c
AgeCommit message (Expand)Author
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
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-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: 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
2010-05-21quota: optimize mark_dirty logicDmitry Monakhov
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara
2010-04-12quota: Fix possible dq_flags corruptionAndrew Perepechko
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig
2010-03-05quota: Fix warning when a delayed write happens before quota is enabledJan Kara
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov
2010-03-05quota: Cleanup S_NOQUOTA handlingJan Kara
2010-01-11quota: Fix dquot_transfer for filesystems different from ext4Jan Kara
2009-12-23quota: Move duplicated code to separate functionsDmitry Monakhov
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov
2009-12-10quota: Fix WARN_ON in lookup_one_lenJan Kara
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan
2009-07-30quota: Silence lockdep on quota_onJan Kara
2009-07-07quota: Fix possible deadlock during parallel quotaon and quotaoffJiaying Zhang
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds