summaryrefslogtreecommitdiff
path: root/fs.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-25Remove trailing white space with:Frans Kaashoek1-1/+1
2015-06-27Pick up where i left off in april:Frans Kaashoek1-10/+11
2015-04-10One ide command for nsector_per_block generates nsector_per_block interrupts,Frans Kaashoek1-1/+1
2015-04-03Disentangle block size from the disk's sector size. Set block size to 1024 t...Frans Kaashoek1-1/+1
2011-10-11clarify some FS commentsRobert Morris1-2/+6
2011-09-02Fit fs.h in one columnAustin Clements1-2/+1
2011-07-27Dirt simple loggingFrans Kaashoek1-0/+1
2011-02-19xv6: formatting, cleanup, rev5 (take 2)Russ Cox1-1/+0
2009-05-31drop NADDRS and INDIRECT; too many namesrsc1-4/+2
2009-05-31move T_DIR etc into stat.h; move type uprsc1-4/+0
2008-10-08be clear what the root i-number isrtm1-0/+1
2007-08-24comment nitsrtm1-1/+1
2007-08-20shuffle fs.c in bottom-up orderrsc1-2/+0
2006-09-08tweak fs.h spacing; add commentrsc1-0/+2
2006-09-08fix various commentsrsc1-2/+2
2006-09-07more commentsrsc1-20/+33
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm1-1/+1
2006-08-24user-level malloc (untested)kaashoek1-2/+6
2006-08-15commented out code for cwdkaashoek1-0/+2
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-5/+0
2006-08-09iread for T_DEVkaashoek1-0/+4
2006-08-09block bitmapkaashoek1-6/+11
2006-08-08mknod,ialloc,iupdatekaashoek1-1/+5
2006-07-21nameirtm1-1/+3
2006-07-21breadrtm1-0/+28