summaryrefslogtreecommitdiff
path: root/quotaio_xfs.c
AgeCommit message (Collapse)Author
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