index
:
delta/syslinux.git
3.5x
3.6x
baserock/4.06-musl
baserock/genivi/morph
baserock/morph
baserock/pedroalvarez/gcc5
baserock/pedroalvarez/gcc6
baserock/pedroalvarez/glibc
baserock/rdale/musl
baserock/syslinux-4.06-gcc5-glibc2.20
baserock/syslinux-4.06-gcc7
baserock/tiagogomes/update-toolchain
bcopyint
broken1
btrfs
chainload
core32
corezlib
disklib
dynamic
dynamic-sector
elflink
ext4
firmware
for-3.72
fsc
gpxeiso
hashtbl
kkpxe
libinstaller_dos_wip
lua
lwip
master
memdisk-acpi
memdisk-iso
multifs
new-mboot
nocomapi
nolen
pathbased
rockridge
slzm
softres
syslinux-1.6x-1
syslinux-1.xx
syslinux-3.2x
syslinux-3.3m
syslinux-3.3x
syslinux-3.7x
syslinux-3.8x
syslinux-4.xx
syslinux-5.xx
thread
unify-pm
git.kernel.org: pub/scm/boot/syslinux/syslinux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: use better malloc; add low memory malloc; fix com32 exit
H. Peter Anvin
2010-02-23
1
-2
/
+2
*
pxe: clean up/fix generation of ipappend strings
H. Peter Anvin
2010-02-23
2
-34
/
+20
*
fs/pxe: drop the use of PKTBUF_SEG
H. Peter Anvin
2010-02-23
2
-28
/
+28
*
Merge branch 'pxefix' into pathbased
H. Peter Anvin
2010-02-23
1
-0
/
+4
|
\
|
*
pxe: set the block size in the fs structure
H. Peter Anvin
2010-02-23
1
-0
/
+4
*
|
core: add a direct 32-bit API
H. Peter Anvin
2010-02-23
1
-0
/
+21
*
|
pathbased:btrfs use iget interface and leverage general search routing
Alek Du
2010-02-23
2
-175
/
+81
|
/
*
core: rewrite loadhigh in C
H. Peter Anvin
2010-02-21
1
-0
/
+113
*
ext2: handle symlinks larger than a single block
H. Peter Anvin
2010-02-16
1
-5
/
+33
*
ext2: a zero block number is actually legit
H. Peter Anvin
2010-02-16
1
-4
/
+5
*
ext2: drop any 64K limit
H. Peter Anvin
2010-02-16
1
-6
/
+2
*
fs: move the disk cache into high memory
H. Peter Anvin
2010-02-16
1
-2
/
+3
*
ext2: fix confusion between logical and physical block numbers
H. Peter Anvin
2010-02-16
1
-2
/
+2
*
cache: fix cache initialization
H. Peter Anvin
2010-02-16
1
-14
/
+14
*
fs: move cache_init() into fs_init, to handle special needs
H. Peter Anvin
2010-02-16
4
-3
/
+26
*
ext2: fix bmap block number breakage
H. Peter Anvin
2010-02-16
1
-12
/
+9
*
cache: fix _get_cache_block() return, add lock_cache_block()
H. Peter Anvin
2010-02-16
1
-7
/
+22
*
cache: update the metadata cache design
H. Peter Anvin
2010-02-16
6
-223
/
+186
*
core: move fs-related C files into fs/
H. Peter Anvin
2010-02-16
6
-0
/
+970
*
ext2: clean up types in the bmap functions
H. Peter Anvin
2010-02-16
3
-124
/
+123
*
generic_close_file: use put_inode(), not free_inode()
H. Peter Anvin
2010-02-16
1
-1
/
+1
*
btrfs: use generic_load_config
syslinux-4.00-pre22
H. Peter Anvin
2010-02-15
1
-16
/
+1
*
fs: centralize symlink handling
H. Peter Anvin
2010-02-15
1
-41
/
+11
*
fs: reference-count inodes, fix generic loadconfig
H. Peter Anvin
2010-02-15
7
-87
/
+68
*
fs: move to a chdir()-based mechanism for managing cwd
syslinux-4.00-pre19
H. Peter Anvin
2010-02-13
7
-265
/
+244
*
fs: fix cwd setting for FAT/iso9660/extfs
syslinux-4.00-pre18
H. Peter Anvin
2010-02-10
2
-14
/
+4
*
pathbased: Add FAT support to extlinux and let FAT be "true" pathbased
Alek Du
2010-02-10
1
-92
/
+102
*
Merge branch 'fsc' into pathbased
H. Peter Anvin
2010-02-10
7
-509
/
+667
|
\
|
*
PXE: fix the EFI localboot hack
H. Peter Anvin
2010-02-05
1
-17
/
+21
|
*
pxe: make gPXE work
H. Peter Anvin
2010-02-05
1
-176
/
+162
|
*
Merge branch 'master' into fsc
H. Peter Anvin
2010-02-04
1
-23
/
+118
|
*
FAT: handle WinNT filename case flags
H. Peter Anvin
2010-02-04
2
-11
/
+17
|
*
FAT: cache file position, re-enable codepages
H. Peter Anvin
2010-02-04
2
-97
/
+189
|
*
FAT: For FAT32, the root directory is a cluster chain
syslinux-4.00-pre15
H. Peter Anvin
2010-02-01
1
-7
/
+13
|
*
FAT: remove debugging printf
syslinux-4.00-pre14
H. Peter Anvin
2010-01-31
1
-4
/
+1
|
*
FAT: fix FAT16/32 next cluster calculation, make more similar to FAT12
H. Peter Anvin
2010-01-31
1
-10
/
+16
|
*
FAT: fix next_sector implementation
syslinux-4.00-pre13
H. Peter Anvin
2010-01-31
1
-5
/
+5
|
*
core/fs: abstract filesystem, use cache for ext2 group descriptors
H. Peter Anvin
2010-01-25
5
-155
/
+105
|
*
FAT: use an anonymous union
H. Peter Anvin
2010-01-25
2
-2
/
+2
|
*
FAT: deal with non-mirrored FATs for FAT32
H. Peter Anvin
2010-01-25
1
-0
/
+6
|
*
core/fs: make it more explicit sector size is per filesystem
H. Peter Anvin
2010-01-25
4
-18
/
+27
|
*
FAT: Compare cluster count to total number of clusters
H. Peter Anvin
2010-01-25
2
-23
/
+23
|
*
FAT: handle the cluster number being 1
H. Peter Anvin
2010-01-25
1
-1
/
+1
|
*
FAT: clean up cluster arithmetic
H. Peter Anvin
2010-01-25
1
-7
/
+8
*
|
pathbased:btrfs: initial subvol support
Alek Du
2010-01-13
2
-11
/
+96
*
|
core: initial work on path-based cwd selection
H. Peter Anvin
2010-01-06
1
-3
/
+3
|
/
*
btrfs: use malloc instead of static allocation for chunk map
Du, Alek
2009-12-29
2
-1
/
+9
*
btrfs: change func() to func(void)
H. Peter Anvin
2009-12-28
1
-3
/
+3
*
Merge commit 'liu/master' into fsc
H. Peter Anvin
2009-12-28
9
-1576
/
+1400
|
\
|
*
vfs: add the readdir stuff support
Liu Aleaxander
2009-12-15
4
-25
/
+263
[next]