Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3888 5595 d 1 h jermar /tags/0.4.0/ Tag 0.4.0.  
/tags/0.4.0
3701 5654 d 23 h jermar /trunk/uspace/srv/fs/fat/ Set a loop control variable properly when growing the FAT directory.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3700 5654 d 23 h jermar /trunk/uspace/srv/fs/fat/ Add the ability to grow a FAT directory.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3660 5670 d 22 h jermar /trunk/uspace/srv/fs/fat/ Create "." and ".." entries on FAT.  
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3638 5675 d 17 h jermar /trunk/uspace/srv/fs/fat/ Implement fat_unlink().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3634 5676 d 4 h jermar /trunk/uspace/srv/fs/fat/ Consider "prd" and "prd." to be the same FAT dentry names.  
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3633 5676 d 17 h jermar /trunk/uspace/srv/fs/fat/ When creating a new directory node, allocate the first cluster for it.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3629 5677 d 23 h jermar /trunk/uspace/srv/fs/fat/ When syncing a FAT node, do not skip attributes.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3628 5678 d 0 h jermar /trunk/uspace/ Add somewhat functional fat_link().  
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3625 5678 d 3 h jermar /trunk/uspace/ libfs operation link() should return standard error code instead of mere
true/false.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3621 5678 d 5 h jermar /trunk/uspace/srv/fs/fat/ Add implementation of fat_destroy_node() and fat_destroy().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3609 5679 d 5 h jermar /trunk/uspace/srv/fs/fat/ Implementation of fat_create_node().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3595 5682 d 19 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
3575 5691 d 19 h jermar /trunk/uspace/ libfs create operation should take the device handle as argument.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3574 5691 d 19 h jermar /trunk/uspace/srv/fs/fat/ Move common code to dedicated functions so that it can be easily reused.  
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3573 5691 d 21 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 5691 d 23 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
3550 5695 d 17 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
3548 5696 d 17 h jermar /trunk/uspace/srv/fs/fat/ More fat_truncate() bits.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3547 5696 d 17 h jermar /trunk/uspace/srv/fs/fat/ Enable fat_write().  
/trunk/uspace/srv/fs/fat/fat_ops.c

Show All