summaryrefslogtreecommitdiffstats
path: root/fs/dquot.c
Commit message (Expand)AuthorAgeFilesLines
* quota: Move quota files into separate directoryJan Kara2009-03-261-2564/+0
* quota: Move EXPORT_SYMBOL immediately next to the functions/variblesMingming Cao2009-03-261-36/+33
* quota: Add quota reservation claim and released operationsMingming Cao2009-03-261-4/+106
* quota: Add quota reservation supportMingming Cao2009-03-261-31/+86
* quota: Improve lockingJan Kara2009-01-161-96/+122
* quota: don't set grace time when user isn't above softlimitJan Kara2009-01-081-0/+2
* quota: Export dquot_alloc() and dquot_destroy() functionsJan Kara2009-01-051-2/+4
* quota: Implement function for scanning active dquotsJan Kara2009-01-051-0/+36
* quota: Add helpers to allow ocfs2 specific quota initialization, freeing and ...Jan Kara2009-01-051-6/+32
* quota: Keep which entries were set by SETQUOTA quotactlJan Kara2009-01-051-2/+10
* quota: Allow negative usage of space and inodesJan Kara2009-01-051-2/+4
* quota: Introduce DQUOT_QUOTA_SYS_FILE flagJan Kara2009-01-051-15/+30
* quota: Allow to separately enable quota accounting and enforcing limitsJan Kara2009-01-051-84/+138
* quota: Make _SUSPENDED just a flagJan Kara2009-01-051-4/+6
* quota: Remove bogus 'optimization' in check_idq() and check_bdq()Jan Kara2009-01-051-2/+2
* quota: Increase size of variables for limits and inode usageJan Kara2009-01-051-21/+29
* quota: Add callbacks for allocating and destroying dquot structuresJan Kara2009-01-051-5/+22
* CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-141-2/+2
* [PATCH] switch quota_on-related stuff to kern_path()Al Viro2008-10-231-5/+5
* quota: remove CVS keywordsAdrian Bunk2008-10-161-2/+0
* tty: Redo current tty lockingAlan Cox2008-10-131-2/+0
* tty: Make get_current_tty use a krefAlan Cox2008-10-131-3/+3
* [PATCH] fix races and leaks in vfs_quota_on() usersAl Viro2008-08-011-13/+20
* quota: implement sending information via netlink about user below quotaJan Kara2008-07-251-6/+54
* quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara2008-07-251-0/+53
* quota: fix possible infinite loop in quota codeJan Kara2008-07-251-1/+15
* quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn offJan Kara2008-05-131-0/+10
* quota: quota core changes for quotaon on remountJan Kara2008-04-281-9/+68
* quota: various style cleanupsJan Kara2008-04-281-1/+9
* quota: do not allow setting of quota limits to too high valuesAndrew Perepechko2008-04-281-5/+17
* quota: add possibly missing iput() when quotaon and quotaoff racesJan Kara2008-03-191-1/+1
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-3/+4
* quota: improve inode list scanning in add_dquot_ref()Jan Kara2008-02-061-5/+10
* Don't send quota messages repeatedly when hardlimit reachedJan Kara2007-12-231-7/+16
* Fix computation of SKB size for quota messagesJan Kara2007-12-231-5/+4
* Fix compilation warning in dquot.cJan Kara2007-12-171-2/+2
* quota: send messages via netlinkJan Kara2007-10-171-30/+114
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-1/+6
* circular locking dependency found in QUOTA OFFJan Kara2007-05-171-1/+1
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* make remove_inode_dquot_ref() staticAdrian Bunk2007-05-081-1/+2
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-071-2/+2
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] remove sb->s_files and file_list_lock usage in dquot.cChristoph Hellwig2007-02-121-14/+18
* [PATCH] move remove_dquot_ref to dqout.cChristoph Hellwig2007-02-121-4/+20
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-2/+2