summaryrefslogtreecommitdiff
path: root/core/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* FSUUID for ext2 filesystemSerj Kalichev2014-03-132-1/+40
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-131-0/+1
* Merge branch 'master' into elflinkMatt Fleming2012-10-241-0/+3
|\
| * ext2: add additional check to ext2 loaderFrediano Ziglio2012-10-101-0/+3
* | core: Fix ldlinux.c32 failing to load when not installed in "/"Matt Fleming2011-07-121-0/+1
* | core: change load_config() to open_config()H. Peter Anvin2011-05-271-1/+1
|/
* fs: get rid of enum inode_modeH. Peter Anvin2010-03-091-20/+7
* ext2: return the correct file types from readdir()H. Peter Anvin2010-03-061-5/+21
* core/fs: clean up, fix and improve the internal readdir() interfacesH. Peter Anvin2010-03-061-9/+4
* core: fs: get rid of the prev_extent memberH. Peter Anvin2010-02-282-6/+7
* core: remove unmangle_nameH. Peter Anvin2010-02-281-1/+0
* ext2: use generic_getfssecsyslinux-4.00-pre28H. Peter Anvin2010-02-263-150/+109
* fs: cleanups: use PVT() macro for all filesystems; iso9660 cleanupsH. Peter Anvin2010-02-243-14/+24
* core: fix double free of pathbuf, constify iget filename, fix iso9660H. Peter Anvin2010-02-241-3/+2
* 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