quota: Implement quota format with 64-bit space and inode limits
authorJan Kara <jack@suse.cz>
Mon, 16 Nov 2009 17:09:47 +0000 (18:09 +0100)
committerJan Kara <jack@suse.cz>
Thu, 10 Dec 2009 14:02:54 +0000 (15:02 +0100)
commit498c60153ebb8889d8944591383c5c12af1127d4
treecda08502f8aac382fa46893da3c1c1db116c7164
parent30673930051e5203d0b826b8b8f2454cab453b94
quota: Implement quota format with 64-bit space and inode limits

So far the maximum quota space limit was 4TB. Apparently this isn't enough
for Lustre guys anymore. So implement new quota format which raises block
limits to 2^64 bytes. Also store number of inodes and inode limits in
64-bit variables as 2^32 files isn't that insanely high anymore.

The first version of the patch has been developed by Andrew Perepechko
<Andrew.Perepechko@Sun.COM>.

CC: Andrew.Perepechko@Sun.COM
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/Kconfig
fs/quota/quota_v2.c
fs/quota/quotaio_v2.h
include/linux/quota.h