summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-09-24Merge branch 'maint' into nextTheodore Ts'o11-94/+192
2010-09-24libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branchTheodore Ts'o1-1/+1
2010-09-24ext2fs: Optimize for Direct I/OTheodore Ts'o3-8/+14
2010-09-24ext2fs: Add Direct I/O support to the ext2fs libraryTheodore Ts'o5-83/+144
2010-09-23libext2fs: Fix memory leak in the Unix I/O layer when changing block sizeTheodore Ts'o1-0/+2
2010-09-23ext2fs: add ext2fs_get_memalign() functionTheodore Ts'o1-1/+18
2010-09-18tune2fs, debugfs, libext2fs: Add support for ext4 default mount optionsTheodore Ts'o4-2/+14
2010-07-30libext2fs: fix obvious big-endian bugs introduced by 64-bit changesTheodore Ts'o2-5/+8
2010-07-30libext2fs: Add ext2fs_file_size_size2() and truncate the file if necessaryTheodore Ts'o2-8/+23
2010-07-22libext2fs: Add new function ext2fs_file_get_inode()Renzo Davoli2-0/+11
2010-07-22libext2fs: Add new function ext2fs_punch()Theodore Ts'o3-6/+356
2010-07-22libext2fs: Don't make a copy of the inode in ext2fs_extent_open2()Theodore Ts'o1-9/+4
2010-07-21libext2fs: Fix ext2fs_iblk_{add,sub}_blocks() when the i_blocks_hi is non-zeroTheodore Ts'o1-8/+9
2010-07-20tst_extents: Fix 64-bit bugs in do_goto_block()Theodore Ts'o1-6/+8
2010-07-19Merge branch 'maint' into nextTheodore Ts'o5-5/+191
2010-07-05Enhance tst_super_size so that it checks the superblock fields as wellTheodore Ts'o1-3/+116
2010-07-05Add superblock fields which track first and most recent fs errorsTheodore Ts'o2-1/+53
2010-06-24Fix Makefile dependencies for test programs in lib/ext2fsTheodore Ts'o1-1/+5
2010-06-24Add support for Next3 snapshot superblock fields to dumpe2fs and debugfsTheodore Ts'o2-0/+17
2010-06-13libext2fs: make fs->group_desc opaqueEric Sandeen2-182/+123
2010-06-13mke2fs: Fix up mke2fs to be able to make 64-bit file systemsJose R. Santos1-2/+4
2010-06-13libext2fs: More random 64-bit fixes, lots of block_iterate3Valerie Aurora Henson13-44/+50
2010-06-13libext2fs: Create 64-bit dblist functionsTheodore Ts'o5-51/+203
2010-06-13libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safeTheodore Ts'o2-18/+31
2010-06-07Merge branch 'maint' into nextTheodore Ts'o118-254/+383
2010-06-02Reserve feature flags and fields needed for the Next3 snapshot featureTheodore Ts'o1-1/+15
2010-06-02Reserve the EXT4_FEATURE_INCOMPAT_DIRDATA feature flagAndreas Dilger1-0/+1
2010-06-02Reserve the EXT4_INCOMPAT_EA_INODE feature flagAndreas Dilger1-0/+2
2010-05-31libext2fs: Remove #include of <linux/types.h> from fiemap.hTheodore Ts'o1-2/+0
2010-05-17mke2fs: account for physical as well as logical sector sizeTheodore Ts'o3-6/+44
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o105-226/+272
2010-05-17Always build namei.o so that building with "configure --disable-debugfs" worksTheodore Ts'o1-1/+2
2010-05-17Add configure options --enable-symlink-build and --enable-symlink-installTheodore Ts'o8-14/+23
2010-05-15libcom_err: Only output ^M when tty is in raw modeTheodore Ts'o2-4/+24
2010-03-15Merge branch 'maint' into nextTheodore Ts'o4-3/+23
2010-03-15libcom_err: Add support for Heimdal com_right_r function()Theodore Ts'o2-0/+17
2010-03-11ext2fs: Optimize extending an extent-mapped file using ext2fs_block_iterate2()Theodore Ts'o1-1/+3
2010-02-24e2fsck: don't complain about i_size for known blocks past EOFEric Sandeen1-2/+3
2010-02-15libext2fs: Fix byte swapping bugsTheodore Ts'o2-12/+36
2010-02-10Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2010-02-05libss: add newer libreadline to dlopen pathEric Sandeen1-1/+1
2010-01-31Merge branch 'maint' into nextTheodore Ts'o4-5/+12
2010-01-30libext2fs: Add some fail-safe checks to the 32-bit bitmap codeTheodore Ts'o3-1/+95
2009-11-30libext2fs: Improve flex_bg inode table placement algorithmTheodore Ts'o1-0/+2
2009-11-29debian: Fix FTBFS problem caused by texi2html changing its output locationTheodore Ts'o2-1/+9
2009-11-29libext2fs: Fix SET_BMAP bugs in ext2fs_bmap() and ext2fs_bmap2()Theodore Ts'o1-4/+1
2009-11-16Merge branch 'maint' into nextTheodore Ts'o3-2/+23
2009-11-13libext2fs: handle <=linux-2.6.19 bug in /proc/swapsKarel Zak1-1/+11
2009-11-12libext2fs: don't swap extent-based journal backupEric Sandeen1-1/+11
2009-11-12libss: initialize function pointer for readline_shutdown()Theodore Ts'o1-0/+1