index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-27
blkid: support .ko.gz in modules.dep parser
Karel Zak
1
-9
/
+8
2009-08-25
tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystems
Theodore Ts'o
1
-4
/
+16
2009-08-09
libext2fs: Treat uninitialized parts of bitmaps as unallocated
Theodore Ts'o
1
-2
/
+2
2009-07-22
libext2fs: Use blk_t instead of int in ext2fs_allocate_group_table
Theodore Ts'o
1
-1
/
+1
2009-07-19
libext2fs: Avoid creating unneeded new extents in ext2fs_extent_set_bmap()
Theodore Ts'o
1
-25
/
+93
2009-07-19
libext2fs: Improve debugging printf's in extent.c
Theodore Ts'o
1
-8
/
+51
2009-07-19
libext2fs: Fix regression in ext2fs_extent_set_bmap()
Theodore Ts'o
1
-4
/
+5
2009-07-18
libext2fs: fix memory leak in error path in ext2fs_block_iterate2()
Theodore Ts'o
1
-2
/
+4
2009-07-12
libext2fs: Fix minor gcc -Wall warnings
Theodore Ts'o
3
-10
/
+5
2009-07-11
Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS list
Theodore Ts'o
1
-1
/
+0
2009-07-10
libext2fs: Make ext2fs_extent_set_bmap() more robust against ENOSPC
Theodore Ts'o
1
-13
/
+33
2009-07-09
libext2fs: Add new function ext2fs_test_inode_bitmap_range()
Theodore Ts'o
2
-4
/
+114
2009-07-07
libext2fs: reset handle after inserting new extent
Eric Sandeen
1
-0
/
+4
2009-07-02
Add support for configure --enable-verbose-makecmds
Theodore Ts'o
12
-335
/
+335
2009-07-01
Fix Makefile dependencies for libcom_err
Theodore Ts'o
2
-13
/
+15
2009-06-30
libuuid: Don't run uuidd if it would fail due to permission problems
Theodore Ts'o
2
-2
/
+8
2009-06-29
libuuid, uuidd: Avoid infinite loop while reading from the socket fd
Theodore Ts'o
1
-3
/
+7
2009-06-29
libuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd
Theodore Ts'o
1
-1
/
+4
2009-06-29
libext2fs: ensure validate_entry doesn't read beyond blocksize
Nic Case
1
-3
/
+6
2009-06-21
Fix encoding for rec_len in directories for >= 64k blocksize file systems
Theodore Ts'o
5
-22
/
+82
2009-06-17
libext2fs: initialize large inodes for journal & resize
Eric Sandeen
2
-2
/
+2
2009-06-17
libext2fs: write only core inode in update_path()
Eric Sandeen
1
-7
/
+6
2009-06-15
libext2fs: Fix memory leak in the extents handling function
Theodore Ts'o
1
-1
/
+1
2009-05-30
Update lib/xt2fs/Makefile.in using "make depend"
Theodore Ts'o
1
-5
/
+0
2009-05-29
libext2fs: Move test code for csum.c inline instead of in a separate file
Theodore Ts'o
3
-135
/
+116
2009-05-29
libext2fs: Add an explicit error code for missing mtab file
Theodore Ts'o
2
-1
/
+4
2009-05-28
libext2fs: add ext2fs_extent_open2
number9652
4
-9
/
+24
2009-05-28
chattr: manpage tidyups
Eric Sandeen
1
-1
/
+1
2009-05-25
resize2fs: fix ENOSPC corruption case
Eric Sandeen
1
-5
/
+6
2009-05-17
blkid: Don't use a hard-coded path for /bin/rm in test_probe.in
Theodore Ts'o
1
-1
/
+1
2009-05-04
Add missing file: lib/ext2fs/fiemap.h
Theodore Ts'o
1
-0
/
+66
2009-05-02
blkid: use /sys/block/dm-<N>/dm/name
Karel Zak
1
-1
/
+29
2009-05-02
blkid: use /dev/mapper/<name> rather than /dev/dm-<N>
Karel Zak
1
-2
/
+11
2009-05-02
Avoid unneeded updates of block group descriptors in ext2fs_closefs()
Theodore Ts'o
1
-1
/
+2
2009-04-23
Update lib/ext2fs/Makefile.in using "make depend"
Theodore Ts'o
1
-3
/
+3
2009-04-23
libext2fs: read the block group descriptors more efficiently
Theodore Ts'o
1
-2
/
+18
2009-04-22
blkid: remove whole-disk entries from cache when partitions are found
Eric Sandeen
1
-0
/
+24
2009-04-22
libext2fs: Skip relative pathnames in /etc/mtab in ismounted.c
Theodore Ts'o
1
-0
/
+2
2009-04-22
libext2fs: Fix format string type warnings in alloc_stats.c
Theodore Ts'o
1
-3
/
+3
2009-04-22
libss: Fix warn_unused_result warnings from gcc
Theodore Ts'o
1
-1
/
+20
2009-04-22
libss: ss_execute_line: reflect any error codes from system() to the caller
Theodore Ts'o
1
-2
/
+6
2009-04-22
libcom_err: Declare prototypes for et_list_lock/unlock in com_err.h
Theodore Ts'o
1
-0
/
+4
2009-04-22
libe2p: Declare prototypes for the journal feature name functions in e2p.h
Theodore Ts'o
1
-0
/
+2
2009-04-15
libuuid: Close all file descriptors before running uuidd
Theodore Ts'o
1
-3
/
+36
2009-03-16
libext2fs: external journal devices should not cause ext2fs_open2 to fail
Theodore Ts'o
1
-4
/
+5
2009-03-08
libss: Avoid leak upon failed realloc in ss_add_request_table()
Jim Meyering
1
-3
/
+4
2009-03-08
libext2fs: don't leak strdup'd dev name in dosio.c upon error
Jim Meyering
1
-0
/
+3
2009-03-08
remove useless if-before-free tests
Jim Meyering
12
-67
/
+27
2009-03-08
blkid: Add fallback to ext4 for 2.6.29+ kernels if ext2 is not present
Theodore Ts'o
1
-0
/
+83
2009-03-06
blkid: recognize ext4(dev) without journal
Eric Sandeen
1
-10
/
+0
[next]