Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / lib / ext2fs / openfs.c
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
2007-05-19 Theodore Ts'oStore the RAID stride value in the superblock and take...
2006-11-13 Theodore Ts'oAllow debugfs and dumpe2fs to support fs features under...
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow problems by ext2fs_div_c...
2006-05-21 Theodore Ts'oFix type warning problem with sizeof() in ext2fs_open2()
2006-03-19 Theodore Ts'oAdd EXT2_FLAG_EXCLUSIVE to the ext2fs library.
2004-11-30 Theodore Ts'oAdd support for passing options to the io layer using...
2004-07-29 Theodore Ts'oAdd ability for debugfs to use a separate source of...
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2002-10-31 Theodore Ts'oopenfs.c (ext2fs_open): Fix bug which caused us to...
2002-10-20 Theodore Ts'oAdd support for the meta_blockgroup filesystem format.
2002-06-10 Andreas DilgerDo sanity checking of the number of blocks and inodes...
2001-12-24 Theodore Ts'oMke2fs now creates the lost+found directory with 0700...
2001-06-11 Theodore Ts'oChangeLog, Makefile.in, swapfs.c, unix.c:
2001-05-14 Theodore Ts'oMany files:
2001-05-13 Theodore Ts'oopenfs.c:
2001-05-03 Theodore Ts'oMany files:
2001-01-16 Theodore Ts'oChangeLog, ext2_err.et.in, ext2fs.h, initialize.c,...
2001-01-01 Theodore Ts'oMany files:
2000-10-26 Theodore Ts'oMany files:
1999-05-29 Theodore Ts'oChangeLog, openfs.c:
1998-01-19 Theodore Ts'oMany files:
1997-12-01 Theodore Ts'oMany files:
1997-10-31 Theodore Ts'oMany files:
1997-10-26 Theodore Ts'oMany files:
1997-10-25 Theodore Ts'oMany files:
1997-10-19 Theodore Ts'oMany files:
1997-08-24 Theodore Ts'oChangeLog, Makefile.in, initialize.c, .del-io.h~7268082...
1997-08-11 Theodore Ts'oMany files:
next