Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
4611 5451 d 5 h jermar /trunk/uspace/lib/libblock/ Make the libblock cache behave more like a cache and fix some bugs
present in the previously unused code paths.
 
/trunk/uspace/lib/libblock/libblock.c
4583 5457 d 6 h svoboda /trunk/uspace/ Fix chaos in block library.  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
4572 5458 d 21 h svoboda /trunk/uspace/ Allow libblock to operate in write-through mode. With 'wtcache' mount option, FAT sets write-through mode on the cache.  
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_ops.c
4553 5467 d 20 h jermar /trunk/uspace/lib/libblock/ Use fibril synchronization in libblock.  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
4550 5467 d 21 h jermar /trunk/uspace/lib/libblock/ Disk I/O should be serialized until libblock switches to fibril synchronization.  
/trunk/uspace/lib/libblock/libblock.c
4549 5468 d 20 h svoboda /trunk/uspace/ Fix assorted warnings and tiny glitches.  
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/srv/fb/ppm.c
4509 5477 d 5 h decky /trunk/uspace/ rename libadt -> adt  
/trunk/uspace/lib/libc/generic/adt
/trunk/uspace/lib/libc/include/adt
/trunk/uspace/lib/libc/generic/libadt
/trunk/uspace/lib/libc/include/libadt
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/app/trace/proto.c
/trunk/uspace/app/trace/proto.h
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/adt/hash_table.c
/trunk/uspace/lib/libc/generic/adt/list.c
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/ipc.c
/trunk/uspace/lib/libc/include/adt/hash_table.h
/trunk/uspace/lib/libc/include/fibril.h
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/ns/clonable.c
/trunk/uspace/srv/ns/service.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_node.c
/trunk/uspace/srv/vfs/vfs_ops.c
/trunk/uspace/srv/vfs/vfs_register.c
4483 5481 d 23 h decky /trunk/uspace/lib/libblock/ add missing include  
/trunk/uspace/lib/libblock/libblock.c
4435 5488 d 23 h jermar /trunk/uspace/ More conversions to dev_handle_t.  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
4434 5489 d 0 h jermar /trunk/uspace/lib/libblock/ Fix type for dev_handle.  
/trunk/uspace/lib/libblock/libblock.c
4401 5497 d 23 h svoboda /trunk/uspace/ C binding for devmap. Gets rid of duplicate code.  
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/lib/libc/include/devmap.h
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/rd/rd.c
/trunk/uspace/srv/vfs/vfs.h
4400 5498 d 1 h svoboda /trunk/uspace/ Rename ramdisk protocol -> block device protocol.  
/trunk/uspace/lib/libc/include/ipc/bd.h
/trunk/uspace/srv/rd/rd.h
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/srv/rd/rd.c
4001 5575 d 1 h decky /trunk/uspace/lib/libblock/ blocking connection  
/trunk/uspace/lib/libblock/libblock.c
3595 5678 d 22 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
3571 5688 d 4 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
3544 5694 d 22 h jermar /trunk/uspace/lib/libblock/ Dirty blocks will be synced only before being recycled.  
/trunk/uspace/lib/libblock/libblock.c
3543 5694 d 23 h jermar /trunk/uspace/lib/libblock/ Implementation of block_put().  
/trunk/uspace/lib/libblock/libblock.c
3542 5695 d 0 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
3540 5695 d 2 h jermar /trunk/uspace/lib/libblock/ Enable the block cache for block_get().
Boot from FAT is now much faster.
 
/trunk/uspace/lib/libblock/libblock.c
3539 5695 d 5 h jermar /trunk/uspace/ Add block_cache_init().  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_ops.c

Show All