summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-28write log blocks from cache only at end of transactionRobert Morris1-7/+21
2014-08-28nitsRobert Morris1-24/+10
2014-08-28i think this is a working concurrent logging schemeRobert Morris1-2/+19
2014-08-27a start at concurrent FS system callsRobert Morris1-24/+58
2014-08-04every iput() and namei() must be inside a transactionRobert Morris1-5/+1
2011-10-14don't let dirty blocks be evicted from cache!Robert Morris1-0/+1
2011-10-11clarify some FS commentsRobert Morris1-10/+12
2011-09-02Add blank page to get our super FS spreads backAustin Clements1-0/+4
2011-09-02Remove comment debug prints from log.c; now fits nicely in a spreadAustin Clements1-9/+0
2011-09-02Define struct log separately from log to avoid confusing column breakerAustin Clements1-2/+3
2011-09-02Comment balanceAustin Clements1-2/+2
2011-09-02Remove unused headers from log.cAustin Clements1-3/+0
2011-09-01Fix layout issues for printed versionFrans Kaashoek1-10/+9
2011-08-29Revert "Introduce and use sleeplocks instead of BUSY flags"Frans Kaashoek1-5/+9
2011-08-26Introduce and use sleeplocks instead of BUSY flagsFrans Kaashoek1-9/+5
2011-08-15Only commit log to disk if something was written in to it.Austin Clements1-5/+7
2011-08-15avoid deadlock by calling begin_trans() before locking any inodesRobert Morris1-2/+2
2011-08-12log write() dataRobert Morris1-32/+56
2011-07-27Dirt simple loggingFrans Kaashoek1-0/+164