summaryrefslogtreecommitdiff
path: root/lib/ext2fs/openfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-10libext2: advance group in ext2fs_open2 during swappingEric Sandeen1-2/+2
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger1-0/+16
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16libext2: Fix EXT2_LIB_SOFTSUPP maskingEric Sandeen1-2/+2
2011-09-16Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-09-15libext2fs: fix binary and source compatibility with the dump programTheodore Ts'o1-1/+1
2011-07-07libext2fs: Fix gcc -Wall warningsTheodore Ts'o1-1/+1
2011-07-05e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024Theodore Ts'o1-0/+2
2011-06-11misc: clean up compiler warningsAndreas Dilger1-1/+0
2011-06-04Merge branch 'maint' into nextTheodore Ts'o1-1/+13
2011-06-04libext2fs: change fs->clustersize to fs->cluster_ratio_bitsTheodore Ts'o1-1/+7
2011-06-04libext2fs: require cluster size == block_size when opening a !bigalloc fsTheodore Ts'o1-0/+6
2011-02-27Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-1/+1
2010-09-24Merge branch 'maint' into nextTheodore Ts'o1-1/+3
2010-09-24ext2fs: Optimize for Direct I/OTheodore Ts'o1-1/+1
2010-09-24ext2fs: Add Direct I/O support to the ext2fs libraryTheodore Ts'o1-0/+2
2010-07-30libext2fs: fix obvious big-endian bugs introduced by 64-bit changesTheodore Ts'o1-3/+5
2010-06-13libext2fs: More random 64-bit fixes, lots of block_iterate3Valerie Aurora Henson1-2/+2
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o1-2/+2
2009-10-25libext2fs: Byte-swap 64-bit block group descriptorsTheodore Ts'o1-4/+6
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-1/+1
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen1-2/+2
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-9/+9
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-5/+6
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-1/+1
2009-06-01Add 64-bit openfs interfaceJose R. Santos1-3/+9
2009-04-23libext2fs: read the block group descriptors more efficientlyTheodore Ts'o1-2/+18
2009-03-16libext2fs: external journal devices should not cause ext2fs_open2 to failTheodore Ts'o1-4/+5
2009-01-19ext2fs_open2: Add more checks for filesystem consistencyThiemo Nagel1-2/+13
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-15/+15
2008-07-11libext2fs: Add stricter/earlier tests for blocksize in ext2fs_open()Manish Katiyar1-2/+3
2008-03-20Add uninit block group support to various libext2fs functionsJose R. Santos1-0/+16
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o1-1/+4
2008-02-27Merge branch 'maint'Theodore Ts'o1-1/+5
2008-02-26libext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()Theodore Ts'o1-1/+5
2007-12-09Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2007-12-05libext2fs: Add checks to prevent integer overflows passed to malloc()Theodore Ts'o1-1/+1
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement1-2/+2
2007-10-14libext2fs: use ext2fs_group_first_block() instead of open-coded equivalentValerie Clement1-2/+1
2007-10-06Merge branch 'maint'Theodore Ts'o1-0/+4
2007-09-07Don't crash if s_inode_size is zeroTheodore Ts'o1-0/+4
2007-08-11Clean up libext2fs by byte swapping iff WORDS_BIGENDIANTheodore Ts'o1-12/+11
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o1-0/+2
2007-05-18Store the RAID stride value in the superblock and take advantage of itTheodore Ts'o1-0/+2
2006-11-12Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o1-4/+15
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o1-6/+5
2006-05-21Fix type warning problem with sizeof() in ext2fs_open2()Theodore Ts'o1-1/+1
2006-03-18Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.Theodore Ts'o1-4/+7