summaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)AuthorFilesLines
2002-07-29link.c (ext2fs_link): When adding a new link to a directory,Theodore Ts'o2-3/+21
2002-07-23dirhash.c (ext2fs_dirhash): Fix bug which caused MD4Theodore Ts'o2-4/+12
2002-07-20Add support to e2fsck to reindex directories to use hash trees.Theodore Ts'o6-38/+120
2002-07-19dirhash.c (halfMD4Transform): Shift the hash by one bit,Theodore Ts'o2-1/+6
2002-07-14ext2fs.h, read_bb_file.c: Change private to priv_data, to avoidTheodore Ts'o3-7/+10
2002-07-14unix_io.c (unix_open): Only attempt the setrlimit workaround ifTheodore Ts'o2-3/+26
2002-07-09ext2_fs.h: Add superblock field for reserved group descriptors.Theodore Ts'o2-1/+5
2002-06-28bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu andTheodore Ts'o2-0/+25
2002-06-27ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined.Theodore Ts'o2-0/+13
2002-06-26Add support for the half-MD4 HTREE hash.Theodore Ts'o4-6/+144
2002-06-15Applied Andrew Morton's patch to support the dirsync option.Theodore Ts'o2-1/+6
2002-06-10Do sanity checking of the number of blocks and inodes in a group forAndreas Dilger4-21/+47
2002-06-09ext2_fs.h: Further minor cleanups of the header. ConsolidateAndreas Dilger2-21/+17
2002-05-23ext2_fs.h: Remove macros accessing u.ext2_sb field and useAndreas Dilger2-164/+65
2002-05-22Update to support the V2 Bestbits EA format.Theodore Ts'o2-2/+7
2002-05-17Fix up Andreas's 8k blocksize changes to fix a number of bugs, Theodore Ts'o1-2/+9
2002-05-16Add support for creating and checking 8192-byte blocksize filesystems.Andreas Dilger2-8/+9
2002-05-11Add a new command "bmap" to debugfs which calculates the logical->physical bl...Theodore Ts'o2-1/+7
2002-04-27ismounted.c (check_mntent_file, is_swap_device): Verify that theTheodore Ts'o2-55/+68
2002-03-12Fix stupid bug; dx_hack_hash was left-shifted by one in CPP macroTheodore Ts'o1-1/+1
2002-03-12dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): NewTheodore Ts'o3-30/+78
2002-03-11Add new function to the libext2fs library, ext2fs_dirhash, whichTheodore Ts'o5-0/+70
2002-03-08Update for 1.27 release.Theodore Ts'o1-0/+4
2002-03-07Fix various gcc -Wall complaints.Theodore Ts'o7-18/+16
2002-03-07Makefile.in (check): Use LD_LIBRARY_PATH to run test programs.Theodore Ts'o2-3/+8
2002-02-26Update Changelog messages to use tytso@mit.edu for all addresses Theodore Ts'o1-6/+6
2002-02-25Add initial support in debugfs for examining directory indexingTheodore Ts'o2-0/+36
2002-02-23unix_io.c (unix_open): Fix 2.4 resource limit workaround so thatTheodore Ts'o2-2/+18
2002-02-21ismounted.c (is_swap_device): Fix file descriptor/memory leak;Theodore Ts'o2-9/+20
2002-02-20Add new inode I/O abstraction interface which exports an inode asTheodore Ts'o8-26/+313
2002-02-12Lots of small random portability fixes to make e2fsprogs buildTheodore Ts'o4-1/+24
2002-02-03Fix bug where ext2fs_mkdir wasn't correctly bumping the number ofTheodore Ts'o4-2/+22
2002-02-03Update files for 1.26 release.Theodore Ts'o2-9/+17
2002-01-03Fix gcc -Wall nits.Theodore Ts'o1-1/+1
2002-01-03dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block):Theodore Ts'o12-94/+200
2001-12-24ismounted.c (is_swap_device): New function used byTheodore Ts'o3-1/+55
2001-12-24Fix broken Makefile dependencies.Theodore Ts'o1-8/+12
2001-12-24Mke2fs now creates the lost+found directory with 0700 permissions, Theodore Ts'o5-2/+13
2001-12-24ismounted.c (check_mntent_file): Stat all of the entries inTheodore Ts'o2-12/+34
2001-12-23Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the Theodore Ts'o6-15/+1093
2001-12-16Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogusTheodore Ts'o4-10/+10
2001-12-16Fix e2fsck's handling of external journals,and update journal Theodore Ts'o3-2/+7
2001-12-03unix_io.c (unix_open): Make sure the ulimit workaround worksTheodore Ts'o2-3/+9
2001-12-02Fixes necessary for e2fsprogs to work using the diet libc.Theodore Ts'o1-1/+2
2001-11-26unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels byTheodore Ts'o2-0/+28
2001-11-09mkjournal.c (ext2fs_add_journal_inode): When creating a .journalTheodore Ts'o2-1/+24
2001-11-05Define a new ext2 file attribute, EXT2_NOTAIL_FL,Theodore Ts'o2-2/+10
2001-09-20Update changelogs for 1.25 release.Theodore Ts'o1-0/+4
2001-09-14ismounted.c (check_mntent_file): We now validate the entry inTheodore Ts'o2-10/+57
2001-09-17ext2_ext_attr.h: Remove unneeded #include of <linux/config.h>Theodore Ts'o2-2/+6