]> git.neil.brown.name Git - LaFS.git/history - file.c
README update
[LaFS.git] / file.c
2011-03-20 NeilBrownUpdate to 2.6.38
2011-03-07 NeilBrownReplace lots of ino_from_sb uses.
2011-03-04 NeilBrowngetattr: make sure atime reported is repeatable.
2010-09-13 NeilBrownRemove old comment
2010-08-13 NeilBrownSeparate thread management from the cleaning.
2010-08-13 NeilBrownCreate a backing_dev_info for a lafs filesystem.
2010-08-13 NeilBrownGive subset objects their own operations
2010-08-13 NeilBrownlafs_write_end: set new file size correctly.
2010-08-09 NeilBrownrcu locking protection for ->my_inode
2010-08-09 NeilBrownwait more effectively for truncate to progress.
2010-08-09 NeilBrownBetter cleaner flushing
2010-07-25 NeilBrownwrite_begin and sync_page fixes.
2010-07-25 NeilBrownForward port to 2.6.34
2010-07-25 NeilBrownUse write_begin/write_end in place of prepare/commit
2010-07-25 Neil BrownHandle fsync of inodes correctly
2010-07-25 Neil BrownImplement readpages
2010-07-25 NeilBrownFix up writeout and flushing.
2010-07-25 NeilBrownRemove some FIXME comments that are outdated.
2010-06-27 NeilBrownChange flushing of space-accounting blocks.
2010-06-27 NeilBrownComplete TODO list
2010-06-25 NeilBrownMake cluster_flush conditional on there being something...
2010-06-23 NeilBrownStop using AOP_WRITEPAGE_ACTIVATE
2010-06-23 NeilBrownDon't allow memory flush to write out segusage blocks.
2010-06-21 NeilBrownDon't let writepage spoil a transaction.
2010-06-13 NeilBrownCheck still dirty before calling cluster_allocate
2010-06-13 NeilBrownIntroduce constants for 'sync' and 'adopt' flags.
2009-09-03 NeilBrownAvoid flushing inodes too soon.
2009-09-03 NeilBrownAvoid inadvertently flush blocks that are in middle...
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 NeilBrownDon't set Valid when setting Dirty.
2009-08-02 NeilBrowncluster_allocate: remove from leafs list if needed.
2009-04-12 NeilBrownreadpage: add missing putdref
2009-03-20 NeilBrownCosmetic cleanups.
2009-03-19 NeilBrownAdd tracking of refcount sources.
2009-03-16 NeilBrownwritepage: make sure we don't write blocks that are...
2009-03-16 NeilBrownDiscard the B_Alloc flag
2009-03-16 NeilBrownlafs_cluster_allocate: always iolock before calling...
2009-03-16 NeilBrownSimplify lafs_cluster_allocate
2009-03-16 NeilBrownWHITE SPACE
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-09-09 Neil BrownHacked around unlink-> ENOSPC problems.
2008-08-28 Neil BrownMore refcounting fixes and stuff...
2008-07-25 Neil BrownClean up reserve_block and waiting for space to be...
2008-07-25 Neil BrownInitial checking after changing from hg to git.