#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@" title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/dquot.c?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/dquot.c
AgeCommit message (Expand)Author
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