Subversion Repositories HelenOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4687 5416 d 1 h jermar /tags/0.4.1/ Tag 0.4.1  
/tags/0.4.1
4552 5463 d 0 h jermar /trunk/uspace/srv/fs/fat/ Use fibril synchronization in FAT.  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
4465 5477 d 3 h decky /trunk/uspace/srv/fs/ implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned)
implement no-op VFS_SYNC and VFS_CLOSE
 
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3656 5662 d 11 h jermar /trunk/uspace/srv/fs/fat/ The number of the first sector in the FAT node structure must be in the host
endianess.
 
/trunk/uspace/srv/fs/fat/fat_fat.c
3652 5663 d 9 h jermar /trunk/uspace/srv/fs/fat/ Do not clear the last byte written to a FAT file.  
/trunk/uspace/srv/fs/fat/fat_fat.c
3637 5666 d 23 h jermar /trunk/uspace/srv/fs/fat/ Fix the bogus assert().  
/trunk/uspace/srv/fs/fat/fat_fat.c
3632 5668 d 0 h jermar /trunk/uspace/srv/fs/fat/ fat_alloc_clusters() fixes.  
/trunk/uspace/srv/fs/fat/fat_fat.c
3595 5674 d 2 h jermar /trunk/uspace/ Avoid unnecessary block reads in block_get().  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3573 5683 d 3 h jermar /trunk/uspace/srv/fs/fat/ VFS_WRITE has two return arguments on success.  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3572 5683 d 5 h jermar /trunk/uspace/srv/fs/fat/ Finish implementation of fat_truncate() and fix several warnings.  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3571 5683 d 8 h jermar /trunk/uspace/ Simplify the fat_cluster_walk() interface.
Introduce the bn_t type for holding block offsets.
 
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
3551 5686 d 23 h jermar /trunk/uspace/srv/fs/fat/ Need to initialize the lcl variable via a call to fat_cluster_walk().  
/trunk/uspace/srv/fs/fat/fat_fat.c
3550 5687 d 0 h jermar /trunk/uspace/srv/fs/fat/ Extend _fat_blcks_get() to fat_cluster_walk(). Use fat_cluster_walk() to
implement fat_clusters_get() and _fat_block_get().
 
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3542 5690 d 4 h jermar /trunk/uspace/ Do not use/pass the superfluous block size argument to block_get().  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_fat.c
3521 5696 d 5 h jermar /trunk/uspace/ Move libfs_blockread(), block_get() and block_put() to libblock.  
/trunk/uspace/lib/libblock
/trunk/uspace/lib/libblock/Makefile
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/Makefile
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
3518 5696 d 8 h jermar /trunk/uspace/srv/fs/fat/ Add comments to functions in fat_fat.c.  
/trunk/uspace/srv/fs/fat/fat_fat.c
3517 5696 d 9 h jermar /trunk/uspace/srv/fs/fat/ Add FAT allocation futex.  
/trunk/uspace/srv/fs/fat/fat_fat.c
3516 5696 d 9 h jermar /trunk/uspace/srv/fs/fat/ Pass the buffer holding the boot sector to the internal functions so that it
doesn't have to be block_get()'ed in each function. The idea is that the boot
block should be read by the top-level functions in fat_ops.c and passed down the
call chain.
 
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3513 5697 d 2 h jermar /trunk/uspace/srv/fs/fat/ Implementation of fat_append_clusters().  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3512 5697 d 4 h jermar /trunk/uspace/srv/fs/fat/ Make sure that data are converted from / to the native endianity when writing them
out to / reading them in from the file system.
 
/trunk/uspace/srv/fs/fat/fat_fat.c

Show All