aboutsummaryrefslogtreecommitdiff
path: root/fs/dquot.c
AgeCommit message (Expand)Author
2009-02-06MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro
2008-10-16quota: remove CVS keywordsAdrian Bunk
2008-10-13tty: Redo current tty lockingAlan Cox
2008-10-13tty: Make get_current_tty use a krefAlan Cox
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro
2008-07-25quota: implement sending information via netlink about user below quotaJan Kara
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara
2008-07-25quota: fix possible infinite loop in quota codeJan Kara
2008-05-13quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn offJan Kara
2008-04-28quota: quota core changes for quotaon on remountJan Kara
2008-04-28quota: various style cleanupsJan Kara
2008-04-28quota: do not allow setting of quota limits to too high valuesAndrew Perepechko
2008-03-19quota: add possibly missing iput() when quotaon and quotaoff racesJan Kara
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-06quota: improve inode list scanning in add_dquot_ref()Jan Kara
2007-12-23Don't send quota messages repeatedly when hardlimit reachedJan Kara
2007-12-23Fix computation of SKB size for quota messagesJan Kara
2007-12-17Fix compilation warning in dquot.cJan Kara
2007-10-17quota: send messages via netlinkJan Kara
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell
2007-05-17circular locking dependency found in QUOTA OFFJan Kara
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08make remove_inode_dquot_ref() staticAdrian Bunk
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-12[PATCH] remove sb->s_files and file_list_lock usage in dquot.cChristoph Hellwig
2007-02-12[PATCH] move remove_dquot_ref to dqout.cChristoph Hellwig
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter
2006-09-29[PATCH] dquot: add proper locking when using current->signal->ttyJan Kara
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita
2006-04-02BUG_ON() Conversion in fs/dquot.cEric Sesterhenn
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson
2006-03-23[PATCH] sem2mutex: quotaIngo Molnar
2006-03-23[PATCH] Fix oops in invalidate_dquots()Jan Kara
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-11-28[PATCH] Fix oops in vfs_quotaon_mount()Jan Kara
2005-11-07[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro
2005-11-07[PATCH] quota: small cleanupsAdrian Bunk
2005-10-30[PATCH] reduce sizeof(struct file)Eric Dumazet