]> git.neil.brown.name Git - LaFS.git/history - io.c
README update
[LaFS.git] / io.c
2011-03-20 NeilBrownUpdate to 2.6.38
2011-03-04 NeilBrownroll: handle cluster headers larger than one page.
2010-10-10 NeilBrownMinor comments etc
2010-10-10 NeilBrownUse wait_on_bit / wake_bit to get more wait_queues
2010-09-14 NeilBrownChange readpage to use ->chain instead of ->lru
2010-08-13 NeilBrownSeparate thread management from the cleaning.
2010-08-09 NeilBrownAdd tracing for when we actually wait for writeback.
2010-08-09 Neil BrownDiscard per-device superblocks
2010-08-09 Neil BrownStore blocksize directly in struct fs
2010-07-25 NeilBrownSeparate setting of PinPending out
2010-07-25 NeilBrownForward port to 2.6.34
2010-07-25 Neil BrownImplement readpages
2010-07-25 NeilBrownBuild larger bios when writing to cluster
2010-07-25 NeilBrownFix up writeout and flushing.
2010-07-25 NeilBrownRemove some FIXME comments that are outdated.
2010-07-09 NeilBrownMake sure we don't wait forever on writeback
2010-07-09 NeilBrownClean up handling of B_Async
2010-07-03 NeilBrownAdd iolock_written_async
2010-06-27 NeilBrownMake sure we io_wait when we clear B_Writeback
2010-06-27 NeilBrownComplete TODO list
2010-06-23 NeilBrownAllow empty index blocks to be loaded.
2010-06-13 NeilBrowninclude iolock info in strblk
2010-06-13 NeilBrownIntroduce constants for 'sync' and 'adopt' flags.
2010-06-07 NeilBrownREADME sync
2010-06-07 NeilBrownDon't clear B_Valid when index block is empty
2009-09-03 NeilBrownlafs_wait_block fixes
2009-09-02 NeilBrownRun orphans from the cleaner thread, not immediately.
2009-08-25 NeilBrownIO: support loading of an index block from addr 0.
2009-08-25 NeilBrownSplit B_Writeback out from B_IOLock
2009-08-24 NeilBrownFix iolock semantics.
2009-08-16 NeilBrownLAFS_BUG add new debug macro that prints block information.
2009-08-15 NeilBrownSimplify iolocking in get_flushable
2009-08-02 NeilBrownAdd tracing to help find iolock deadlocks
2009-03-20 NeilBrownCosmetic cleanups.
2009-03-19 NeilBrownAdd tracking of refcount sources.
2009-03-16 NeilBrownWHITE SPACE
2008-12-12 Neil BrownVarious tracing things.
2008-12-10 Neil Brownupdate to 2.6.27 and other fixes.
2008-12-08 Neil BrownCheckpoint 8th Dec 08
2008-09-12 Neil BrownVarious random stuff - time for a checkpoint.
2008-08-28 Neil BrownMore refcounting fixes and stuff...
2008-07-28 Neil BrownProper locking for access to ->dblock
2008-07-25 Neil BrownInitial checking after changing from hg to git.