index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
comment nits
Robert Morris
1
-2
/
+2
2022-08-09
nothing much
Robert Morris
1
-2
/
+2
2020-11-23
Rename icache to itable
Frans Kaashoek
1
-25
/
+25
2020-11-05
hopefully make writei more correct
Robert Morris
1
-10
/
+11
2020-10-03
When either_copyin/out fails, return an error from write/read
Frans Kaashoek
1
-0
/
+2
2020-08-10
streamline copyin/copyout code in usertests
Robert Morris
1
-1
/
+1
2020-08-10
make "echo hello > x" truncate file x.
Robert Morris
1
-7
/
+3
2019-09-20
don't leak a file system block if the buf argument to write is invalid
Robert Morris
1
-2
/
+7
2019-08-20
Also release buffer on failed copyout
Frans Kaashoek
1
-1
/
+3
2019-08-20
Release buffer also when copyin fails
Frans Kaashoek
1
-1
/
+3
2019-08-19
Merge remote-tracking branch 'origin/master' into riscv
Frans Kaashoek
1
-1
/
+0
2019-08-18
Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache
Frans Kaashoek
1
-6
/
+11
2019-07-24
no more PAGEBREAK
Robert Morris
1
-6
/
+0
2019-07-02
Checkpoint switching to per-process locks, in attempt clarify xv6's
Frans Kaashoek
1
-1
/
+1
2019-06-13
FD_DEVICE
Robert Morris
1
-13
/
+0
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
1
-0
/
+681