index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-25
libext2fs: clean up ext2fs_bg_flags_ interfaces
Eric Sandeen
1
-1
/
+1
2009-10-24
Merge branch 'maint' into next
Theodore Ts'o
2
-6
/
+8
2009-10-24
tune2fs.8: Clarify tune2fs's -i option
Theodore Ts'o
1
-4
/
+6
2009-10-24
dumpe2fs: Fix usage message for -o superblock=<num> and -o blocksize=<num>
Theodore Ts'o
1
-2
/
+2
2009-10-04
Merge branch 'maint' into next
Theodore Ts'o
4
-46
/
+105
2009-10-04
mke2fs: get device topology values from blkid
Eric Sandeen
1
-0
/
+55
2009-10-04
Don't use in-tree header files if using system uuid or blkid libraries
Theodore Ts'o
1
-43
/
+49
2009-10-03
fix fd leak that causes fsck to fail with "too many open files"
Cristian RodrÃguez
1
-3
/
+0
2009-09-08
e2undo: Initialize com_err error tables for the ext2fs library
Theodore Ts'o
1
-0
/
+1
2009-09-07
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()
Valerie Aurora Henson
7
-71
/
+78
2009-09-07
Use ext2fs_file_acl_block() instead of using .i_file_acl directly
Valerie Aurora Henson
2
-6
/
+7
2009-09-07
mke2fs.8.in: Clarify flex_bg feature description
Theodore Ts'o
2
-27
/
+39
2009-09-07
tune2fs.8: Document the flex_bg file system option in the man page
Theodore Ts'o
1
-7
/
+11
2009-09-06
dumpe2fs: Print more information about the inline journal
Theodore Ts'o
1
-1
/
+43
2009-08-23
libext2fs: create generic numeric progress meters and use them
Valerie Aurora Henson
1
-70
/
+26
2009-09-07
Use accessor functions fields for bg_flags in the block group descriptors
Theodore Ts'o
2
-2
/
+2
2009-09-07
Convert to use io_channel_read_blk64() and io_channel_write_blk64()
Valerie Aurora Henson
5
-16
/
+16
2009-09-07
Merge branch 'maint' into next
Theodore Ts'o
5
-37
/
+95
2009-09-07
e4defrag: fix ppc build
Kyle McMartin
1
-0
/
+6
2009-08-23
e4defrag: Link with ext2fs library
Theodore Ts'o
1
-4
/
+4
2009-08-23
mke2fs.conf: Use the feature name "extent" instead of "extents"
Theodore Ts'o
1
-2
/
+2
2009-08-22
e2freefrag: Update manpage to include e2fsprogs version and release date
Theodore Ts'o
1
-1
/
+1
2009-08-22
Convert tune2fs, dumpe2fs, and e2image to the new bitmap interface
Valerie Aurora Henson
4
-26
/
+26
2009-08-20
tune2fs: handle bad blocks when resizing inodes
Aneesh Kumar K.V
1
-3
/
+14
2009-08-20
tune2fs: Handle fs meta-data blocks during inode resize
Aneesh Kumar K.V
1
-1
/
+84
2009-08-20
tune2fs: Make e2fsprogs handle ENOSPC better with inode resize
Aneesh Kumar K.V
1
-89
/
+32
2009-08-15
filefrag: don't print extent header on bmap fallback
Eric Sandeen
1
-5
/
+8
2009-08-15
filefrag: fix frag count in bmap case
Eric Sandeen
1
-0
/
+2
2009-08-15
filefrag: Add option to force use of the FIBMAP ioctl
Theodore Ts'o
2
-4
/
+13
2009-08-09
Add V=1 support when linking e2freefrag in misc/Makefile.in
Theodore Ts'o
1
-2
/
+2
2009-08-09
e2freefrag: Take into account the last free extent in the file system
Theodore Ts'o
1
-17
/
+30
2009-08-09
e2freefrag: Fix to work correctly for file systems with 1kb block sizes
Theodore Ts'o
1
-4
/
+8
2009-08-09
e2freefrag: Do not print chunk-related information by default
Theodore Ts'o
2
-19
/
+24
2009-08-09
e2freefrag: Clarify e2freefrag's messages
Theodore Ts'o
2
-11
/
+11
2009-08-09
e2freefrag: Initialize the ext2 error table
Theodore Ts'o
1
-0
/
+1
2009-08-05
Convert mke2fs to new bitmap interface
Valerie Aurora Henson
1
-4
/
+10
2009-08-22
Merge branch 'maint' into next
Theodore Ts'o
6
-117
/
+191
2009-08-22
Move declaration of FS_IOC_FIEMAP ioctl to fiemap.h
Theodore Ts'o
2
-2
/
+1
2009-08-01
Merge branch 'maint' into next
Theodore Ts'o
4
-4
/
+419
2009-07-27
e4defrag: remove a lot of cruft
Eric Sandeen
1
-81
/
+34
2009-07-24
e2freefrag: Improve output to include be more like xfs_db's freesp -s
Andreas Dilger
4
-30
/
+40
2009-07-22
e2freefrag: New program which displays how fragmented the free space is
Theodore Ts'o
4
-4
/
+409
2009-07-18
mke2fs: Add strings.h include for strcasecmp() declaration
Theodore Ts'o
1
-0
/
+1
2009-07-18
filefrag: fix it so it works in the bmap fallback case.
Eric Sandeen
1
-2
/
+0
2009-07-11
Fix miscellaneous gcc -Wall warnings in blkid and tune2fs
Theodore Ts'o
2
-2
/
+1
2009-07-11
filefrag: Restore "perfect" number of extents calculation for ext2/ext3
Theodore Ts'o
1
-8
/
+8
2009-07-02
filefrag: fix fm_start in filefrag_fiemap loop
Peng Tao
1
-2
/
+2
2009-07-02
remove bogus "-e" option from filefrag manpage
Peng Tao
1
-1
/
+1
2009-07-02
Add support for configure --enable-verbose-makecmds
Theodore Ts'o
1
-151
/
+151
2009-07-01
Fix Makefile dependencies for libcom_err
Theodore Ts'o
1
-6
/
+7
[next]