aboutsummaryrefslogtreecommitdiff
path: root/fs/quota
AgeCommit message (Expand)Author
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
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-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
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: split out compat_sys_quotactl support from quota.cChristoph Hellwig
2010-03-05quota: split out netlink notification support from quota.cChristoph Hellwig
2010-03-05quota: remove invalid optimization from quota_sync_allChristoph Hellwig
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig
2010-03-05quota: simplify permission checkingChristoph Hellwig
2010-03-05quota: special case Q_SYNC without device nameChristoph Hellwig
2010-03-05quota: clean up checks for supported quota methodsChristoph Hellwig
2010-03-05quota: split do_quotactlChristoph 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