summaryrefslogtreecommitdiff
path: root/quotaio_xfs.h
AgeCommit message (Collapse)Author
2016-03-31Add support for project quota into generic codeJan Kara
The support for project quota in generic code is simple. We just need functions to convert project ID to project name and back (we follow what xfsprogs do in that regard), add detection whether project quota is enabled for the filesystem, and increase number of quota types. We also have to update various checks to count with project quotas. Signed-off-by: Li Xi <lixi@ddn.com> Signed-off-by: Jan Kara <jack@suse.cz>
2016-01-27Add support for scanning using Q_XGETNEXTQUOTAJan Kara
Add support for scanning of all available quota structures using Q_XGETNEXTQUOTA quotactl. 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-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)
2003-10-13XFS roothack disabled by default (Nathan Scott)jkar8572
2002-06-16Fixed small bug in configure.injkar8572
Some forgotten changes?
2001-03-23Initial revisionjkar8572