freebsd-skq/sys/fs/ext2fs
pfg 944d693f04 ext2fs|ufs:Unsign some values related to allocation.
When allocating memory through malloc(9), we always expect the amount of
memory requested to be unsigned as a negative value would either stand for
an error or an overflow.
Unsign some values, found when considering the use of mallocarray(9), to
avoid unnecessary casting. Also consider that indexes should be of
at least the same size/type as the upper limit they pretend to index.

MFC after:	2 weeks
2018-01-24 17:58:48 +00:00
..
ext2_acl.c SPDX: Complete license IDs for ext2fs. 2017-12-02 17:22:55 +00:00
ext2_acl.h SPDX: Complete license IDs for ext2fs. 2017-12-02 17:22:55 +00:00
ext2_alloc.c Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_balloc.c Add 64bit feature support. 2018-01-05 10:04:01 +00:00
ext2_bmap.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ext2_csum.c extfs: Remove unused variables. 2018-01-23 14:17:04 +00:00
ext2_dinode.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
ext2_dir.h Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_extattr.c Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_extattr.h Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_extents.c extfs: Remove unused variables. 2018-01-23 14:17:04 +00:00
ext2_extents.h Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_extern.h Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_hash.c Add 64bit feature support. 2018-01-05 10:04:01 +00:00
ext2_htree.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
ext2_inode_cnv.c Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_inode.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ext2_lookup.c ext2fs|ufs:Unsign some values related to allocation. 2018-01-24 17:58:48 +00:00
ext2_mount.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ext2_subr.c Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2_vfsops.c Revert r327781, r328093, r328056: 2018-01-24 16:44:57 +00:00
ext2_vnops.c Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
ext2fs.h Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
fs.h Add 64bit feature support. 2018-01-05 10:04:01 +00:00
htree.h Add metadata_csum feature support. 2018-01-14 20:46:39 +00:00
inode.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00