]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - quota/Makefile
Initial version of xfs quota utility. Knows how to do user/group/project quota,...
authorNathan Scott <nathans@sgi.com>
Tue, 19 Apr 2005 15:00:30 +0000 (15:00 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 19 Apr 2005 15:00:30 +0000 (15:00 +0000)
commit5aead01d223a5c4a2526d4cbe2e11bd1945959fe
tree431026abf68b0cb7099b55db70fb59ba72d3b009
parent3d93ccb7f1296ac928733aa84cddd3bdad1e8f92
Initial version of xfs quota utility.  Knows how to do user/group/project quota, provides missing freespace reporting for realtime on Linux, and for project quotas.  Allows all current and future XFS quota functionality to be exposed without complicating the standard quota tools.
Merge of master-melb:xfs-cmds:22274a by kenmcd.
17 files changed:
quota/Makefile [new file with mode: 0644]
quota/darwin.c [new file with mode: 0644]
quota/edit.c [new file with mode: 0644]
quota/free.c [new file with mode: 0644]
quota/freebsd.c [new file with mode: 0644]
quota/init.c [new file with mode: 0644]
quota/init.h [new file with mode: 0644]
quota/irix.c [new file with mode: 0644]
quota/linux.c [new file with mode: 0644]
quota/path.c [new file with mode: 0644]
quota/project.c [new file with mode: 0644]
quota/quot.c [new file with mode: 0644]
quota/quota.c [new file with mode: 0644]
quota/quota.h [new file with mode: 0644]
quota/report.c [new file with mode: 0644]
quota/state.c [new file with mode: 0644]
quota/util.c [new file with mode: 0644]