History log of /external/e2fsprogs/lib/support/quotaio.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a701823a31505c5765d327d02bb14aa43fc34ae5 29-May-2016 Theodore Ts'o <tytso@mit.edu> libsupport: fix gcc -Wall nits

Also add better error checking to mke2fs and e2fsck's calls to quota
functions in libsupport.a.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/support/quotaio.c
82e48fb1637a2b6d4d789516eae57d27fefb605e 18-Mar-2016 Theodore Ts'o <tytso@mit.edu> Fix various clang and gcc -Wall warnings

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/support/quotaio.c
080e09b46ff1f6b00b26231868002e781e98adf2 01-Mar-2016 Li Xi <pkuelelixi@gmail.com> Add project quota support

This patch adds project quota support. An new quota type PRJQUOTA(2)
is added. EXT4_PRJ_QUOTA_INO(11) is reserved for project quota inode.
The super block reservers an field s_prj_quota_inum for saving
project quota inode. And each inode adds an internal field i_projid
for saving its project ID.

Signed-off-by: Li Xi <lixi@ddn.com>
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/support/quotaio.c
2d2d799c72610f4d9b4910e7f1516f11288e1cf1 12-Jan-2016 Li Xi <pkuelelixi@gmail.com> Clean up codes for adding new quota type

Project quota related fields are reserved in Linux kernel.
As a preparation for it, this patch cleans up quota codes
of e2fsprogs so as to make it easier to add new quota type(s).

Signed-off-by: Li Xi <lixi@ddn.com>
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/support/quotaio.c
77b3e9871877fce9908b0696250787fd6ea61af9 24-Oct-2015 Darrick J. Wong <darrick.wong@oracle.com> libext2fs: clean up feature test macros with predicate functions

Create separate predicate functions to test/set/clear feature flags,
thereby replacing the wordy old macros. Furthermore, clean out the
places where we open-coded feature tests.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/support/quotaio.c
25f291c9b32d8017e6969c72a75e37d354c0570b 13-Jul-2015 Theodore Ts'o <tytso@mit.edu> Eliminate unused parameter warnings from Android build

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/support/quotaio.c
f34af41b72ed8ca29b4579a8967ced7b61924c71 12-Jul-2015 Theodore Ts'o <tytso@mit.edu> rename libquota.a to libsupport.a

We will be using libsupport.a for e2fsprogs's internal support
functions. It will contain the quota support functions, but we will
also be moving code such as profile.c and plausible.c to libsupport.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/support/quotaio.c