Whamcloud - gitweb
tools/e2fsprogs.git
2025-06-04 Theodore Ts'omisc: define alternative errno if OS doesn't provide...
2025-06-03 Theodore Ts'odebian: add a Built-Using field to the e2fsck-static...
2025-06-03 Theodore Ts'odebian: remove physical address of the FSF from the...
2025-05-29 Theodore Ts'odebian: release 1.47.3~rc1-1 to experimental
2025-05-28 Theodore Ts'odebian: use 1.47.3~rc1 in libext2fs2t64.symbols instead...
2025-05-28 Theodore Ts'oUpdate release notes, etc., for the 1.47.3 release
2025-05-28 Theodore Ts'opo: add Georgian language from the Translation Project
2025-05-28 Мирослав Николићpo: update sr.po (from translationproject.org)
2025-05-28 Pedro Albuquerquepo: update pt.po (from translationproject.org)
2025-05-28 Benno Schulenbergpo: update nl.po (from translationproject.org)
2025-05-28 Sharuzzaman... po: update ms.po (from translationproject.org)
2025-05-28 Theodore Ts'outil: avoid potential buffer overruns caused by super...
2025-05-27 Theodore Ts'odebian: update libext2fs2t64.symbols with shared librar...
2025-05-27 Theodore Ts'oUpdate Makefile.in files using "make depend"
2025-05-27 Theodore Ts'o.gitignore: add files generated by "make depend"
2025-05-27 Theodore Ts'oMerge branch 'fix-fuse' of github.com:allisonkarlitskay...
2025-05-26 Theodore Ts'ocreate_inode: fix 32-bit -Werror=pointer-to-int-cast...
2025-05-26 Theodore Ts'odebugfs: return after printing the usage message in...
2025-05-26 Allison Karlitskayafuse2fs: fix old libfuse compatibility issue
2025-05-26 Theodore Ts'omisc: remove unused retry label
2025-05-26 Theodore Ts'oe2fsck: add error checking for sysconf(3) in get_memory...
2025-05-26 Theodore Ts'omke2fs: add range checks for -E desc_size
2025-05-26 Theodore Ts'oe2freefrag: require that the chunksize must be greater...
2025-05-26 Theodore Ts'olibe2p: avoid potential integer overflow in interate_on...
2025-05-26 Super Usere4defrag: fix memory leak
2025-05-26 Theodore Ts'oe2fsck: fix e2fsck -E unshare_blocks when there are...
2025-05-26 Theodore Ts'olibext2fs: fix Coverity type warnings from ext2fs_inode...
2025-05-25 Theodore Ts'omke2fs: propagate some chattr flags into the fs image...
2025-05-25 Theodore Ts'olibext2fs: add new function ext2fs_mkdir2()
2025-05-25 Theodore Ts'olibext2fs: fix ext2fs_link() for EXT2FS_LINK_APPEND...
2025-05-25 Theodore Ts'oAdd a support for new flag (EXT2FS_LINK_EXPAND) for...
2025-05-24 Allison Karlitskayamke2fs: disallow -O verity without extents
2025-05-24 Theodore Ts'omke2fs: add support for copying signature blobs in...
2025-05-24 Allison Karlitskayamke2fs: enable copying of fs-verity metadata
2025-05-23 Allison Karlitskayamke2fs: factor out 'write_all()' functionality
2025-05-23 Allison Karlitskayamke2fs: modify the fallback path for copying data
2025-05-23 Theodore Ts'odebugfs: abort reading a file on failure when dumping...
2025-05-23 Darrick J.... fuse2fs: implement blocksize converters
2025-05-23 Darrick J.... fuse2fs: replace ext2fs_{read,write}_inode with fuse2fs...
2025-05-23 Darrick J.... fuse2fs: clean up open-coded ext2_inode_large -> ext2_i...
2025-05-23 Darrick J.... fuse2fs: fix group membership checking in op_chmod
2025-05-23 Darrick J.... fuse2fs: propagate default ACLs to new children
2025-05-23 Darrick J.... fuse2fs: also ignore the nodelalloc mount option
2025-05-23 Darrick J.... fuse2fs: fix post-EOF preallocation clearing on truncation
2025-05-23 Darrick J.... fuse2fs: fix removing ea inodes when freeing a file
2025-05-23 Darrick J.... fuse2fs: simplify reading and writing inodes
2025-05-23 Darrick J.... fuse2fs: fix return value handling
2025-05-23 Darrick J.... fuse2fs: check for supported xattr name prefixes
2025-05-23 Darrick J.... fuse2fs: fix fallocate zero range
2025-05-23 Darrick J.... fuse2fs: decode fuse_main error codes
2025-05-23 Darrick J.... fuse2fs: implement O_APPEND correctly
2025-05-23 Darrick J.... fuse2fs: check the immutable flag in more places
2025-05-23 Darrick J.... fuse2fs: return EPERM for write access to EXT2_IMMUTABL...
2025-05-23 Darrick J.... fuse2fs: make bad magic numbers report a corruption...
2025-05-23 Darrick J.... fuse2fs: make internal state corruption a hard error
2025-05-23 Darrick J.... fuse2fs: make filesystem corruption a hard error
2025-05-23 Darrick J.... fuse2fs: rearrange check_inum_access parameters a bit
2025-05-23 Darrick J.... fuse2fs: implement O_TRUNC correctly
2025-05-23 Darrick J.... fuse2fs: make removexattr work correctly
2025-05-23 Darrick J.... fuse2fs: enable processing of acls in the kernel
2025-05-23 Darrick J.... fuse2fs: allow some control over acls
2025-05-23 Darrick J.... fuse2fs: fix CLI argument parsing leaks
2025-05-23 Darrick J.... fuse2fs: flip parameter order in __translate_error
2025-05-23 Darrick J.... fuse2fs: fix error return handling in op_truncate
2025-05-23 Darrick J.... fuse2fs: support XATTR_CREATE/REPLACE in setxattr
2025-05-23 Darrick J.... fuse2fs: compact all the boolean flags in struct fuse2fs
2025-05-23 Darrick J.... fuse2fs: fix cache size parsing
2025-05-23 Darrick J.... fuse2fs: clean up error messages
2025-05-23 Darrick J.... libext2fs: fix livelock in the unix io manager
2025-05-23 Darrick J.... libext2fs: fix unix io manager invalidation
2025-05-23 Theodore Ts'ofuse2fs: fix portability issues when compiling on MacOS
2025-05-22 Theodore Ts'oe2fsck: fix int vs ssize_t warnings from Coverity
2025-05-22 Theodore Ts'outil: fix potential OOB write in the symlinks build...
2025-05-22 Theodore Ts'olibext2fs: fix error paths after alocation failures
2025-05-21 Theodore Ts'oFix signed/unsigned compiler warnings
2025-05-21 Theodore Ts'omisc: link filefrag with the ext2fs library
2025-05-21 Theodore Ts'olibext2fs: add missing function prototypes for new...
2025-05-21 Theodore Ts'ocreate_inode: fix build failure when libarchive is...
2025-05-21 Theodore Ts'omke2fs: call create_inode's populate_fs3() requesting...
2025-05-21 Theodore Ts'ocreate_inode: pass no_copy_xattr via a flag instead...
2025-05-21 Theodore Ts'olibext2fs: add the EXT2FS_LINK_APPEND flag to ext2fs_link()
2025-05-21 Theodore Ts'omke2fs: don't set the raid stripe for non-rotational...
2025-05-21 Theodore Ts'olibext2fs: rename fls() to find_last_bit_set()
2025-05-21 Darrick J.... fuse2fs: allow setting of the cache size
2025-05-21 Darrick J.... fuse2fs: allow use of direct io for disk access
2025-05-21 Darrick J.... libext2fs: use hashing for cache lookups in unix IO...
2025-05-21 Darrick J.... libext2fs: make unix_io cache size configurable
2025-05-21 Darrick J.... fuse2fs: report cache hits and misses at unmount time
2025-05-21 Darrick J.... fuse2fs: delegate access control decisions to the kernel
2025-05-21 Darrick J.... fuse2fs: refactor sysadmin predicate
2025-05-21 Darrick J.... fuse2fs: report inode number and file type via readdir
2025-05-21 Darrick J.... fuse2fs: fix FITRIM validation
2025-05-21 Darrick J.... fuse2fs: disable renameat2
2025-05-21 Darrick J.... fuse2fs: report real inode numbers
2025-05-21 Darrick J.... fuse2fs: update new child timestamps during mkdir/symlink
2025-05-21 Darrick J.... fuse2fs: support changing newer iflags
2025-05-21 Darrick J.... fuse2fs: support getting and setting via struct fsxattr
2025-05-21 Darrick J.... fuse2fs: add supportable mount options from the kernel
2025-05-21 Darrick J.... fuse2fs: clamp timestamps that are being written to...
2025-05-21 Darrick J.... fuse2fs: report nanoseconds resolution through getattr
next