summaryrefslogtreecommitdiff
path: root/quotaio_xfs.c
AgeCommit message (Collapse)Author
2012-06-08repquota: Fix reporting for XFSJan Kara
Conversion to generic quota scanning introduced a bug for XFS where we stopped scanning after quotactl reported first error. quotactl for XFS however reports ENOENT when it has nothing to report for a particular user / group and we shouldn't stop scanning after that. We tried to test for this but the test was wrong. Fix it. Signed-off-by: Jan Kara <jack@suse.cz>
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>
2011-02-04Implement quotacheck for GFS2Abhijith Das
Although GFS2 maintains quota as metadata, it sometimes might need to check quota usage (most notably when quota is enabled for the first time). So add support for GFS2 in quotacheck. Signed-off-by: Jan Kara <jack@suse.cz>
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)
2009-12-1464-bit quota support.jkar8572
2008-04-21Format string fixes (Ladislav Michnovic)jkar8572
2001-09-27Implemented setting only limits by commit_dquot() so edquota & setquota can ↵jkar8572
operate safe on live filesystem.
2001-07-17Fixed overflow of used space.jkar8572
2001-05-04Fixed infinity loop for XFS repquota.jkar8572
2001-04-11Updated manpages.jkar8572
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
2001-03-26Changed callbacks initialization to label-like one.jkar8572
2001-03-26Fixed bugs in XFS quota option detection.jkar8572
2001-03-23Initial revisionjkar8572