Whamcloud - gitweb
debian: add support for DEB_BUILD_OPTIONS=parallel=N
[tools/e2fsprogs.git] / misc / fuse2fs.c
2024-04-26 Theodore Ts'oPrevent i_dtime from being mistaken for an inode number...
2024-04-25 Theodore Ts'oMerge https://github.com/steven676/e2fsprogs into next
2024-04-24 Theodore Ts'oFix various compiler -Wall warnings
2024-04-21 Theodore Ts'oMerge branch 'support-fuse3' of https://github.com...
2024-03-31 Andreas DilgerAdd post-2038 timestamp support to e2fsprogs
2023-12-20 Dave Dykstraadd libfuse3 support to fuse2fs
2023-11-23 Steven Luofuse2fs: respect requested mode in mkdir
2023-02-01 Matt Starkfuse2fs: support "fuse2fs -o offset=<bytes>"
2023-01-27 Eric Biggersmisc/fuse2fs: avoid error-prone strncpy() pattern
2021-01-21 Theodore Ts'oEnable threaded support for e2fsprogs' applications.
2020-03-07 Theodore Ts'oMerge branch 'maint' into next
2020-02-29 Andreas Dilgere2fsck: fix overflow if more than 4B inodes
2020-01-02 Theodore Ts'oMerge branch 'maint' into next
2020-01-01 Theodore Ts'oext2fs: add ext2fs_get_stat_i_blocks() function
2019-12-20 Theodore Ts'ofuse2fs: add support for 32-bit uids and gids
2019-08-19 Theodore Ts'ofuse2fs: add a norecovery option which suppresses journ...
2019-07-14 Theodore Ts'ofuse2fs: stop using the nonempty option by default
2018-10-16 Nicholas Clarkfuse2fs: add fakeroot option.
2018-10-16 Nicholas Clarkfuse2fs: fix fsname option in some cases
2018-07-15 Li DongyangFix compile error and warnings for old gcc versions
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2017-10-15 Theodore Ts'oMerge branch 'maint' into next
2017-10-15 Theodore Ts'omisc: clean up error handling for ext2fs_run_ext3_journal()
2017-07-24 Tahsin Erdoganlibext2fs: add ea_inode support to set xattr
2017-07-05 Tahsin ErdoganUse i_size to determine whether a symlink is a fast...
2017-07-05 Tahsin Erdoganfuse2fs: refuse to mount fs with ea_inode feature
2017-01-31 Theodore Ts'ofuse2fs: fix Coverity warnings
2016-06-03 Theodore Ts'omisc: fix gcc -Wall complaints
2016-04-25 Darrick J. Wongfuse2fs: delete unused variables
2016-04-15 Theodore Ts'oFix support for configure --enable-jbd-debug
2016-03-12 Theodore Ts'ofuse2fs: improve command-line parsing
2015-11-30 Darrick J. Wongfuse2fs: set inode's uid/gid when creating inode
2015-10-24 Darrick J. Wongmisc: clean up feature test macros with predicate functions
2015-07-13 Theodore Ts'omisc: cleanup gcc -Wall warnings
2015-06-11 Darrick J. Wongmisc: add fuse2fs, a FUSE server for e2fsprogs