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
/
fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-07
allow long names again
rsc
1
-8
/
+7
2006-09-07
clean namei search loop
rsc
1
-22
/
+23
2006-09-07
comments
rsc
1
-6
/
+60
2006-09-07
remove _ prefixes
rsc
1
-9
/
+9
2006-09-06
wrap long lines
rsc
1
-1
/
+2
2006-09-06
for vs while
rsc
1
-1
/
+1
2006-09-06
break single-line if statements
rsc
1
-7
/
+14
2006-09-06
no /* */ comments
rsc
1
-8
/
+6
2006-09-06
standardize various * conventions
rsc
1
-86
/
+86
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
1
-13
/
+13
2006-08-30
complain if no disk 1
rtm
1
-25
/
+19
2006-08-29
clear killed flag in exit
rtm
1
-1
/
+1
2006-08-26
consistently ignore more than 14 chars in path component
rtm
1
-1
/
+4
2006-08-25
inode addrs[NDIRECT] -> NADDRS
rtm
1
-13
/
+60
2006-08-24
big directory test
rtm
1
-1
/
+4
2006-08-24
fix bugs in indirect-file code
kaashoek
1
-11
/
+10
2006-08-24
user-level malloc (untested)
kaashoek
1
-16
/
+70
2006-08-19
chdir
kaashoek
1
-1
/
+7
2006-08-15
commented out code for cwd
kaashoek
1
-0
/
+8
2006-08-14
set size for directories correctly in wdir and mkfs
kaashoek
1
-1
/
+2
2006-08-13
wdir now uses readi/writei
rtm
1
-32
/
+13
2006-08-13
fix iget() bug that allocated in-use inode[] entries
rtm
1
-37
/
+13
2006-08-13
namei returns locked parent dir inode for create / unlink
rtm
1
-69
/
+84
2006-08-13
zero freed blocks
kaashoek
1
-8
/
+19
2006-08-13
link()
rtm
1
-25
/
+64
2006-08-12
zero out all of dirent.name when creating
rtm
1
-12
/
+15
2006-08-12
LRU disk cache replacement
rtm
1
-1
/
+1
2006-08-12
free inode only when noone is holding a pointer to it. should fix open-unlink-
kaashoek
1
-36
/
+43
2006-08-12
mknod set nlink = 1
rtm
1
-3
/
+5
2006-08-12
fstat
kaashoek
1
-0
/
+11
2006-08-12
unlink,mknod,create with multi-component pathnames should work now
kaashoek
1
-11
/
+31
2006-08-11
fix deadlock---iput(dp) asap
kaashoek
1
-1
/
+59
2006-08-11
init creates console, opens 0/1/2, runs sh
rtm
1
-5
/
+6
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
1
-1
/
+7
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
1
-0
/
+1
2006-08-10
printf
kaashoek
1
-18
/
+79
2006-08-09
iread for T_DEV
kaashoek
1
-0
/
+8
2006-08-09
devsw
kaashoek
1
-0
/
+11
2006-08-09
oops, update directory inode too
kaashoek
1
-2
/
+9
2006-08-09
block bitmap
kaashoek
1
-19
/
+55
2006-08-08
mknod,ialloc,iupdate
kaashoek
1
-0
/
+95
2006-07-29
open()
rtm
1
-3
/
+6
2006-07-27
primitive exec
rtm
1
-0
/
+23
2006-07-21
namei
rtm
1
-1
/
+118
2006-07-21
bread
rtm
1
-0
/
+73