Whamcloud - gitweb
mke2fs: fix a importing a directory with an ACL and inline data
[tools/e2fsprogs.git] / misc / create_inode.c
2021-02-09 Theodore Ts'omke2fs: fix a importing a directory with an ACL and...
2020-12-15 Antoine Tenartcreate_inode: set xattrs to the root directory as well
2020-10-01 Hongxu Jiamke2fs: fix up check for hardlinks always false if...
2020-03-07 Theodore Ts'omke2fs: fix permissions setting with "mke2fs -d /path...
2020-02-29 Andreas Dilgere2fsck: use proper types for variables
2019-12-20 Theodore Ts'omke2fs: fix "mke2fs -d /path/to/files" to support 32...
2019-03-05 Yoshitaka SetoAOSP: misc: use scandir with alphasort instead of readd...
2019-03-05 Chen Lin ZAOSP: Fix file offset overflow issue when file's size...
2019-02-11 Lukas Czernercreate_inode: fix potential memory leak in path_append()
2019-02-07 Ross Burtoncreate_inode: fix copying large files
2018-06-26 Theodore Ts'otests, mke2fs: add option to suppress xattr copying...
2018-06-26 Theodore Ts'odebugfs: fix mknod command on some 32-bit platforms...
2018-02-26 Jin QianAOSP: misc: fix resource leak in populate_fs
2018-02-26 Jin QianAOSP: build mke2fs for windows using android mingw...
2018-01-02 Theodore Ts'oMerge branch 'maint' into next
2018-01-02 Palmer Dabbeltmisc: rename copy_file_range to copy_file_chunk
2017-12-13 Theodore Ts'oMerge branch 'maint' into next
2017-12-13 Dmitry V. LevinFix compilation warnings about functions declared in...
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-05-24 Adrien SchildknechtAOSP: misc: add callbacks to populate_fs
2017-05-19 Mike Frysingerinclude sys/sysmacros.h as needed
2017-01-31 Artem BlagodarenkoDuring filesystem creation with -d option files copied...
2016-07-23 Matthias Andreelibext2fs: fix infinite loop if copying in an empty...
2016-05-30 Theodore Ts'oFix Android build warnings
2016-05-17 Theodore Ts'omisc: fix various Coverity warnings
2016-05-11 Theodore Ts'omisc: avoid PATH_MAX dependency in create_inode.c
2015-10-24 Darrick J. Wongmisc: clean up feature test macros with predicate functions
2015-07-13 Theodore Ts'oRemove dropped const warning and enable pread/pwrite...
2015-07-13 Theodore Ts'ocreate_inode: remove backup definition of __func__
2015-07-13 Theodore Ts'oEliminate unused parameter warnings from Android build
2015-07-13 Theodore Ts'oMove the check_plausibility() function from misc to...
2015-05-17 Theodore Ts'ocreate_inode: handle source symlinks with extended...
2015-05-05 Darrick J. Wongcopyin: fix error handling
2015-05-05 Darrick J. Wongcopy-in: for files, only iterate file blocks that are...
2015-05-05 Darrick J. Wongcopy-in: create hardlinks with the correct directory...
2014-12-03 Darrick J. Wonglibext2fs: refactor extent head creation
2014-09-19 Theodore Ts'ocreate_inode: don't indiscriminately #include "nls...
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-07-28 Ross Burtonmisc: copy extended attributes in populate_fs
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-05-27 Andreas Dilgermisc: fix compile warnings on master branch
2014-05-27 Darrick J. WongMisc coverity fixes
2014-05-27 Andreas Dilgermisc: fix create_inode warnings with LLVM
2014-05-27 Theodore Ts'oMerge branch 'maint' into next
2014-05-11 Darrick J. Wonglibext2fs: create sockets when populating filesystem
2014-05-11 Darrick J. Wongmisc: coverity fixes
2014-03-12 Theodore Ts'ocreate_inode: fix gcc -Wall complaints
2014-03-12 Darrick J. Wongcreate_inode: handle hard link inum mappings per popula...
2014-03-12 Darrick J. Wongcreate_inode: move debugfs internal state back to debugfs
2014-03-12 Darrick J. Wongcreate_inode: whitespace fixes
2014-03-12 Darrick J. Wongcreate_inode: minor cleanups
2014-03-12 Darrick J. Wongcreate_inode: clean up return mess in do_write_internal
2014-03-06 Theodore Ts'oMerge branch 'ry/mke2fs-populate' into next
2014-03-06 Robert Yangmisc/create_inode.c: handle hardlinks
2014-03-06 Robert Yangmisc/create_inode.c: set owner/mode/time for the inode
2014-03-06 Robert Yangmisc/create_inode.c: create directory
2014-03-06 Robert Yangmisc/create_inode.c: copy regular file
2014-03-06 Robert Yangmisc/create_inode.c: create symlink
2014-03-06 Robert Yangmisc/create_inode.c: create special file
2014-03-06 Robert Yangmisc/create_inode.c: copy files recursively
2014-03-06 Robert Yangmke2fs: add the ability to copy files from a given...