Whamcloud - gitweb
e2fsck: return more status if fsck aborts
[tools/e2fsprogs.git] / lib /
2011-11-20 Niu Yaweilibext2fs: enforce a max nested link count in ext2fs_fi...
2011-11-19 Theodore Ts'odebugfs: add filefrag command
2011-11-19 Theodore Ts'odebugfs: add the freefrag command
2011-11-14 Theodore Ts'olibquota: log an error message if ext2fs_file_open...
2011-11-14 Niu Yaweilibquota: fix get_dq()
2011-11-14 Niulibquota: fix quota usage compute
2011-11-14 Niulibquota: quota file read support
2011-11-14 Aditya Kalilibquota: cleanup libquota code
2011-11-14 Theodore Ts'oMake quota support disabled by support
2011-11-12 Eric Sandeenlibext2fs: fix write size in ext2fs_mmp_write
2011-11-10 Theodore Ts'olibext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64...
2011-11-10 Eric Sandeenlibext2: advance group in ext2fs_open2 during swapping
2011-11-05 Theodore Ts'olibext2fs: don't leak tdb_null out of the shared librar...
2011-10-17 Theodore Ts'olibext2fs: allow ext2fs_get_memalign() to compile w...
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-10-09 Theodore Ts'oFix more spelling errors found by translators and add...
2011-10-06 Theodore Ts'olibext2fs: make ext2fs_open_file() always use 3 argumen...
2011-10-05 Theodore Ts'olibquota: remove flag argument to commit_dquot()
2011-10-05 Theodore Ts'olibcom_err: declare com_err_gettext to be static
2011-10-05 Theodore Ts'oUpdate for e2fsprogs 1.42-WIP-1005 release v1.42-WIP-1005
2011-10-05 Theodore Ts'olibcom_err: add set_com_err_gettext()
2011-10-05 Theodore Ts'ocompile_et: generate *_err.c files that have strings...
2011-10-04 Theodore Ts'olibquota: remove NLS support
2011-10-04 Theodore Ts'olibquota: use ext2_loff_t instead of loff_t
2011-10-04 Theodore Ts'olibquota: remove get_qf_name()
2011-10-04 Theodore Ts'olibquota: clean up some gcc -Wall warnings
2011-10-04 Theodore Ts'olibquota: remove get_qf_path()
2011-10-04 Theodore Ts'olibext2fs: fix bad cast which causes problems for file...
2011-10-04 Eric Sandeene2fsprogs: Fix thinko in ext2fs_initialize bigalloc...
2011-10-04 Theodore Ts'olibext2fs: move #include "ext2fs.h" from crc32c_defs...
2011-10-03 Theodore Ts'olibext2fs, libquota: fix some makefile dependency issues
2011-10-03 Eric Sandeene2fsprogs: include headers for open() in ext2fs.h
2011-10-01 Darrick J. Wonglibext2fs: Always swab the MMP block on big-endian...
2011-10-01 Darrick J. Wonglibext2fs: Fix various bugs from the metadata checksum...
2011-09-29 Theodore Ts'olibext2fs: use ext2fs byte swap functions for portability
2011-09-29 Theodore Ts'olibquota: use ext2fs byte swapping functions for portab...
2011-09-25 Andreas Dilgerext2fs: add multi-mount protection (INCOMPAT_MMP)
2011-09-24 Andreas Dilgermisc: quiet minor compiler errors
2011-09-24 Richard W.M. Joneslibext2fs: add flag to ext2fs_flush() and ext2fs_close...
2011-09-19 Theodore Ts'olibquota: only build a static library
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeenlibext2: Fix leaks in write_bitmaps on error returns
2011-09-16 Eric Sandeene2fsprogs: Fix some error cleanup path bugs
2011-09-16 Eric Sandeenlibe2p: reach unreachable code
2011-09-16 Eric Sandeene2fsprogs: annotate intentional fallthroughs in case...
2011-09-16 Eric Sandeenlibext2fs: Potential null ptr deref in undo_err_handler...
2011-09-16 Eric Sandeenlibext2: move buf variable completely under ifdef
2011-09-16 Eric Sandeenlibext2: Fix EXT2_LIB_SOFTSUPP masking
2011-09-16 Theodore Ts'olibext2s: fix swapfs.c so it builds on big endian systems
2011-09-16 Theodore Ts'olibquota: indicate in the ELF library image that it...
2011-09-16 Theodore Ts'odebugfs: add 64-bit support to the set_field commands
2011-09-16 Theodore Ts'olibext2fs: add metadata checksum and snapshot feature...
2011-09-16 Eric Sandeenlibext2fs: remove redundant last-group check in ext2fs_...
2011-09-16 Eric Sandeene2fsprogs: add ext2fs_group_blocks_count helper
2011-09-16 Theodore Ts'olibext2fs: fix size check in tst_inode_size
2011-09-16 Theodore Ts'oMerge branch 'maint' into next
2011-09-16 Lukas Czernere2fsprogs: Use punch hole as "discard" on regular files
2011-09-16 Lukas Czernere2fsprogs: create open() and stat() helpers
2011-09-16 Darrick J. Wonglibext2fs: Add crc32c implementation for metadata check...
2011-09-16 Amir Goldsteinlibext2fs: fix the range validation in bitmap_range2...
2011-09-15 Theodore Ts'olibext2fs: fix binary and source compatibility with...
2011-09-15 Theodore Ts'olibe2p: fix bug so that MNTOPT_ options can be successf...
2011-09-14 Theodore Ts'olibquota: fix "make install" so it works in with a...
2011-09-14 Theodore Ts'olibext2fs: add new test: tst_inode_size
2011-09-14 Yongqiang Yangresize2fs: add support for new in-kernel online resize...
2011-08-31 Aditya Kalie2fsck: add support for checking the built-in quota...
2011-08-31 Aditya Kalie2fsprogs: add quota library to e2fsprogs
2011-08-31 Theodore Ts'olibext2fs: fix binary search for the icount and badbloc...
2011-08-11 Eric Sandeenlibext2fs: copy cluster_bits in ext2fs_copy_generic_bmap
2011-07-10 Theodore Ts'olibext2fs: fix block iterator when the callback functio...
2011-07-09 Andreas Dilgermisc: use EXT2_I_SIZE() consistently to get size
2011-07-08 Theodore Ts'olibext2fs: don't hang in ext2fs_new_block2() on a full...
2011-07-08 Theodore Ts'olibext2fs: teach ext2fs_bmap2() about bigalloc
2011-07-07 Theodore Ts'olibext2fs: move ext2fs_bmap2()'s the extent handling...
2011-07-07 Theodore Ts'olibext2fs: teach ext2fs_block_alloc_stats2() about...
2011-07-07 Theodore Ts'olibext2fs: replace missing flexbg initialization in...
2011-07-07 Theodore Ts'olibext2fs: Fix gcc -Wall warnings
2011-07-06 Theodore Ts'olibext2fs: fix 64-bit support in ext2fs_bmap2()
2011-07-06 Theodore Ts'olibext2fs: fix 64-bit support in ext2fs_{read,write...
2011-07-05 Theodore Ts'oe2fsck, libext2fs: support for bigalloc file systems...
2011-06-20 Theodore Ts'olibext2fs: fix makefile dependency problem
2011-06-16 Theodore Ts'omke2fs, e2fsck: fix i_blocks handling for bigalloc...
2011-06-16 Theodore Ts'oFix superblock field s_blocks_count for bigalloc file...
2011-06-16 Andreas Dilgermisc: quiet "unused variable" compiler warnings
2011-06-16 Theodore Ts'olibext2fs: fix regression in ext2fs_new_block2() for...
2011-06-11 Theodore Ts'oMerge branch 'maint' into next
2011-06-11 Andreas Dilgerext2fs: fix error handling in ext2fs_add_dir_block
2011-06-11 Andreas Dilgermke2fs: skip zeroing journal blocks
2011-06-11 Andreas Dilgerext2fs: Handle internal journal over 2^32 bytes
2011-06-11 Andreas Dilgerext2fs: don't use O_DIRECT if not available
2011-06-11 Andreas Dilgermisc: fix compile warnings on OSX
2011-06-11 Andreas Dilgerext2fs: fix ext2fs_warn_bitmap32() return warning
2011-06-11 Andreas Dilgerext2fs: fix undeclared posix_memalign() warning
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2011-06-10 Theodore Ts'oe2fsck: add basic bigalloc support to check (but not...
2011-06-10 Theodore Ts'omke2fs: support creating bigalloc file systems
2011-06-10 Theodore Ts'olibext2fs: allocate clusters to files in expand_dir...
2011-06-10 Theodore Ts'olibext2fs: teach block allocation functions about bigal...
2011-06-10 Theodore Ts'olibext2fs: teach bitmap functions about bigalloc/cluster
2011-06-10 Theodore Ts'olibext2fs: create extent-based directories if the exten...
next