summaryrefslogtreecommitdiffstats
path: root/fs/dquot.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-081-6/+8
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-071-1/+1
* [PATCH] dquot: add proper locking when using current->signal->ttyJan Kara2006-09-291-0/+5
* [PATCH] use list_add_tail() instead of list_add()Akinobu Mita2006-06-261-2/+2
* BUG_ON() Conversion in fs/dquot.cEric Sesterhenn2006-04-021-4/+2
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [PATCH] sem2mutex: quotaIngo Molnar2006-03-231-58/+59
* [PATCH] Fix oops in invalidate_dquots()Jan Kara2006-03-231-13/+39
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-8/+8
* [PATCH] Fix oops in vfs_quotaon_mount()Jan Kara2005-11-281-0/+6
* [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro2005-11-071-16/+2
* [PATCH] quota: small cleanupsAdrian Bunk2005-11-071-0/+1
* [PATCH] reduce sizeof(struct file)Eric Dumazet2005-10-301-1/+1
* [PATCH] gfp_t: fs/*Al Viro2005-10-281-1/+1
* [PATCH] list_for_each_entry: fs-dquot.cDomen Puncer2005-06-251-5/+2