- 29 Oct, 2019 1 commit
-
-
Robert Morris authored
-
- 30 Jul, 2019 1 commit
-
-
Frans Kaashoek authored
-
- 29 Jul, 2019 1 commit
-
-
Frans Kaashoek authored
Use refcnt to pin blocks into the cache Replace flags/B_VALID with a boolean field valid Use info[id].status to signal completion of disk interrupt Pass a read/write flag to virtio_disk_rw
-
- 24 Jul, 2019 1 commit
-
-
Robert Morris authored
-
- 13 Jun, 2019 2 commits
-
-
Robert Morris authored
-
Robert Morris authored
-
- 11 Jun, 2019 1 commit
-
-
Robert Morris authored
-
- 31 May, 2019 1 commit
-
-
Robert Morris authored
-
- 09 Aug, 2017 2 commits
-
-
Robert Morris authored
-
Robert Morris authored
-
- 15 Sep, 2016 1 commit
-
-
Frans Kaashoek authored
-
- 12 Sep, 2016 1 commit
-
-
Frans Kaashoek authored
-
- 11 Sep, 2016 1 commit
-
-
Frans Kaashoek authored
-
- 25 Aug, 2016 1 commit
-
-
Frans Kaashoek authored
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick)
-
- 03 Apr, 2015 1 commit
-
-
Frans Kaashoek authored
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.
-
- 29 Aug, 2014 1 commit
-
-
Frans Kaashoek authored
-
- 28 Aug, 2014 1 commit
-
-
Robert Morris authored
-
- 27 Aug, 2014 1 commit
-
-
Robert Morris authored
-
- 14 Oct, 2011 1 commit
-
-
Robert Morris authored
-
- 11 Oct, 2011 1 commit
-
-
Robert Morris authored
-
- 29 Aug, 2011 1 commit
-
-
Frans Kaashoek authored
My changes have a race with re-used bufs and the code doesn't seem to get shorter Keep the changes that fixed ip->off race This reverts commit 3a5fa7ed. Conflicts: defs.h file.c file.h
-
- 26 Aug, 2011 1 commit
-
-
Frans Kaashoek authored
Remove I_BUSY, B_BUSY, and intrans defs and usages One spinlock per buf to avoid ugly loop in bget fix race in filewrite (don't update f->off after releasing lock)
-
- 23 Jul, 2010 1 commit
-
-
Frans Kaashoek authored
passes all tests on two-processor smp
-
- 01 Dec, 2009 1 commit
-
-
Frans Kaashoek authored
-
- 31 May, 2009 3 commits
- 08 Mar, 2009 1 commit
-
-
rsc authored
-
- 28 Aug, 2007 1 commit
-
-
rsc authored
-
- 27 Aug, 2007 2 commits
- 24 Aug, 2007 3 commits
- 22 Aug, 2007 1 commit
-
-
rsc authored
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf Various changes made while offline. + bwrite sector argument is redundant; use b->sector. + reformatting of files for nicer PDF page breaks + distinguish between locked, unlocked inodes in type signatures + change FD_FILE to FD_INODE + move userinit (nee proc0init) to proc.c + move ROOTDEV to param.h + always parenthesize sizeof argument
-
- 14 Aug, 2007 1 commit
-
-
rsc authored
-
- 08 Aug, 2007 1 commit
-
-
rsc authored
-
- 07 Sep, 2006 3 commits