summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-02-25e2fsprogs: reserving code points for new ext4 quota featureAditya Kali6-3/+19
2011-02-20e2fsprogs: enable user namespace xattrs by defaultEric Sandeen1-0/+1
2011-02-20e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen1-15/+2
2011-02-20e2fsprogs: create com_err.h link in includedirEric Sandeen1-0/+1
2010-12-22libext2fs: Don't use the extended rec_len encoding for standard file systemsTheodore Ts'o1-1/+3
2010-12-16libext2fs: Fix compile bug on big-endian architecturesTheodore Ts'o1-1/+1
2010-12-16libext2fs: fix ref_offset callback with sparse files in ext2fs_block_iterate2()Theodore Ts'o1-1/+2
2010-12-16e2fsprogs: fix type-punning warningsEric Sandeen2-5/+8
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-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-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-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-05libss: add newer libreadline to dlopen pathEric Sandeen1-1/+1
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-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
2009-10-21libext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FLTheodore Ts'o1-27/+40
2009-10-04libext2fs: Always build file_io.cTheodore Ts'o1-2/+2
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o7-52/+40
2009-10-03blkid: Avoid a potentially error message when running "make clean"Theodore Ts'o1-1/+2
2009-09-08libext2fs: Add error table initialization to test programsTheodore Ts'o4-1/+6
2009-09-07libext2fs: Round up the bitmap size when allocating a new bitmapTheodore Ts'o1-0/+2
2009-08-27blkid: support .ko.gz in modules.dep parserKarel Zak1-9/+8
2009-08-25tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystemsTheodore Ts'o1-4/+16
2009-08-09libext2fs: Treat uninitialized parts of bitmaps as unallocatedTheodore Ts'o1-2/+2
2009-07-22libext2fs: Use blk_t instead of int in ext2fs_allocate_group_tableTheodore Ts'o1-1/+1
2009-07-19libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap()Theodore Ts'o1-25/+93
2009-07-19libext2fs: Improve debugging printf's in extent.cTheodore Ts'o1-8/+51
2009-07-19libext2fs: Fix regression in ext2fs_extent_set_bmap()Theodore Ts'o1-4/+5