aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-20/+140
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-140/+20
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* Clean up sparse warningsTheodore Ts'o2013-12-161-1/+2
* ext2fs: quiet compiler warningsAndreas Dilger2013-12-151-0/+1
* libext2fs: zero block contents past EOF when setting sizeDarrick J. Wong2013-12-121-0/+50
* libext2fs: fail fileio write if we can't allocate a blockDarrick J. Wong2013-12-121-0/+14
* libext2fs: fileio should use 64bit io routinesDarrick J. Wong2013-12-121-5/+4
* libext2fs: don't allow ridiculously large logical block numbersDarrick J. Wong2013-12-121-0/+3
* libext2fs: fix tests that set LARGE_FILEDarrick J. Wong2013-12-121-1/+1
* libext2fs: fix off-by-one error in file truncationDarrick J. Wong2013-10-081-2/+2
* libext2fs: update i_size in ext2fs_file_write()Niu Yawei2013-10-081-0/+9
* e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+1
* libext2fs: set the large_file feature flag when setting i_size > 2GBDarrick J. Wong2013-10-071-0/+12
* libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs)Darrick J. Wong2012-02-171-0/+8
* libext2fs: when truncating file, punch out blocks at endDarrick J. Wong2012-02-171-1/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2011-07-081-2/+1
* misc: clean up compiler warningsAndreas Dilger2011-06-111-1/+1
* libext2fs: Add ext2fs_file_size_size2() and truncate the file if necessaryTheodore Ts'o2010-07-301-8/+22
* libext2fs: Add new function ext2fs_file_get_inode()Renzo Davoli2010-07-221-0/+10
* Merge branch 'maint' into nextTheodore Ts'o2010-06-071-2/+2
|\
| * libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o2010-05-171-2/+2
* | Use blk64_t for blocks in struct ext2_fileJose R. Santos2009-06-011-6/+6
|/
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-17/+17
* libext2fs: Add checks to prevent integer overflows passed to malloc()Theodore Ts'o2007-12-051-1/+1
* Add support for backing up the journal inode location in the Theodore Ts'o2003-08-211-9/+22
* ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o2003-08-011-6/+6
* fileio.c (ext2fs_file_lseek): Fix bug added when adding 64-bitTheodore Ts'o2003-03-101-1/+2
* Remove 32-bit limitations for debugfs's dump command and to the Theodore Ts'o2003-01-221-9/+39
* Fix various gcc -Wall complaints.Theodore Ts'o2002-03-071-1/+1
* Add new inode I/O abstraction interface which exports an inode asTheodore Ts'o2002-02-201-2/+2
* Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogusTheodore Ts'o2001-12-161-2/+0
* Many files:Theodore Ts'o2001-05-141-5/+0
* ChangeLog, fileio.c:Theodore Ts'o2001-05-051-91/+107
* Many files:Theodore Ts'o2001-01-111-2/+2
* ChangeLog, fileio.c:Theodore Ts'o1999-05-291-4/+1
* Many files:Theodore Ts'o1998-09-031-1/+1
* Many files:Theodore Ts'o1998-03-231-2/+2
* Many files:Theodore Ts'o1998-01-191-2/+6
* Many files:Theodore Ts'o1997-12-011-1/+0
* ChangeLog, bitops.c, ext2fs.h, fileio.c:Theodore Ts'o1997-11-031-4/+44
* Many files:Theodore Ts'o1997-10-311-2/+2
* Many files:Theodore Ts'o1997-10-261-11/+9
* Many files:Theodore Ts'o1997-10-251-0/+287