index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ext2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-08
Add support for EXT2_FEATURE_COMPAT_LAZY_BG
Theodore Ts'o
6
-5
/
+70
2006-04-23
Speed up mke2fs and e2fsck by writing bitmaps more efficiently
Theodore Ts'o
2
-78
/
+85
2006-04-09
Fix asm_types.h type conflicts
Theodore Ts'o
4
-21
/
+164
2006-04-04
Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive mode
Theodore Ts'o
2
-1
/
+10
2006-03-29
Fix the x86 asm constraints for ext2fs_set/clear_bit.
Theodore Ts'o
2
-2
/
+8
2006-03-25
Fix the i386 bitmap operations so they are 32-bit clean
Theodore Ts'o
4
-17
/
+190
2006-03-18
Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.
Theodore Ts'o
4
-5
/
+21
2006-03-18
Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction
Theodore Ts'o
3
-1
/
+8
2006-03-18
Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE
Theodore Ts'o
2
-3
/
+8
2006-03-17
Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()
Theodore Ts'o
2
-4
/
+9
2006-03-17
Add support for on-line resizing to resize2fs
Theodore Ts'o
2
-0
/
+22
2005-12-10
Address parallel build problem in the library Makefiles
Theodore Ts'o
2
-0
/
+8
2005-12-10
Fix various gcc -Wall complaints.
Theodore Ts'o
7
-12
/
+40
2005-12-10
Add ext2fs_read_bb_FILE test to confirm proper detection of invalid block #'s
Theodore Ts'o
2
-0
/
+70
2005-11-21
Fix gcc compilation on sparc architectures in bitops.h
Theodore Ts'o
2
-2
/
+8
2005-11-14
Add missing #include for string.h to ext2fs.h to fix GCC 4.01 complaints
Theodore Ts'o
2
-0
/
+6
2005-11-12
Fix writing external journals on big-endian machines
Theodore Ts'o
2
-16
/
+25
2005-09-24
Add fs->now to override time(0) in libext2fs
Theodore Ts'o
8
-9
/
+18
2005-09-06
Fix compiler warnings about missing memcpy prototypes.
Matthias Andree
2
-0
/
+5
2005-07-25
Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)
Theodore Ts'o
2
-6
/
+13
2005-07-19
Check for a busy device when creating a journal.
Theodore Ts'o
2
-0
/
+13
2005-07-09
This patch adds a check to use fstat or fstat64 in getsize.c if the
Andreas Dilger
2
-17
/
+38
2005-06-30
Update for e2fsprogs 1.38 release.
Theodore Ts'o
1
-0
/
+4
2005-06-30
Change the function prototypes of ext2fs_set_bit, ext2fs_clear_bit, and
Theodore Ts'o
3
-12
/
+21
2005-06-27
ext2fs_resize_mem() is suffering from C99 strict type aliasing problems.
Stephen Tweedie
2
-3
/
+10
2005-06-19
getsectsize.c (BLKSSZGET): Clean up test for when to manually
Theodore Ts'o
2
-1
/
+6
2005-06-05
On Linux 2.6 systems, mke2fs and badblocks will check to see whether
Theodore Ts'o
3
-14
/
+41
2005-05-08
Fix bug in the secure getenv function so that the ss library will corrently
Theodore Ts'o
2
-2
/
+7
2005-05-06
Update "make depend" information. Fixes SMP parallel build problem.
Theodore Ts'o
1
-4
/
+9
2005-04-16
Fix typo so that we actually ignore environment variables when gid != egid.
Theodore Ts'o
1
-1
/
+1
2005-04-09
Add missing return values in error return cases in the ext2fs library.
Theodore Ts'o
3
-3
/
+9
2005-04-06
Add paranoia checks into the blkid, ext2fs, and ss libraries to ignore
Theodore Ts'o
2
-5
/
+40
2005-03-21
Update for the e2fsprogs 1.37 release.
Theodore Ts'o
1
-0
/
+4
2005-03-21
Integrate code from Alex Thomas at Clusterfs to check extended attributes
Theodore Ts'o
2
-0
/
+10
2005-03-21
Fix mke2fs so that it writes the root directory
Theodore Ts'o
2
-2
/
+7
2005-03-20
Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create
Theodore Ts'o
4
-1
/
+39
2005-03-20
Enhance debugfs's stat command so it can dump extended attributes
Theodore Ts'o
1
-0
/
+3
2005-03-18
Fix clean target to remove tst_getsectsize.
Theodore Ts'o
2
-3
/
+5
2005-03-18
getsize.c (ext2fs_get_device_size): Check to see if the number
Theodore Ts'o
2
-1
/
+12
2005-02-05
Update for release of e2fsprogs 1.36.
Theodore Ts'o
1
-0
/
+4
2005-02-05
Remove *.pc files on a "make distclean"
Theodore Ts'o
2
-2
/
+6
2005-02-04
Makefile.in (clean): Remove tst_getsize when doing a make clean
Theodore Ts'o
2
-2
/
+6
2005-02-03
Drop the sparc assembly bitwise operations; it's less efficient
Theodore Ts'o
3
-121
/
+12
2005-01-27
Create the resize inode is created even if the s_reserved_gdt_blocks is
Theodore Ts'o
2
-2
/
+5
2005-01-26
Add pkg-config files to e2fsprogs's libraries.
Theodore Ts'o
3
-4
/
+28
2005-01-25
Add library support for large (EA in inode) inodes. Make sure that garbage
Theodore Ts'o
6
-132
/
+310
2005-01-19
Makefile.in: Fix the kernel compile-time echo commands to be
Theodore Ts'o
2
-9
/
+14
2005-01-07
Ex2fs_unlink() will return an error if both the name and inode number are
Theodore Ts'o
2
-9
/
+37
2005-01-06
Update version to 1.36-rc1, and change parsing algorithm for version strings
Theodore Ts'o
2
-1
/
+9
2005-01-06
Fix resize inode handling on big endian systems, by adding new routines
Theodore Ts'o
6
-85
/
+107
[next]