summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2012-12-16Btrfs: use tokens where we can in the tree logJosef Bacik
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik
2012-12-16Btrfs: don't bother copying if we're only logging the inodeJosef Bacik
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik
2012-12-12Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is setMiao Xie
2012-12-12Btrfs: fix unprotected extent map operation when logging file extentsMiao Xie
2012-12-12Btrfs: fix wrong file extent lengthMiao Xie
2012-12-12Btrfs: do not log extents when we only log new namesLiu Bo
2012-10-12btrfs: Fix compilation with user namespace support enabledEric W. Biederman
2012-10-09btrfs: init ref_index to zero in add_inode_refChris Mason
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens
2012-10-09Btrfs: don't bother committing delayed inode updates when fsyncingJosef Bacik
2012-10-09Btrfs: be smarter about dropping things from the tree logJosef Bacik
2012-10-09Btrfs: don't lookup csums for prealloc extentsJosef Bacik
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-09btrfs: extended inode refsMark Fasheh
2012-10-08btrfs: improved readablity for add_inode_refJan Schmidt
2012-10-08Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik
2012-10-01Btrfs: fix unprotected ->log_batchMiao Xie
2012-10-01Btrfs: add hole punchingJosef Bacik
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik
2012-10-01Btrfs: check if an inode has no checksum when logging itLiu Bo
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo
2012-10-01Btrfs: cleanup extents after we finish logging inodeLiu Bo
2012-10-01Btrfs: only warn if we hit an error when doing the tree loggingJosef Bacik
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh
2012-07-02Btrfs: run delayed directory updates during log replayChris Mason
2012-05-30Btrfs: fix return code in drop_objectid_itemsJosef Bacik
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik
2012-05-30Btrfs: return value of btrfs_read_buffer is checked correctlyTsutomu Itoh
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-01-26btrfs: Fix busyloops in transaction waiting codeJan Kara
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason
2011-11-06Btrfs: don't wait as long for more batches during SSD log commitChris Mason
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-08-16Btrfs: fix an oops of log replayliubo
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason
2011-07-14btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason