summaryrefslogtreecommitdiff
path: root/file.h
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-06-04support read() and write() bigger than one pageRobert Morris
2017-08-29fix runoff complaints about pagination and long linesRobert Morris
2017-08-08protect ip->valid and ip->nlink with sleep lock in iput()Robert Morris
2017-08-08change ip->flags&I_VALID to ip->validRobert Morris
2016-09-11Replace I_BUSY with sleep locksFrans Kaashoek
2014-08-29Nice layout for a printout of the codeFrans Kaashoek
2011-10-11clarify some FS commentsRobert Morris
2011-08-29Revert "Introduce and use sleeplocks instead of BUSY flags"Frans Kaashoek
2011-08-29Renumber I_VALID since I_BUSY is goneAustin Clements
2011-08-26Introduce and use sleeplocks instead of BUSY flagsFrans Kaashoek
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-05-31simplifyrsc
2007-08-24Remove struct uinode.rsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2006-09-06fd.* -> file.*rsc