summaryrefslogtreecommitdiff
path: root/fs.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-08move ialloc body up, avoiding double check for end of looprsc1-11/+7
2007-08-08panic like bgetrsc1-1/+1
2007-08-08iincref returns new refrsc1-5/+5
2007-08-08fix . .. unlink bugrsc1-0/+6
2006-09-08some comment changeskaashoek1-1/+1
2006-09-08++rsc1-1/+1
2006-09-08fix various commentsrsc1-6/+0
2006-09-07allow long names againrsc1-8/+7
2006-09-07clean namei search looprsc1-22/+23
2006-09-07commentsrsc1-6/+60
2006-09-07remove _ prefixesrsc1-9/+9
2006-09-06wrap long linesrsc1-1/+2
2006-09-06for vs whilersc1-1/+1
2006-09-06break single-line if statementsrsc1-7/+14
2006-09-06no /* */ commentsrsc1-8/+6
2006-09-06standardize various * conventionsrsc1-86/+86
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-13/+13
2006-08-30complain if no disk 1rtm1-25/+19
2006-08-29clear killed flag in exitrtm1-1/+1
2006-08-26consistently ignore more than 14 chars in path componentrtm1-1/+4
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm1-13/+60
2006-08-24big directory testrtm1-1/+4
2006-08-24fix bugs in indirect-file codekaashoek1-11/+10
2006-08-24user-level malloc (untested)kaashoek1-16/+70
2006-08-19chdirkaashoek1-1/+7
2006-08-15commented out code for cwdkaashoek1-0/+8
2006-08-14set size for directories correctly in wdir and mkfskaashoek1-1/+2
2006-08-13wdir now uses readi/writeirtm1-32/+13
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm1-37/+13
2006-08-13namei returns locked parent dir inode for create / unlinkrtm1-69/+84
2006-08-13zero freed blockskaashoek1-8/+19
2006-08-13link()rtm1-25/+64
2006-08-12zero out all of dirent.name when creatingrtm1-12/+15
2006-08-12LRU disk cache replacementrtm1-1/+1
2006-08-12free inode only when noone is holding a pointer to it. should fix open-unlink-kaashoek1-36/+43
2006-08-12mknod set nlink = 1rtm1-3/+5
2006-08-12fstatkaashoek1-0/+11
2006-08-12unlink,mknod,create with multi-component pathnames should work nowkaashoek1-11/+31
2006-08-11fix deadlock---iput(dp) asapkaashoek1-1/+59
2006-08-11init creates console, opens 0/1/2, runs shrtm1-5/+6
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-1/+7
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-0/+1
2006-08-10printfkaashoek1-18/+79
2006-08-09iread for T_DEVkaashoek1-0/+8
2006-08-09devswkaashoek1-0/+11
2006-08-09oops, update directory inode tookaashoek1-2/+9
2006-08-09block bitmapkaashoek1-19/+55
2006-08-08mknod,ialloc,iupdatekaashoek1-0/+95
2006-07-29open()rtm1-3/+6
2006-07-27primitive execrtm1-0/+23