Whamcloud - gitweb
libext2fs: always refuse to open a file system with a zero s_desc_size
[tools/e2fsprogs.git] / lib / ext2fs / openfs.c
2024-04-04 Theodore Ts'olibext2fs: always refuse to open a file system with... maint
2023-02-01 Theodore Ts'olibext2fs: reject opening a file system where the block...
2022-09-13 Theodore Ts'olibext2fs: in ext2fs_open[2](), return an error if...
2022-08-09 Theodore Ts'olibext2fs: in ext2fs_open[2](), return an error if...
2022-08-06 Theodore Ts'olibext2fs: teach ext2fs_open() to reject file systems...
2022-08-06 Theodore Ts'olibext2fs: teach ext2fs_open() to reject file systems...
2021-01-21 Theodore Ts'olibext2fs: add threading support to the I/O manager...
2020-10-01 Theodore Ts'oMerge branch 'maint' into next
2020-05-18 Theodore Ts'olibext2fs: retry reading superblock on open when checks...
2019-12-27 Theodore Ts'olibext2fs: fix crash in ext2fs_open2() on Big Endian...
2019-10-22 Theodore Ts'oTeach ext2fs_open2() to honor the EXT2_FLAG_SUPER_ONLY...
2019-05-03 Theodore Ts'oRename the feature "fname_encoding" to be "casefold".
2019-04-29 Theodore Ts'olibext2fs: remove nls_* namespace contamination
2019-04-28 Gabriel Krisman... ext2fs: always attempt to load nls table when loading...
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-06-21 David AndersonAOSP: libext2fs: fix indentation whitespace
2018-06-21 Jin QianAOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicat...
2018-06-19 Jan Karaext2fs: don't check s_inodes_count with EXT2_FLAG_IGNOR...
2018-06-19 Jan Karalibext2fs: fix overflow when checking s_inodes_count...
2018-06-13 Theodore Ts'olibext2fs: allow file systems which have insane values...
2018-04-09 Lukas Czernere2image: fix metadata image handling on big endian...
2018-03-17 Kazuya Miolibext2fs: fix ext2fs_open2() error for meta_bg image...
2018-02-26 Jin QianAOSP: mke2fs, libext2fs: make filesystem image reproducible
2017-09-06 Theodore Ts'oe2fsck, libext2fs: add checks for insanely large file...
2017-07-23 Theodore Ts'olibext2fs: add stricter checks on the inode size in...
2017-07-17 Theodore Ts'olibext2fs: fix the s_log_block_size check in ext2fs_open()
2017-03-01 Alexey Lyashkovlibext2fs: readahead for meta_bg
2015-10-24 Darrick J. Wonglibext2fs: clean up feature test macros with predicate...
2014-09-11 Darrick J. Wonglibext2fs: report bad magic over bad sb checksum
2014-08-10 Theodore Ts'oMerge branch 'maint' into next
2014-08-10 Theodore Ts'olibext2fs: avoid buffer overflow if s_first_meta_bg...
2014-02-21 Theodore Ts'oMerge branch 'maint' into next
2014-02-21 Lukas CzernerSet pointer to NULL after ext2fs_free
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-11 Darrick J. Wonglibext2fs: don't always read backup group descriptors...
2014-01-11 Darrick J. Wonglibext2fs: detect correct superblock adjustments when...
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Theodore Ts'oMerge branch 'maint' into next
2013-12-02 Theodore Ts'olibext2fs: fix some memory leaks with image file handling
2013-12-02 Kit Westneatlibext2fs: set the fs block size to new_io in ext2fs_re...
2013-10-13 Theodore Ts'oMerge branch 'maint' into next
2013-10-12 Darrick J. Wonglibext2fs: openfs() musn't allow bigalloc without EXT2_...
2013-01-09 Theodore Ts'oMerge branch 'maint' into next
2013-01-09 Theodore Ts'olibext2fs: ext2fs_open2() should not set ret_fs after...
2013-01-01 Theodore Ts'oMerge branch 'maint' into next
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-08-03 Darrick J. Wonglibext2fs: block group checksum should use metadata_csu...
2012-08-03 Darrick J. Wonglibext2fs: record the checksum algorithm in use in...
2012-08-03 Darrick J. Wonglibext2fs: calculate and verify superblock checksums
2012-07-30 Darrick J. Wonglibext2fs: precompute FS UUID checksum seed
2012-07-30 Theodore Ts'olibext2fs: enforce the block group descriptor size...
2012-05-07 Theodore Ts'olibext2fs: factor out I/O buffer allocation
2012-03-22 Sami Liedeslibext2fs: document EXT2_FLAG_64BITS in ext2fs_open2()
2012-02-21 Theodore Ts'olibext2fs: don't mark the superblock as dirty if the...
2012-02-08 Andreas Dilgerlibext2fs: quiet spurious group checksum errors
2011-11-10 Eric Sandeenlibext2: advance group in ext2fs_open2 during swapping
2011-09-25 Andreas Dilgerext2fs: add multi-mount protection (INCOMPAT_MMP)
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeenlibext2: Fix EXT2_LIB_SOFTSUPP masking
2011-09-16 Theodore Ts'oMerge branch 'maint' into next
2011-09-15 Theodore Ts'olibext2fs: fix binary and source compatibility with...
2011-07-07 Theodore Ts'olibext2fs: Fix gcc -Wall warnings
2011-07-05 Theodore Ts'oe2fsck, libext2fs: support for bigalloc file systems...
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2011-06-05 Theodore Ts'oMerge branch 'maint' into next
2011-06-04 Theodore Ts'olibext2fs: change fs->clustersize to fs->cluster_ratio_bits
2011-06-04 Theodore Ts'olibext2fs: require cluster size == block_size when...
2011-02-28 Theodore Ts'oMerge branch 'maint' into next
2011-02-26 Theodore Ts'oAdd basic BIGALLOC support for cluster-based allocation
2010-09-25 Theodore Ts'oMerge branch 'maint' into next
2010-09-24 Theodore Ts'oext2fs: Optimize for Direct I/O
2010-09-24 Theodore Ts'oext2fs: Add Direct I/O support to the ext2fs library
2010-07-30 Theodore Ts'olibext2fs: fix obvious big-endian bugs introduced by...
2010-06-13 Valerie Aurora Hensonlibext2fs: More random 64-bit fixes, lots of block_iterate3
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-18 Theodore Ts'olibe2p, libext2fs: Update file copyright permission...
2009-10-26 Theodore Ts'olibext2fs: Byte-swap 64-bit block group descriptors
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-06-01 Jose R. SantosAdd 64-bit openfs interface
2009-04-23 Theodore Ts'olibext2fs: read the block group descriptors more effici...
2009-03-17 Theodore Ts'olibext2fs: external journal devices should not cause...
2009-01-20 Thiemo Nagelext2fs_open2: Add more checks for filesystem consistency
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-07-11 Manish Katiyarlibext2fs: Add stricter/earlier tests for blocksize...
2008-03-20 Jose R. SantosAdd uninit block group support to various libext2fs...
2008-03-18 Theodore Ts'oFix miscellaneous gcc -Wall warnings
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'olibext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()
2007-12-09 Theodore Ts'oMerge branch 'maint' into next
2007-12-06 Theodore Ts'olibext2fs: Add checks to prevent integer overflows...
2007-10-15 Valerie Clementlibext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK...
2007-10-14 Valerie Clementlibext2fs: use ext2fs_group_first_block() instead of...
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-09-07 Theodore Ts'oDon't crash if s_inode_size is zero
2007-08-11 Theodore Ts'oClean up libext2fs by byte swapping iff WORDS_BIGENDIAN
2007-06-18 Theodore Ts'oDon't write changes to the backup superblocks by default
next