summaryrefslogtreecommitdiff
path: root/core/fs
Commit message (Expand)AuthorAgeFilesLines
* Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-202-4/+2
* elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-201-3/+0
* Merge branch 'master' into elflinkMatt Fleming2012-07-192-18/+21
|\
| * Correct initialization of the cache doubly-linked listsyslinux-4.06-pre11H. Peter Anvin2012-07-191-2/+2
| * fat: Make mangle behavior similar to the standard oneH. Peter Anvin2012-06-291-16/+19
* | Merge remote-tracking branch 'origin/master' into elflinkH. Peter Anvin2012-06-283-43/+85
|\ \ | |/
| * Actually keep track of the pathnames for all elementssyslinux-4.06-pre9H. Peter Anvin2012-06-283-81/+79
| * chdir: collapse /./ and /../ in path for conventional filesystemssyslinux-4.06-pre8H. Peter Anvin2012-06-281-6/+50
* | Merge branch 'elflink' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux ...H. Peter Anvin2012-06-271-1/+2
|\ \
| * | fs: Add .copy_super to struct fs_opsMatt Fleming2012-06-201-1/+2
* | | Merge remote-tracking branch 'origin/master' into elflinksyslinux-5.00-pre3H. Peter Anvin2012-06-121-1/+4
|\ \ \ | |/ / |/| / | |/
| * btrfs: Fix booting off a btrfs subvolume.Alexander E. Patrakov2012-06-041-1/+4
* | Merge remote-tracking branch 'mfleming/merge/elflink/master' into elflinkH. Peter Anvin2012-06-073-0/+1956
|\ \
| * \ Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-313-0/+1956
| |\ \ | | |/
| | * ntfs: check for index entry which has INDEX_ENTRY_END flag setPaulo Alcantara2012-02-112-2/+10
| | * ntfs: remove wrong checksPaulo Alcantara2012-02-111-48/+24
| | * ntfs: keep looking for attributes with the latest found MFT recordPaulo Alcantara2012-02-111-19/+47
| | * ntfs: MFT record may be changed when invoking ntfs_attr_lookup()Paulo Alcantara2012-02-111-16/+20
| | * ntfs: add missing field in ntfs_attr_list_entry structurePaulo Alcantara2012-02-112-6/+15
| | * ntfs: print function names on debug modePaulo Alcantara2012-02-111-0/+30
| | * ntfs: handle offsets when walking through attribute list's entriesPaulo Alcantara2012-02-112-17/+21
| | * ntfs: handle MFT records that contain $ATTRIBUTE_LIST attributePaulo Alcantara2012-02-112-33/+185
| | * ntfs: fix POSIX vs Win32 filename comparesPaulo Alcantara2012-02-111-10/+0
| | * ntfs: fix license headersPaulo Alcantara2012-02-113-3/+3
| | * ntfs: keep a state structure for ntfs_readdir() callersPaulo Alcantara2011-09-202-21/+45
| | * ntfs: cleanupsPaulo Alcantara2011-09-153-240/+116
| | * ntfs: Check for disk read error during FS probingShao Miller2011-09-111-1/+4
| | * ntfs: Deal with NTFS versions for MFT record lookupsShao Miller2011-09-112-13/+139
| | * ntfs: use a runlist for handling multiple data runsPaulo Alcantara2011-09-113-23/+128
| | * ntfs: don't start lookup from the same block in ntfs_mft_record_lookup()Paulo Alcantara2011-09-111-5/+9
| | * ntfs: fix ntfs_read()Paulo Alcantara2011-09-111-3/+4
| | * ntfs: and more fixes...Paulo Alcantara2011-09-112-45/+39
| | * ntfs: fix VCN calculation and the ntfs_readdir() functionPaulo Alcantara2011-09-112-21/+59
| | * ntfs: more bugfixesPaulo Alcantara2011-09-112-137/+231
| | * ntfs: fix ntfs_fs_init()Paulo Alcantara2011-09-111-13/+19
| | * ntfs: I think ntfs_readdir() is now fixedPaulo Alcantara2011-09-112-51/+77
| | * ntfs: fix ntfs_readdir()Paulo Alcantara2011-09-112-80/+166
| | * ntfs: mapping_chunk's length field must not be an uint8_t typePaulo Alcantara2011-09-111-2/+2
| | * ntfs: better way to check whether a MFT record is file or directoryPaulo Alcantara2011-09-112-40/+7
| | * ntfs: and more speed improvementsPaulo Alcantara2011-09-112-81/+63
| | * ntfs: fix ntfs_match_longname() and make index_lookup() fasterPaulo Alcantara2011-09-111-82/+49
| | * ntfs: make index_inode_setup() fasterPaulo Alcantara2011-09-111-16/+16
| | * ntfs: make ntfs_match_longname() fasterPaulo Alcantara2011-09-111-30/+5
| | * ntfs: more cleanupsPaulo Alcantara2011-09-111-21/+21
| | * ntfs: cleanupsPaulo Alcantara2011-09-112-56/+5
| | * ntfs: fix bug in parse_data_run()Paulo Alcantara2011-09-112-107/+79
| | * ntfs: it's working, partially... :-/Paulo Alcantara2011-09-111-120/+132
| | * ntfs: continue on its implementationPaulo Alcantara2011-09-112-111/+190
| | * ntfs: heh :-)Paulo Alcantara2011-09-072-94/+98
| | * ntfs: set block shift and size to their correct valuesPaulo Alcantara2011-09-071-15/+13