summaryrefslogtreecommitdiff
path: root/core/include/fs.h
Commit message (Expand)AuthorAgeFilesLines
...
* core: add a direct 32-bit APIH. Peter Anvin2010-02-231-0/+1
* cache: update the metadata cache designH. Peter Anvin2010-02-161-2/+4
* fs: centralize symlink handlingH. Peter Anvin2010-02-151-1/+1
* fs: reference-count inodes, fix generic loadconfigH. Peter Anvin2010-02-151-1/+16
* config: allow a chdir at the time a new configuration file is loadedH. Peter Anvin2010-02-141-1/+4
* fs: move to a chdir()-based mechanism for managing cwdsyslinux-4.00-pre19H. Peter Anvin2010-02-131-14/+39
* fs: fix cwd setting for FAT/iso9660/extfssyslinux-4.00-pre18H. Peter Anvin2010-02-101-9/+2
* core/fs: abstract filesystem, use cache for ext2 group descriptorsH. Peter Anvin2010-01-251-8/+9
* core/fs: make it more explicit sector size is per filesystemH. Peter Anvin2010-01-251-4/+6
* fs.h: fix prototypeH. Peter Anvin2010-01-251-1/+1
* Merge commit 'liu/master' into fscH. Peter Anvin2009-12-281-10/+79
|\
| * vfs: add the readdir stuff supportLiu Aleaxander2009-12-151-1/+0
| * core: some cleanupsLiu Aleaxander2009-12-141-3/+1
| * ISOLINUX: applying the generic path-lookup to iso9660 fsLiu Aleaxander2009-12-141-0/+4
| * LDLINUX:vfat: Improve the fat fs relative path searchingLiu Aleaxander2009-12-101-2/+8
| * FS: add a new fs flag and do a better searchdir-checkLiu Aleaxander2009-11-201-1/+2
| * EXTLINUX: simplify the ext2_fs_init functionLiu Aleaxander2009-11-201-2/+2
| * core:fs: Use a much better union structure in file structureLiu Aleaxander2009-11-201-7/+12
| * Added a generic path_lookup method in vfsYuanhan Liu2009-10-251-8/+62
|/
* Core: get rid of passing com32sys_t structure as parameter in PModeLiu Aleaxander2009-08-311-1/+1
* Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-281-3/+3
* Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-281-1/+1
* Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-281-3/+5
* Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-271-0/+12
* core: use stpcpy() as generic_unmangle_name()H. Peter Anvin2009-08-121-1/+3
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-121-3/+19
* core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-111-6/+21
* Core: unmangle_name convertedLiu Aleaxander2009-08-081-1/+1
* Core:PXELINUX: try to merge pxelinuxLiu Aleaxander2009-08-061-1/+1
* Merge branch 'isolinux'Liu Aleaxander2009-06-231-4/+0
|\
| * Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander2009-06-211-4/+0
* | Core:EXTLINUX: applies the path from hpa to EXTLINUXLiu Aleaxander2009-06-201-38/+9
* | core: new diskio libraryLiu Aleaxander2009-06-161-4/+9
|/
* Core: make vfs do the workLiu Aleaxander2009-06-111-6/+11
* Core: add the skeleton fo VFS-like systemLiu Aleaxander2009-06-111-0/+76