summaryrefslogtreecommitdiff
path: root/setquota.8
AgeCommit message (Collapse)Author
2016-03-31setquota: Project quota supportJan Kara
Signed-off-by: Li Xi <lixi@ddn.com> Signed-off-by: Jan Kara <jack@suse.cz>
2013-01-21Recognize units at inode limits by setquotaPetr Písař
This patch allows to specify suffixes at inode limits on setquota command line and standard input. Decimal Units k, m, g, t are implemented. Numeric value without suffix is equivatent to single inodes as before. This is complementary functionality to `quota -s'. Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz>
2013-01-21Recognize units at block limits by setquotaPetr Písař
This patch allows to specify suffixes at block limits on setquota command line. Binary units K, M, G, T are implemented. Numeric value without suffix is equivatent to kibibytes as before. This is complementary functionality to `quota -s'. Signed-off-by: Petr Písař <ppisar@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz>
2011-03-09Forbid grace time setting over RPCJan Kara
Testing revealed that it's not easy to set even individual grace times over RPC protocol. Since the usage of it is limited, just disallow that. Signed-off-by: Jan Kara <jack@suse.cz>
2011-03-08Fix synopsis and properly report errors during remote grace period settingJan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2011-02-16setquota manpage typo fix (John Bradshaw)Jan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2011-02-01Correct --no-mixed-pathnames documentationPetr Pisar
This option controls a leading slash, not a trailing one. The quota(1) page talks about quota, not about setquota. Signed-off-by: Jan Kara <jack@suse.cz>
2011-01-11Document --always-resolve at edquota and setquotaPetr Písař
This copy --always-resolve option description for quota(1) into edquota(8) and setquota(8) manuals. Signed-off-by: Jan Kara <jack@suse.cz>
2009-12-1464-bit quota support.jkar8572
2007-11-13Added -c, --continue-batch option to setquota (8) (Jan Kara)jkar8572
2007-09-18Updated manpages to explain --no-mixed-paths (Jan Kara)jkar8572
Changed the defaults so that tools now use NFSv4 pathnames without leading / by default (Jan Kara)
2006-05-13Changed option parsing to use long options (Jan Kara)jkar8572
Added option to always resolve even numeric names (Jan Kara) Corrected a few typos in manpaged (Jan Kara, Justin Pryzby)
2004-10-20Edited manpages of edquota(8), setquota(8) to explicitly tell that numbers injkar8572
place of user/group names are threated as UID/GID (Jan Kara)
2004-04-23Added note about availability of -r option to manpages (Jan Kara)jkar8572
2004-04-14Added batch mode of setquota(8) (Jan Kara)jkar8572
2002-11-21Updated edquota(8) and setquota(8) to allow setting of individual grace time ↵jkar8572
(Jan Kara)
2001-05-02Added mntopt.h to dependencies in Makefile.in.jkar8572
Fixed MNTTYPE_REISER to proper string. sprintf->snprintf Merged Marco's patch with errstr(), configurable BSD behaviour Fixed bug in quota detection IO code now opens file only RO if possible. IO code now doesn't open file if not required. Fixed bug in quotaon. Updated all manpages.
2001-04-11Updated manpages.jkar8572
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
2001-04-04Merged with RedHat patch - mainly documentation issuesjkar8572
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
2001-03-23Initial revisionjkar8572