summaryrefslogtreecommitdiff
path: root/quotaio_generic.h
AgeCommit message (Collapse)Author
2011-05-05Implement repquota for filesystems without quota filesJan Kara
Some filesystem do not have quota files accessible from userspace. For these implementing ->scan_dquots() used by repquota is problematic. What we do is that we iterate over all users and ask for quota information for each of them. XFS already does this so make its code generic and use it for all filesystems using quotaio_meta.c - only OCFS2 these days. Signed-off-by: Jan Kara <jack@suse.cz>
2010-01-06Fixed some forgotten identifiers from reserved namespace. Added GUARD_ prefixjkar8572
to the guarding defines.
2010-01-05* Rewritten configuration script to create config.h (Jan Kara)jkar8572
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
2002-04-08*** empty log message ***jkar8572