aboutsummaryrefslogtreecommitdiff
path: root/fs/quota/quota.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Gravatar Lee Jones 1-0/+4
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-09-18userns: Convert qutoactlGravatar Eric W. Biederman 1-6/+22
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+1
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 1-2/+2
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Gravatar Jeff Liu 1-1/+1
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-2/+1
2012-02-29quota: make Q_XQUOTASYNC a noopGravatar Christoph Hellwig 1-2/+1
2012-02-13quota: Fix deadlock with suspend and quotasGravatar Jan Kara 1-3/+21
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+5
2011-10-31quota: Drop path reference on error exit from quotactlGravatar Jan Kara 1-2/+5
2011-10-31writeback: Add a 'reason' to wb_writeback_workGravatar Curt Wohlgemuth 1-1/+1
2011-09-26VFS: Fix the remaining automounter semantics regressionsGravatar Trond Myklebust 1-1/+1
2011-01-12quota: Fix deadlock during path resolutionGravatar Jan Kara 1-14/+27
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-2/+2
2010-05-21new helper: iterate_supers()Gravatar Al Viro 1-24/+9
2010-05-21Bury __put_super_and_need_restart()Gravatar Al Viro 1-0/+1
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeGravatar Al Viro 1-5/+3
2010-05-21Leave superblocks on s_list until the endGravatar Al Viro 1-0/+2
2010-05-21quota: remove sb_has_quota_active in get/set_infoGravatar Christoph Hellwig 1-4/+0
2010-05-21quota: unify ->set_dqblkGravatar Christoph Hellwig 1-5/+31
2010-05-21quota: unify ->get_dqblkGravatar Christoph Hellwig 1-5/+18
2010-03-05quota: split out compat_sys_quotactl support from quota.cGravatar Christoph Hellwig 1-117/+0
2010-03-05quota: split out netlink notification support from quota.cGravatar Christoph Hellwig 1-93/+0
2010-03-05quota: remove invalid optimization from quota_sync_allGravatar Christoph Hellwig 1-15/+0
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncGravatar Christoph Hellwig 1-41/+5
2010-03-05quota: clean up Q_XQUOTASYNCGravatar Christoph Hellwig 1-4/+7
2010-03-05quota: simplify permission checkingGravatar Christoph Hellwig 1-61/+31
2010-03-05quota: special case Q_SYNC without device nameGravatar Christoph Hellwig 1-13/+27
2010-03-05quota: clean up checks for supported quota methodsGravatar Christoph Hellwig 1-84/+37
2010-03-05quota: split do_quotactlGravatar Christoph Hellwig 1-104/+146
2009-12-03VFS: Export dquot_send_warningGravatar Steven Whitehouse 1-0/+93
2009-06-11quota: cleanup dquota sync functions (version 4)Gravatar Christoph Hellwig 1-11/+14
2009-03-26quota: Coding style fixesGravatar Jan Kara 1-12/+23
2009-03-26quota: Remove superfluous inlinesGravatar Jan Kara 1-1/+1
2009-03-26quota: Move quota files into separate directoryGravatar Jan Kara 1-0/+513