Whamcloud - gitweb
create_inode: whitespace fixes
[tools/e2fsprogs.git] / misc /
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'oUpdate Makefile dependencies
2014-03-06 Theodore Ts'oMerge branch 'ry/mke2fs-populate' into next
2014-03-06 Robert Yangmke2fs.8.in: update the manual for the -d option
2014-03-06 Robert Yangmisc/create_inode.c: handle hardlinks
2014-03-06 Robert Yangmke2fs.c: add an option: -d root-directory
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...
2014-03-06 Theodore Ts'oMerge branch 'maint' into next
2014-03-06 Eryu Guanmke2fs: disable resize_inode feature if 64bit feature...
2014-03-04 Zheng Liumke2fs: enable inline_data feature on ext4dev filesystem
2014-03-04 Zheng Liumke2fs: add inline_data support in mke2fs
2014-03-04 Zheng Liulibext2fs: handle inline_data in block iterator function
2014-02-24 Theodore Ts'oMerge branch 'maint' into next
2014-02-23 Theodore Ts'oAdd coverage testing using gcov
2014-02-21 Theodore Ts'oMerge branch 'maint' into next
2014-02-21 Eric Sandeentune2fs: allow removal of dirty journal with two "...
2014-02-19 Baruch Siache4defrag: remove local sync_file_range and fallocate
2014-02-18 Andreas Dilgerbuild: fix LLVM compiler warnings
2014-02-12 Zheng Liuchattr: improve the description for 'j' option in manpage
2014-02-06 Theodore Ts'oMerge branch 'maint' into next
2014-02-06 Darrick J. Wongmke2fs: clean up kernel version tests
2014-02-06 Akira Fujitae2fsprogs: Disallow tune2fs enabling sparse_super with...
2014-02-06 Theodore Ts'omke2fs: minor bugfixes for mk_hugefiles
2014-02-05 Theodore Ts'oMerge branch 'maint' into next
2014-02-04 Theodore Ts'omke2fs: add support for hugefiles_align
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-30 Theodore Ts'oblkid: suppress Coverity warning
2014-01-30 Theodore Ts'oblkid: avoid potential integer overflow issues identifi...
2014-01-30 Theodore Ts'omke2fs: add make_hugefile feature
2014-01-30 Theodore Ts'omke2fs: allow metadata blocks to be at the beginning...
2014-01-30 Theodore Ts'oAdd support for new compat feature "sparse_super2"
2014-01-30 Theodore Ts'otune2fs, mke2fs: add the ability to control the locatio...
2014-01-30 Theodore Ts'omke2fs: optimize fix_cluster_bg_counts()
2014-01-13 Theodore Ts'oext4.5: remove duplicate .TP in man page
2014-01-11 Theodore Ts'otune2fs: add error checking to ext2fs_read_bitmaps...
2014-01-11 Theodore Ts'oMerge branch 'maint' into next
2014-01-11 Theodore Ts'oblkid: fix blkid -o list formatting with columns > 160
2014-01-11 Theodore Ts'oblkid: fix gcc -Wall nits
2014-01-11 Theodore Ts'omke2fs, tune2fs: remove unneeded access() call
2014-01-10 Theodore Ts'oMerge branch 'maint' into next
2014-01-09 Theodore Ts'oblkid: add fallthrough comment
2014-01-09 Theodore Ts'oMerge branch 'maint' into next
2014-01-09 Theodore Ts'obadblocks: print warning if set_o_direct() fails
2014-01-06 Theodore Ts'oMerge branch 'maint' into next
2014-01-06 Theodore Ts'oconfigure: fix --with-diet-libc
2014-01-06 Baruch Siache4defrag: choose the best available posix_fadvise variant
2014-01-05 Theodore Ts'oe2image: avoid potential divide by zero
2014-01-05 Theodore Ts'oe2image: eliminate division by zero
2014-01-05 Theodore Ts'oe2image: fix resource leak when running e2image -n
2014-01-05 jon ernste2image: mark strings for internationalization
2014-01-01 Theodore Ts'omke2fs: use [^]feature instead of just feature in the...
2013-12-31 Theodore Ts'omke2fs: add support to create the file system at an...
2013-12-30 Theodore Ts'oe2image: fix printf format type match
2013-12-29 Theodore Ts'oMerge branch 'maint' into next
2013-12-29 Theodore Ts'oe2freefrag: avoid integer overflow when reporting free...
2013-12-28 Theodore Ts'omke2fs: clarify documentation about bigalloc in the...
2013-12-28 Theodore Ts'omke2fs: clarify the description of the -I option in...
2013-12-27 Theodore Ts'oe2image: Clarify e2image's usage message
2013-12-27 Theodore Ts'oe2image: write progress information to stderr
2013-12-27 Theodore Ts'oe2image: clean up progress reporting
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-26 Theodore Ts'odumpe2fs: don't try to print the journal info when...
2013-12-26 Theodore Ts'oe2image: make sure all strings are marked for internati...
2013-12-26 Theodore Ts'oe2image: add -n option to show what blocks would have...
2013-12-26 Theodore Ts'oe2image: add -c option to optimize file system copying...
2013-12-26 Theodore Ts'oe2image: only skip writing zero blocks when writing...
2013-12-26 Theodore Ts'oe2image: clean up gcc -Wall and sparse nits
2013-12-26 Theodore Ts'oe2image: refactor calls to ext2fs_llseek()
2013-12-26 Phillip Susie2image: handle SIGINT safely
2013-12-26 Phillip Susie2image: add progress indicator
2013-12-26 Phillip Susie2image: perform in-place move
2013-12-25 Phillip Susie2image: add offset switches
2013-12-25 Theodore Ts'oAdd ext4 man page and update and clean up the other...
2013-12-25 Andreas Dilgermke2fs: further updates for mke2fs(8) man page
2013-12-25 Andreas Dilgerdebugfs, e2fsck: fix s_desc_size handling
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Uri Corine2fsprogs: mke2fs manpage updates
2013-12-16 Kazuya Miomke2fs: fix force option to create filesystem on mounte...
2013-12-16 Andreas Dilgerext2fs: quiet compiler warnings
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-12-16 Andreas Dilgerbuild: use long long for __u64 by default
2013-12-15 Theodore Ts'oMerge branch 'maint' into next
2013-12-15 Darrick J. Wongtune2fs: forbid changing uuid on an uninit_bg filesystem
2013-12-13 Darrick J. Wongmisc: use the checksum predicate function, not raw...
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wongdumpe2fs: check return values
2013-12-12 Darrick J. Wonge2image: check return value from check_if_mounted()
2013-12-12 Darrick J. Wonge4defrag: defensively check results of sysconf(_SC_PAGE...
2013-12-12 Darrick J. Wonge4defrag: don't crash if umounts the filesystem races...
2013-12-12 Darrick J. Wongmke2fs: don't leak memory (on error path)
2013-12-12 Darrick J. Wongmisc: don't leak file descriptors (on error paths)
next