Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-03 | Disentangle block size from the disk's sector size. Set block size to 1024 ↵ | Frans Kaashoek | 1 | -1/+1 | |
to show that they can be different. Clean up mkfs, simplifying specifying fs parameters, remove some redundancy between fs and mkfs, and fix disk layout bugs. Call blocks in the file system blocks instead of sectors. Passes usertests for different block sizes. | |||||
2011-10-11 | clarify some FS comments | Robert Morris | 1 | -2/+6 | |
2011-09-02 | Fit fs.h in one column | Austin Clements | 1 | -2/+1 | |
2011-07-27 | Dirt simple logging | Frans Kaashoek | 1 | -0/+1 | |
Passes usertests and stressfs Seems to recover correctly in a number of simple cases | |||||
2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox | 1 | -1/+0 | |
2009-05-31 | drop NADDRS and INDIRECT; too many names | rsc | 1 | -4/+2 | |
2009-05-31 | move T_DIR etc into stat.h; move type up | rsc | 1 | -4/+0 | |
2008-10-08 | be clear what the root i-number is | rtm | 1 | -0/+1 | |
2007-08-24 | comment nits | rtm | 1 | -1/+1 | |
2007-08-20 | shuffle fs.c in bottom-up order | rsc | 1 | -2/+0 | |
2006-09-08 | tweak fs.h spacing; add comment | rsc | 1 | -0/+2 | |
2006-09-08 | fix various comments | rsc | 1 | -2/+2 | |
2006-09-07 | more comments | rsc | 1 | -20/+33 | |
2006-08-25 | inode addrs[NDIRECT] -> NADDRS | rtm | 1 | -1/+1 | |
fix race in mknod / creat use last component in dirent in mknod, not path | |||||
2006-08-24 | user-level malloc (untested) | kaashoek | 1 | -2/+6 | |
nit in sbrk indirect block fix dup to share fd struct | |||||
2006-08-15 | commented out code for cwd | kaashoek | 1 | -0/+2 | |
2006-08-10 | low-level keyboard input (not hooked up to /dev yet) | rtm | 1 | -5/+0 | |
fix acquire() to cli() *before* incrementing nlock make T_SYSCALL a trap gate, not an interrupt gate sadly, various crashes if you hold down a keyboard key... | |||||
2006-08-09 | iread for T_DEV | kaashoek | 1 | -0/+4 | |
O_RDWR, etc. create file | |||||
2006-08-09 | block bitmap | kaashoek | 1 | -6/+11 | |
balloc | |||||
2006-08-08 | mknod,ialloc,iupdate | kaashoek | 1 | -1/+5 | |
2006-07-21 | namei | rtm | 1 | -1/+3 | |
2006-07-21 | bread | rtm | 1 | -0/+28 | |
iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1 |