summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ci.yml: use actions/checkout@v3 to switch to using Node 16Theodore Ts'o2023-01-301-7/+7
| * lib/uuid: remove unneeded Windows UUID workaroundEric Biggers2023-01-304-19/+0
| * lib/ext2fs: don't warn about lack of getmntent on WindowsEric Biggers2023-01-302-2/+1
| * ci.yml: ensure -Werror really gets used in all casesEric Biggers2023-01-301-14/+14
| * Change the xattr entry hash to use an unsighed char by defaultTheodore Ts'o2023-01-299-15/+102
| * debugfs: print the extended attribute's e_hash fieldTheodore Ts'o2023-01-281-2/+2
| * tests: clean up test namesTheodore Ts'o2023-01-2820-20/+13
| * e2fsck: double cast a pointer to suppress a bogus compiler warning in kfree()Theodore Ts'o2023-01-271-0/+10
| * e2fsck: use ext2_ino_t instead of ino_tTheodore Ts'o2023-01-273-11/+11
* | debugfs: fix a printf format compiler warning on 64-bit architecturesTheodore Ts'o2023-01-271-1/+2
* | misc/tune2fs: fix -Wunused-variable warnings in handle_fslabel()Eric Biggers2023-01-271-2/+3
* | misc/tune2fs: fix setting fsuuid::fsu_lenEric Biggers2023-01-271-1/+1
* | lib/ext2fs: remove unused variable in ext2fs_xattrs_read_inode()Eric Biggers2023-01-271-2/+0
* | Merge branch 'maint' into nextTheodore Ts'o2023-01-2790-877/+1294
|\ \ | |/
| * Add a configuration file for GitHub ActionsEric Biggers2023-01-271-0/+116
| * resize2fs: remove unused variable from adjust_superblock()Eric Biggers2023-01-271-4/+0
| * misc/util.c: enable MinGW alarm() when building for WindowsEric Biggers2023-01-272-2/+5
| * misc/mke2fs: fix a -Wunused-variable warning in PRS()Eric Biggers2023-01-271-4/+6
| * misc/mke2fs: fix Windows buildEric Biggers2023-01-273-12/+9
| * misc/mk_hugefiles: simplify get_partition_start()Eric Biggers2023-01-272-132/+10
| * misc/fuse2fs: avoid error-prone strncpy() patternEric Biggers2023-01-271-2/+3
| * misc/e4defrag: fix -Wstringop-truncation warningsEric Biggers2023-01-271-21/+9
| * misc/create_inode: simplify logic in scandir()Eric Biggers2023-01-271-16/+10
| * misc/create_inode: fix -Wunused-variable warnings in __populate_fs()Eric Biggers2023-01-271-4/+6
| * e2fsck: use real functions for kernel slab functionsEric Biggers2023-01-271-17/+45
| * lib/uuid: remove conflicting Windows implementation of gettimeofday()Eric Biggers2023-01-271-21/+0
| * lib/support: clean up definition of flags_arrayEric Biggers2023-01-271-30/+30
| * lib/support: remove unused label in get_devname()Eric Biggers2023-01-271-1/+0
| * lib/ss: fix 'make install' by creating man1dirEric Biggers2023-01-271-2/+3
| * lib/{ext2fs,support}: fix 32-bit Windows buildEric Biggers2023-01-273-9/+9
| * lib/ext2fs: fix a -Wpointer-sign warning in ext2fs_mmp_start()Eric Biggers2023-01-271-1/+1
| * lib/ext2fs: fix two compiler warnings in windows_io.cEric Biggers2023-01-271-11/+1
| * lib/ext2fs: fix a printf format specifier in file_test()Eric Biggers2023-01-271-1/+1
| * lib/ext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics()Eric Biggers2023-01-271-4/+2
| * lib/ext2fs: remove 32-bit x86 bitops assemblyEric Biggers2023-01-272-109/+2
| * lib/et: fix "unused variable" warnings when !HAVE_FCNTLEric Biggers2023-01-272-8/+5
| * lib/{e2p,ss}: remove manual declarations of errnoEric Biggers2023-01-277-11/+0
| * lib/e2p: fix a -Wunused-variable warning in getflags()Eric Biggers2023-01-271-1/+2
| * lib/blkid: suppress -Wstringop-truncation warning in blkid_strndup()Eric Biggers2023-01-271-0/+10
| * lib/blkid: suppress -Wunused-result warning in blkid_flush_cache()Eric Biggers2023-01-271-0/+8
| * lib/blkid: fix -Wunused-variable warning in blkid_get_dev_size()Eric Biggers2023-01-272-2/+1
| * lib/blkid: fix unaligned access to hfs_mdbEric Biggers2023-01-271-6/+4
| * lib/blkid: remove 32-bit x86 byteswap assemblyEric Biggers2023-01-271-43/+0
| * lib, misc: eliminate dependency on WinsockEric Biggers2023-01-276-12/+5
| * config/install-sh: update to latest versionEric Biggers2023-01-271-190/+493
| * configure: regenerateEric Biggers2023-01-272-52/+91
| * configure.ac: automatically add include/mingw/ headersEric Biggers2023-01-271-0/+16
| * configure.ac: disable tdb by default on WindowsEric Biggers2023-01-271-8/+24
| * configure.ac: only use Windows I/O manager on native WindowsEric Biggers2023-01-271-1/+1
| * mmp: fix wrong comparison in ext2fs_mmp_stoplihaoxiang (F)2023-01-261-1/+1