summaryrefslogtreecommitdiff
path: root/fs.c
AgeCommit message (Expand)Author
2009-08-30assorted fixes:Russ Cox
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-07-11rearrangements and cleanup for textRuss Cox
2009-05-31group locks into structs they protect.rsc
2009-05-31fix bug fixrsc
2009-05-31tidy fs.c; bmap callers always expected allocationrsc
2009-05-31inode reuse bug.rsc
2009-05-31drop NADDRS and INDIRECT; too many namesrsc
2008-10-20Explain why itrunc() is OK w.r.t. crashes.rtm
2008-10-16free the indirect blockkolya
2008-10-08be clear what the root i-number isrtm
2007-08-28final nitsrsc
2007-08-28spaces around else for rtmrsc
2007-08-28more consistent spacingrsc
2007-08-28Change dev read/write functionsrsc
2007-08-28nitrsc
2007-08-28No one is going to find this inode.rsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27nitsrsc
2007-08-27tell what an inode isrsc
2007-08-27FS cleanup.rsc
2007-08-24shuffle for formattingrsc
2007-08-24first ever correct use of strncpyrsc
2007-08-24Remove struct uinode.rsc
2007-08-24nitsrsc
2007-08-24simplify ide queuingrtm
2007-08-24add missing iput() at end of _namei()rtm
2007-08-22tweaksrsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2007-08-21remove namelen parameterrsc
2007-08-21Various cleanup:rsc
2007-08-20checkpoint - simpler namei interfacersc
2007-08-20shuffle fs.c in bottom-up orderrsc
2007-08-10various cleanupsrsc
2007-08-10Make cp a magic symbol.rsc
2007-08-09The final curproc[cpu()] is now cprsc
2007-08-09Clearer nameirsc
2007-08-08move ialloc body up, avoiding double check for end of looprsc
2007-08-08panic like bgetrsc
2007-08-08iincref returns new refrsc
2007-08-08fix . .. unlink bugrsc
2006-09-08some comment changeskaashoek
2006-09-08++rsc
2006-09-08fix various commentsrsc
2006-09-07allow long names againrsc
2006-09-07clean namei search looprsc
2006-09-07commentsrsc
2006-09-07remove _ prefixesrsc
2006-09-06wrap long linesrsc
2006-09-06for vs whilersc