summaryrefslogtreecommitdiff
path: root/core/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* ext2: handle symlinks larger than a single blockH. Peter Anvin2010-02-161-5/+33
* ext2: a zero block number is actually legitH. Peter Anvin2010-02-161-4/+5
* ext2: drop any 64K limitH. Peter Anvin2010-02-161-6/+2
* ext2: fix confusion between logical and physical block numbersH. Peter Anvin2010-02-161-2/+2
* fs: move cache_init() into fs_init, to handle special needsH. Peter Anvin2010-02-161-0/+7
* ext2: fix bmap block number breakageH. Peter Anvin2010-02-161-12/+9
* cache: update the metadata cache designH. Peter Anvin2010-02-162-90/+76
* ext2: clean up types in the bmap functionsH. Peter Anvin2010-02-163-124/+123
* fs: centralize symlink handlingH. Peter Anvin2010-02-151-41/+11
* fs: reference-count inodes, fix generic loadconfigH. Peter Anvin2010-02-153-66/+54
* fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-131-17/+1
* fs: fix cwd setting for FAT/iso9660/extfssyslinux-4.00-pre18H. Peter Anvin2010-02-101-13/+4
* Merge branch 'fsc' into pathbasedH. Peter Anvin2010-02-103-85/+60
|\
| * core/fs: abstract filesystem, use cache for ext2 group descriptorsH. Peter Anvin2010-01-253-85/+58
| * core/fs: make it more explicit sector size is per filesystemH. Peter Anvin2010-01-251-0/+2
* | core: initial work on path-based cwd selectionH. Peter Anvin2010-01-061-3/+3
|/
* Merge commit 'liu/master' into fscH. Peter Anvin2009-12-283-554/+548
|\
| * vfs: add the readdir stuff supportLiu Aleaxander2009-12-152-6/+36
| * EXTLINUX: fix the complie errorLiu Aleaxander2009-12-151-2/+1
| * core: some cleanupsLiu Aleaxander2009-12-141-31/+29
| * FS: add a new fs flag and do a better searchdir-checkLiu Aleaxander2009-11-201-1/+1
| * EXTLINUX: simplify the ext2_fs_init functionLiu Aleaxander2009-11-202-45/+29
| * core:fs: Use a much better union structure in file structureLiu Aleaxander2009-11-201-7/+7
| * Added a generic path_lookup method in vfsYuanhan Liu2009-10-253-537/+532
| * Last code cleanupYuanhan Liu2009-10-201-16/+3
* | btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7Alek Du2009-12-221-0/+3
|/
* core: booleanize the return value from *_load_config()syslinux-4.00-pre4H. Peter Anvin2009-08-301-1/+1
* Core: get rid of passing com32sys_t structure as parameter in PModeLiu Aleaxander2009-08-311-9/+8
* Core: code cleanLiu Aleaxander2009-08-161-51/+26
* core: use stpcpy() as generic_unmangle_name()H. Peter Anvin2009-08-121-1/+1
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-121-58/+2
* core: more filesystem-specific files into subdirectoriesH. Peter Anvin2009-08-122-0/+1070