]> git.neil.brown.name Git - LaFS.git/shortlog
LaFS.git
2011-05-04 NeilBrownREADME update master
2011-05-04 NeilBrownFORMAT CHANGE Various changes to 'superblock' format.
2011-05-04 NeilBrownPrepare for more parallelism in write clusters.
2011-05-04 NeilBrownFORMAT CHANGE add timestamp to group head in write...
2011-05-04 NeilBrownFORMAT CHANGE use 32bit block counts in segusage file.
2011-05-03 NeilBrownFORMAT CHANGE use crc32 instead of toy checksum for...
2011-05-03 NeilBrownFORMAT CHANGE: add parent field to InodeFile
2011-05-03 NeilBrownroll: add a possibly-useful assertion.
2011-05-03 NeilBrownmisc comment fixes
2011-05-03 NeilBrownerase_dblock - add a random clear_bit
2011-05-03 NeilBrownCleaner: force checkpoint after an emergency clean.
2011-05-03 NeilBrownlafs_do_clean - reindent and reformat a bit
2011-05-03 NeilBrowncleaner: revise rules for emergency clean.
2011-05-03 NeilBrownlafs_free_get: fix refcounting problem.
2011-05-02 NeilBrownsubset: add dump lookup and readdir routines.
2011-05-02 NeilBrownREADME update
2011-05-02 NeilBrownatime: make sure block is reserved before updating.
2011-03-28 NeilBrownroll: make sure unlinked inodes before orphans.
2011-03-27 NeilBrownChange to self-test scheme
2011-03-20 NeilBrownUpdate to 2.6.38
2011-03-20 NeilBrownMount: need to return the superblock with s_umount...
2011-03-07 NeilBrownStop creating a super_block for each subset filesystem.
2011-03-07 NeilBrownChange various other functions to take an inode rather...
2011-03-07 NeilBrownlafs_iget takes a filesystem-inode rather than a super_...
2011-03-07 NeilBrownReplace lots of ino_from_sb uses.
2011-03-07 NeilBrownAdd 'filesys' pointer to lafs_inode
2011-03-05 NeilBrownImprove test script to catch some errors.
2011-03-05 NeilBrownAll seg_addr to report the address at the end of the...
2011-03-05 NeilBrownFix error-return value from seg_addr
2011-03-05 NeilBrownSmall fix for 'df' on subset filesystems
2011-03-05 NeilBrownDon't try to set access time on objects that don't...
2011-03-04 NeilBrownfix a BUG assertion in lafs_dirty_iblock.
2011-03-04 NeilBrownFix block number selection in roll-forward
2011-03-04 NeilBrownHandle mount-time errors better.
2011-03-04 NeilBrowncheckpin: don't hold references on primary superblock.
2011-03-04 NeilBrownAvoid unbalanced refcount on fs if lafs_iget fails.
2011-03-04 NeilBrownMake sure the inode's bdi matches the superblock.
2011-03-04 NeilBrowngetattr: make sure atime reported is repeatable.
2011-03-04 NeilBrownStore atime safely when dirty_inode is called.
2011-03-04 NeilBrownaccesstime: load delta from atime file and apply when...
2011-03-04 NeilBrownStart implementation of separate access-time file.
2011-03-04 NeilBrownREADME update
2011-03-04 NeilBrownsync: wait for checkpoint to actually finish on a sync
2011-03-04 NeilBrownstatfs fixes.
2011-03-04 NeilBrownstateblock: fix range check on maxsnapshot
2011-03-04 NeilBrowndevblock: include size of device in checks on validity...
2011-03-04 NeilBrowndevblock: validate the addresses of the state blocks...
2011-03-04 NeilBrownAvoid a race in lafs_get_cleanable.
2011-03-04 NeilBrownsegments: make sure the 'last' pointer is always correct.
2011-03-04 NeilBrownAllow for the possibilty of 'free_blocks' going negative.
2011-03-04 NeilBrownHold an extra block reference in lafs_seg_ref_block.
2011-03-04 NeilBrownAvoid quadratic searches in segment table.
2011-03-04 NeilBrownroll: permit minimal mini-block handling for regular...
2011-03-04 NeilBrownroll: handle directory updates.
2011-03-04 NeilBrownroll: change handling of distinction between rename...
2011-03-04 NeilBrownREADME update
2011-03-04 NeilBrownroll: handle cluster headers larger than one page.
2011-02-27 NeilBrownChange 'kvm' to 'qemu-kvm'.
2010-10-18 NeilBrownmore error tests in lafs_mount
2010-10-18 NeilBrownFix lafs_seg_next to talk write-cluster properly.
2010-10-18 NeilBrownrollforward: use segpos functions to walk the addresses...
2010-10-18 NeilBrownrollforward: don't get upset about lafs_add_block_addre...
2010-10-18 NeilBrownrollforward: user writeback during add_block_address
2010-10-18 NeilBrownrollforward: finish DescHole handling.
2010-10-18 NeilBrownHandle new inodes during roll-forward.
2010-10-18 NeilBrownlafs_get_block: be consistent in interpreting return...
2010-10-15 NeilBrownroll-forward: don't iput any nlink==0 inode before...
2010-10-15 NeilBrownRoll-forward: change handling of 'desc' type.
2010-10-11 NeilBrownroll-forwards : review and minor fixes / cleanups.
2010-10-11 Neil Browncluster.c - various tidy-ups.
2010-10-10 NeilBrownREADME update
2010-10-10 NeilBrownWhile truncating, hold ref on superblock as well as...
2010-10-10 NeilBrownUse igrab_fs for I_Pinned handling.
2010-10-10 NeilBrownUse igrab_fs to hod refcounts on the inodes of orphans.
2010-10-10 NeilBrownFix lafs_iget_fs for subset filesystems.
2010-10-10 NeilBrownReturn ref on sb as well as ino from lafs_iget_fs
2010-10-10 NeilBrownroll forward clean up
2010-10-10 NeilBrownREADME/comment update
2010-10-10 NeilBrownBe more robust in face of read errors on orphan list.
2010-10-10 NeilBrownorphan: replace some pointless tests with BUGs.
2010-10-10 NeilBrownCombine dirty_iblock with setting Realloc on iblock.
2010-10-10 NeilBrownDon't use I_ICredit for UnincCredit when cleaning.
2010-10-10 NeilBrownMinor comments etc
2010-10-10 NeilBrownUse wait_on_bit / wake_bit to get more wait_queues
2010-10-10 NeilBrownREADME update and comment fix.
2010-10-10 NeilBrownuse little-endian bit operations for inode usage map.
2010-10-02 NeilBrownAdd proper locking to inode_handle_orphan
2010-10-02 NeilBrownImprove handling of snapshot name.
2010-10-01 NeilBrownFix calculation of table_size
2010-10-01 NeilBrownMinor formatting improvements.
2010-09-24 NeilBrownFix bug in sort_block
2010-09-19 NeilBrownUpdate filesys mtime
2010-09-19 NeilBrownuse i_mtime for file-set update time.
2010-09-19 NeilBrownProcess orphan file during mount.
2010-09-19 NeilBrownREADME update
2010-09-19 NeilBrownroll-forward: update youth block for new segments.
2010-09-19 NeilBrownUpdate youth during seg_apply_all
2010-09-19 NeilBrownsplit out set_youth.
2010-09-19 NeilBrownGeneralise segunused to seg_pop
2010-09-18 NeilBrownIntroduce DelayYouth
next