summaryrefslogtreecommitdiff
path: root/core/include/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Actually keep track of the pathnames for all elementssyslinux-4.06-pre9H. Peter Anvin2012-06-281-0/+1
* diskio: fix name for secpercyl field, remove unused type fieldH. Peter Anvin2010-07-171-2/+0
* core: merge the configfile-searching code, isolinux generic namesH. Peter Anvin2010-07-021-0/+1
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-261-0/+3
* core, fs: handle .. resolution in the filesystem coreH. Peter Anvin2010-06-251-5/+3
* fs: get rid of enum inode_modeH. Peter Anvin2010-03-091-13/+0
* pxe: use an inode structure for pxesyslinux-4.00-pre36H. Peter Anvin2010-03-061-16/+2
* core/fs: clean up, fix and improve the internal readdir() interfacesH. Peter Anvin2010-03-061-2/+13
* Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-061-0/+4
* readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-041-0/+6
* fs: add no_next_extent() dummy functionH. Peter Anvin2010-02-281-0/+3
* core: fs: get rid of the prev_extent memberH. Peter Anvin2010-02-281-2/+2
* core: get rid of unmangle_name completelysyslinux-4.00-pre31H. Peter Anvin2010-02-281-2/+0
* core: remove unmangle_nameH. Peter Anvin2010-02-281-2/+0
* fat: use generic_getfssec(), fix generic_getfssec(), add dprintfH. Peter Anvin2010-02-261-1/+1
* fs: add generic getfssecH. Peter Anvin2010-02-261-2/+25
* core: fix double free of pathbuf, constify iget filename, fix iso9660H. Peter Anvin2010-02-241-1/+1
* 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
|/