index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resize
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-20
resize2fs: treat EINVAL to mean the new resize ioctl does not exist
Theodore Ts'o
1
-1
/
+10
2011-10-16
libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag
Theodore Ts'o
1
-4
/
+5
2011-10-16
resize2fs: don't fail when shrinking an empty file system
Theodore Ts'o
1
-1
/
+1
2011-10-16
resize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't exist
Lukas Czerner
1
-1
/
+6
2011-10-09
Fix more spelling errors found by translators and add pluralization
Theodore Ts'o
1
-1
/
+2
2011-10-08
Fix spelling errors pointed out by translators
Theodore Ts'o
1
-1
/
+1
2011-10-06
libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs
Theodore Ts'o
1
-1
/
+1
2011-10-05
Pass the gettext() function to libcom_err
Theodore Ts'o
1
-0
/
+1
2011-10-03
resize2fs: fix on-line resizing
Theodore Ts'o
1
-4
/
+12
2011-09-18
Shorten compile commands run by the build system
Theodore Ts'o
6
-0
/
+6
2011-09-16
e2fsprogs: add ext2fs_group_blocks_count helper
Eric Sandeen
2
-18
/
+5
2011-09-15
e2fsprogs: create open() and stat() helpers
Lukas Czerner
1
-5
/
+1
2011-09-14
resize2fs: add support for new in-kernel online resize ioctl
Yongqiang Yang
1
-1
/
+18
2011-06-11
ext2fs: Handle internal journal over 2^32 bytes
Andreas Dilger
1
-0
/
+1
2011-01-07
resize2fs: fix computation of the real end of the bitmap to be 64-bit
Theodore Ts'o
1
-4
/
+4
2010-12-22
Merge branch 'maint' into next
Theodore Ts'o
1
-15
/
+0
2010-12-22
resize2fs: do not clear resize inode for 0 resvd blocks
Eric Sandeen
1
-15
/
+0
2010-12-20
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+8
2010-12-16
resize2fs: handle exactly-16T filesystems in resize2fs
Eric Sandeen
1
-3
/
+11
2010-12-13
Merge branch 'maint' into next
Theodore Ts'o
2
-4
/
+11
2010-11-26
resize2fs: Clarify error explaining on-line shrinking is not supported at all
Theodore Ts'o
1
-2
/
+1
2010-11-26
resize2fs.8.in: Document that resize2fs -p only works on offline resizes
Theodore Ts'o
1
-2
/
+2
2010-09-25
resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes
Theodore Ts'o
1
-0
/
+8
2010-07-19
Merge branch 'maint' into next
Theodore Ts'o
3
-4
/
+8
2010-07-19
resize2fs.8: Update man page to indicate ext4 supports on-line resize
Theodore Ts'o
1
-1
/
+1
2010-07-17
resize2fs: relax requirements for -P output a bit
Eric Sandeen
1
-2
/
+1
2010-07-05
e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault
Theodore Ts'o
1
-1
/
+6
2010-06-13
resize2fs: Fix up to be 64-bit block number safe
Valerie Aurora Henson
6
-111
/
+115
2010-06-07
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+8
2010-05-12
resize2fs: don't print minimum size if fs is not clean
Eric Sandeen
1
-0
/
+8
2010-02-10
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+4
2010-02-05
resize2fs: Fix fix uninit group test accessing invalid memory
Theodore Ts'o
1
-0
/
+4
2009-11-16
Merge branch 'maint' into next
Theodore Ts'o
1
-0
/
+4
2009-11-12
resize2fs: exit fix_sb_journal_backup early for external journal
Eric Sandeen
1
-0
/
+4
2009-10-25
Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2()
Theodore Ts'o
1
-1
/
+1
2009-10-25
Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()
Valerie Aurora Henson
1
-11
/
+11
2009-10-25
Convert to use block group accessor functions
Valerie Aurora Henson
3
-65
/
+60
2009-10-25
libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()
Theodore Ts'o
1
-8
/
+7
2009-10-25
libext2fs: clean up ext2fs_bg_flags_ interfaces
Eric Sandeen
1
-6
/
+5
2009-10-04
Merge branch 'maint' into next
Theodore Ts'o
1
-10
/
+19
2009-10-04
Don't use in-tree header files if using system uuid or blkid libraries
Theodore Ts'o
1
-10
/
+19
2009-09-07
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()
Valerie Aurora Henson
3
-57
/
+64
2009-09-07
Use ext2fs_file_acl_block() instead of using .i_file_acl directly
Valerie Aurora Henson
1
-3
/
+3
2009-09-07
resize2fs: fix minimum resize size calculation with flex_bg
Peng Tao
1
-3
/
+17
2009-09-07
resize2fs: calculate minimal fs size only once
Peng Tao
1
-1
/
+1
2009-09-07
Use accessor functions fields for bg_flags in the block group descriptors
Theodore Ts'o
1
-16
/
+16
2009-09-07
Convert to use io_channel_read_blk64() and io_channel_write_blk64()
Valerie Aurora Henson
1
-18
/
+18
2009-09-07
Merge branch 'maint' into next
Theodore Ts'o
2
-4
/
+18
2009-08-22
resize2fs: Move everything to new bitmap interface
Valerie Aurora Henson
1
-41
/
+41
2009-07-11
resize2fs: If resize2fs fails, tell the user to run e2fsck
Theodore Ts'o
2
-2
/
+12
[next]