aboutsummaryrefslogtreecommitdiff
path: root/fs/quota/quota.c
AgeCommit message (Expand)Author
2015-03-04quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara
2015-03-04quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-01-30quota: Remove quota_on_meta callbackJan Kara
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara
2015-01-30quota: Split ->set_xstate callback into twoJan Kara
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara
2014-07-15quota: protect Q_GETFMT by dqonoff_mutexNiu Yawei
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen
2013-11-04quota: info leak in quota_getquota()Dan Carpenter
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-09-18userns: Convert qutoactlEric W. Biederman
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Jeff Liu
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-02-29quota: make Q_XQUOTASYNC a noopChristoph Hellwig
2012-02-13quota: Fix deadlock with suspend and quotasJan Kara
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-01-12quota: Fix deadlock during path resolutionJan Kara
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph 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-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-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
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig
2009-03-26quota: Coding style fixesJan Kara