summaryrefslogtreecommitdiffstats
path: root/fs/dquot.c
AgeCommit message (Expand)Author
2009-01-16quota: Improve lockingJan Kara
2009-01-08quota: don't set grace time when user isn't above softlimitJan Kara
2009-01-05quota: Export dquot_alloc() and dquot_destroy() functionsJan Kara
2009-01-05quota: Implement function for scanning active dquotsJan Kara
2009-01-05quota: Add helpers to allow ocfs2 specific quota initialization, freeing and ...Jan Kara
2009-01-05quota: Keep which entries were set by SETQUOTA quotactlJan Kara
2009-01-05quota: Allow negative usage of space and inodesJan Kara
2009-01-05quota: Introduce DQUOT_QUOTA_SYS_FILE flagJan Kara
2009-01-05quota: Allow to separately enable quota accounting and enforcing limitsJan Kara
2009-01-05quota: Make _SUSPENDED just a flagJan Kara
2009-01-05quota: Remove bogus 'optimization' in check_idq() and check_bdq()Jan Kara
2009-01-05quota: Increase size of variables for limits and inode usageJan Kara
2009-01-05quota: Add callbacks for allocating and destroying dquot structuresJan Kara
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells
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