summaryrefslogtreecommitdiff
path: root/core/fs/ext2/ext2.c
Commit message (Expand)AuthorAgeFilesLines
* FSUUID for ext2 filesystemSerj Kalichev2014-03-131-1/+39
* 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: remove unmangle_nameH. Peter Anvin2010-02-281-1/+0
* ext2: use generic_getfssecsyslinux-4.00-pre28H. Peter Anvin2010-02-261-127/+19
* fs: cleanups: use PVT() macro for all filesystems; iso9660 cleanupsH. Peter Anvin2010-02-241-6/+6
* 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
* fs: move cache_init() into fs_init, to handle special needsH. Peter Anvin2010-02-161-0/+7
* cache: update the metadata cache designH. Peter Anvin2010-02-161-35/+35
* ext2: clean up types in the bmap functionsH. Peter Anvin2010-02-161-59/+60
* fs: centralize symlink handlingH. Peter Anvin2010-02-151-41/+11
* fs: reference-count inodes, fix generic loadconfigH. Peter Anvin2010-02-151-52/+45
* 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-101-73/+54
|\
| * core/fs: abstract filesystem, use cache for ext2 group descriptorsH. Peter Anvin2010-01-251-73/+52
| * 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-281-546/+302
|\
| * vfs: add the readdir stuff supportLiu Aleaxander2009-12-151-1/+36
| * 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-201-27/+16
| * 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-251-529/+275
| * 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-121-0/+818