Age | Commit message (Expand) | Author | Files | Lines |
2016-09-02 | Fix a few lines that runoff is complaining about that they are too long | Frans Kaashoek | 1 | -3/+7 |
2016-08-25 | Remove trailing white space with: | Frans Kaashoek | 1 | -7/+7 |
2015-06-27 | Pick up where i left off in april: | Frans Kaashoek | 1 | -14/+12 |
2015-04-03 | Disentangle block size from the disk's sector size. Set block size to 1024 t... | Frans Kaashoek | 1 | -1/+1 |
2014-08-28 | xx | Robert Morris | 1 | -1/+1 |
2014-08-27 | comments | Robert Morris | 1 | -1/+1 |
2014-08-04 | every iput() and namei() must be inside a transaction | Robert Morris | 1 | -0/+3 |
2011-10-11 | more FS comment clarification | Robert Morris | 1 | -45/+62 |
2011-10-11 | clarify some FS comments | Robert Morris | 1 | -17/+37 |
2011-08-29 | Revert "Introduce and use sleeplocks instead of BUSY flags" | Frans Kaashoek | 1 | -16/+16 |
2011-08-26 | Introduce and use sleeplocks instead of BUSY flags | Frans Kaashoek | 1 | -16/+16 |
2011-08-19 | make dirlookup and dirlink more similar | Robert Morris | 1 | -18/+13 |
2011-08-15 | avoid deadlock by calling begin_trans() before locking any inodes | Robert Morris | 1 | -4/+3 |
2011-08-12 | log write() data | Robert Morris | 1 | -2/+2 |
2011-07-27 | Dirt simple logging | Frans Kaashoek | 1 | -6/+6 |
2011-06-24 | do not run past the end of the disk! | Nickolai Zeldovich | 1 | -1/+1 |
2009-10-24 | Comment typo | Austin Clements | 1 | -1/+1 |
2009-08-30 | assorted fixes: | Russ Cox | 1 | -2/+2 |
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 1 | -2/+1 |
2009-07-11 | rearrangements and cleanup for text | Russ Cox | 1 | -49/+50 |
2009-05-31 | group locks into structs they protect. | rsc | 1 | -1/+1 |
2009-05-31 | fix bug fix | rsc | 1 | -2/+2 |
2009-05-31 | tidy fs.c; bmap callers always expected allocation | rsc | 1 | -24/+15 |
2009-05-31 | inode reuse bug. | rsc | 1 | -1/+1 |
2009-05-31 | drop NADDRS and INDIRECT; too many names | rsc | 1 | -6/+6 |
2008-10-20 | Explain why itrunc() is OK w.r.t. crashes. | rtm | 1 | -0/+2 |
2008-10-16 | free the indirect block | kolya | 1 | -0/+1 |
2008-10-08 | be clear what the root i-number is | rtm | 1 | -1/+1 |
2007-08-28 | final nits | rsc | 1 | -3/+3 |
2007-08-28 | spaces around else for rtm | rsc | 1 | -2/+1 |
2007-08-28 | more consistent spacing | rsc | 1 | -18/+18 |
2007-08-28 | Change dev read/write functions | rsc | 1 | -2/+2 |
2007-08-28 | nit | rsc | 1 | -3/+3 |
2007-08-28 | No one is going to find this inode. | rsc | 1 | -1/+1 |
2007-08-27 | delete unnecessary #include lines | rsc | 1 | -3/+2 |
2007-08-27 | nits | rsc | 1 | -29/+23 |
2007-08-27 | tell what an inode is | rsc | 1 | -4/+9 |
2007-08-27 | FS cleanup. | rsc | 1 | -46/+52 |
2007-08-24 | shuffle for formatting | rsc | 1 | -12/+18 |
2007-08-24 | first ever correct use of strncpy | rsc | 1 | -22/+2 |
2007-08-24 | Remove struct uinode. | rsc | 1 | -52/+42 |
2007-08-24 | nits | rsc | 1 | -1/+1 |
2007-08-24 | simplify ide queuing | rtm | 1 | -9/+11 |
2007-08-24 | add missing iput() at end of _namei() | rtm | 1 | -4/+6 |
2007-08-22 | tweaks | rsc | 1 | -22/+18 |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -291/+120 |
2007-08-21 | remove namelen parameter | rsc | 1 | -65/+81 |
2007-08-21 | Various cleanup: | rsc | 1 | -105/+148 |
2007-08-20 | checkpoint - simpler namei interface | rsc | 1 | -84/+86 |
2007-08-20 | shuffle fs.c in bottom-up order | rsc | 1 | -315/+313 |