Age | Commit message (Expand) | Author | Files | Lines |
2011-10-06 | libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs | Theodore Ts'o | 1 | -1/+1 |
2011-09-18 | Shorten compile commands run by the build system | Theodore Ts'o | 1 | -0/+1 |
2011-09-16 | e2fsprogs: Fix some error cleanup path bugs | Eric Sandeen | 1 | -1/+1 |
2011-09-15 | e2fsprogs: Use punch hole as "discard" on regular files | Lukas Czerner | 1 | -8/+45 |
2011-09-15 | e2fsprogs: create open() and stat() helpers | Lukas Czerner | 1 | -7/+3 |
2011-07-07 | libext2fs: Fix gcc -Wall warnings | Theodore Ts'o | 1 | -2/+4 |
2011-06-11 | ext2fs: don't use O_DIRECT if not available | Andreas Dilger | 1 | -0/+2 |
2011-06-11 | misc: clean up compiler warnings | Andreas Dilger | 1 | -0/+2 |
2010-11-22 | e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_manager | Lukas Czerner | 1 | -1/+13 |
2010-11-22 | e2fsprogs: Add discard function into struct_io_manager | Lukas Czerner | 1 | -0/+31 |
2010-09-24 | ext2fs: Add Direct I/O support to the ext2fs library | Theodore Ts'o | 1 | -83/+137 |
2010-09-23 | libext2fs: Fix memory leak in the Unix I/O layer when changing block size | Theodore Ts'o | 1 | -0/+2 |
2010-05-17 | libe2p, libext2fs: Update file copyright permission states to match COPYING | Theodore Ts'o | 1 | -2/+2 |
2008-10-12 | unix_io: check for read-only devices when opening R/W | Eric Sandeen | 1 | -0/+25 |
2008-08-27 | Remove trailing whitespace for the entire source tree | Theodore Ts'o | 1 | -22/+22 |
2008-03-13 | Add {read,write}_blk64 to unix_io.c | Jose R. Santos | 1 | -7/+25 |
2007-08-03 | Add I/O statistics to e2fsck | Theodore Ts'o | 1 | -2/+25 |
2006-11-12 | Allow unix_io offsets greater than 2G | Theodore Ts'o | 1 | -2/+4 |
2006-09-12 | Fix signed vs unsigned printf format strings for block and inode numbers | Eric Sandeen | 1 | -4/+4 |
2006-03-18 | Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction | Theodore Ts'o | 1 | -0/+2 |
2004-11-30 | Add support for passing options to the io layer using the URL syntax. For | Theodore Ts'o | 1 | -9/+36 |
2004-03-30 | unix_io.c, pass1.c: | Matthias Andree | 1 | -2/+2 |
2004-03-30 | GNU/KFreeBSD portability fixes. (Addresses Debian Bug #239934) | Matthias Andree | 1 | -1/+3 |
2003-12-28 | Re-add FreeBSD support. | Matthias Andree | 1 | -4/+10 |
2003-12-07 | Fix gcc -Wall nitpicks | Theodore Ts'o | 1 | -15/+11 |
2003-08-01 | ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() | Theodore Ts'o | 1 | -12/+10 |
2003-05-13 | unix_io.c: Add #ifdef NO_IO_CACHE which disables all userspace | Theodore Ts'o | 1 | -0/+18 |
2003-04-18 | configure.in: Remove CYGWIN definition; we will use the | Theodore Ts'o | 1 | -3/+3 |
2003-04-13 | Add portability enhancements for Cygwin32 environment. | Theodore Ts'o | 1 | -3/+65 |
2003-01-22 | unix_io.c (unix_write_blk): Fix up GCC -Wall nits. | Theodore Ts'o | 1 | -2/+5 |
2002-11-09 | unix_io.c (find_cached_block, reuse_cache, unix_read_blk, | Theodore Ts'o | 1 | -43/+40 |
2002-11-09 | unix_io.c (find_cached_block): Fixed bug which caused some clean | Theodore Ts'o | 1 | -0/+1 |
2002-07-14 | unix_io.c (unix_open): Only attempt the setrlimit workaround if | Theodore Ts'o | 1 | -3/+17 |
2002-02-23 | unix_io.c (unix_open): Fix 2.4 resource limit workaround so that | Theodore Ts'o | 1 | -2/+12 |
2002-02-20 | Add new inode I/O abstraction interface which exports an inode as | Theodore Ts'o | 1 | -2/+2 |
2001-12-03 | unix_io.c (unix_open): Make sure the ulimit workaround works | Theodore Ts'o | 1 | -3/+3 |
2001-11-26 | unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by | Theodore Ts'o | 1 | -0/+20 |
2001-05-14 | Many files: | Theodore Ts'o | 1 | -5/+0 |
2001-01-11 | Many files: | Theodore Ts'o | 1 | -23/+23 |
2000-10-26 | Many files: | Theodore Ts'o | 1 | -1/+34 |
2000-10-18 | ChangeLog, ext2_io.h, unix_io.c: | Theodore Ts'o | 1 | -84/+314 |
2000-05-25 | ChangeLog, getsize.c, llseek.c, unix_io.c: | Theodore Ts'o | 1 | -1/+10 |
1998-02-20 | ChangeLog, getsize.c, ismounted.c, unix_io.c: | Theodore Ts'o | 1 | -0/+3 |
1998-01-19 | Many files: | Theodore Ts'o | 1 | -0/+4 |
1997-12-01 | Many files: | Theodore Ts'o | 1 | -3/+2 |
1997-10-26 | Many files: | Theodore Ts'o | 1 | -30/+29 |
1997-10-25 | Many files: | Theodore Ts'o | 1 | -8/+5 |
1997-10-20 | Many files: | Theodore Ts'o | 1 | -1/+1 |
1997-10-19 | Many files: | Theodore Ts'o | 1 | -0/+4 |
1997-08-10 | Many files: | Theodore Ts'o | 1 | -0/+2 |