aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-3/+3
2013-05-06Btrfs: remove almost all of the BUG()'s from tree-log.cJosef Bacik1-53/+98
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik1-20/+43
2013-05-06Btrfs: check return value of commit when recovering logJosef Bacik1-5/+6
2013-05-06Btrfs: don't try and free ebs twice in log replayJosef Bacik1-7/+0
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh1-1/+1
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-1/+1
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-138/+6
2013-05-06Btrfs: log ram bytes properlyJosef Bacik1-1/+1
2013-05-06btrfs: Cleanup some redundant codes in btrfs_log_inode()Zhi Yong Wu1-2/+0
2013-04-13Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-03-04Btrfs: use set_nlink if our i_nlink is 0Josef Bacik1-1/+4
2013-03-01Btrfs: delete inline extents when we find them during loggingJosef Bacik1-0/+18
2013-02-28Btrfs: fix memory leak of log rootsLiu Bo1-2/+4
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-2/+1
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen1-2/+2
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo1-2/+1
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik1-4/+128
2013-01-24Btrfs: use right range to find checksum for compressed extentsLiu Bo1-0/+5
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik1-2/+3
2012-12-16Btrfs: use tokens where we can in the tree logJosef Bacik1-54/+73
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik1-144/+194
2012-12-16Btrfs: don't bother copying if we're only logging the inodeJosef Bacik1-6/+34
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik1-2/+8
2012-12-12Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is setMiao Xie1-1/+4
2012-12-12Btrfs: fix unprotected extent map operation when logging file extentsMiao Xie1-0/+2
2012-12-12Btrfs: fix wrong file extent lengthMiao Xie1-8/+2
2012-12-12Btrfs: do not log extents when we only log new namesLiu Bo1-1/+2
2012-10-12btrfs: Fix compilation with user namespace support enabledEric W. Biederman1-2/+2
2012-10-09btrfs: init ref_index to zero in add_inode_refChris Mason1-1/+1
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens1-2/+5
2012-10-09Btrfs: don't bother committing delayed inode updates when fsyncingJosef Bacik1-19/+65
2012-10-09Btrfs: be smarter about dropping things from the tree logJosef Bacik1-2/+13
2012-10-09Btrfs: don't lookup csums for prealloc extentsJosef Bacik1-2/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-1/+2
2012-10-09btrfs: extended inode refsMark Fasheh1-52/+293
2012-10-08btrfs: improved readablity for add_inode_refJan Schmidt1-81/+97
2012-10-08Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik1-6/+40
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik1-4/+17
2012-10-01Btrfs: fix unprotected ->log_batchMiao Xie1-7/+5
2012-10-01Btrfs: add hole punchingJosef Bacik1-1/+1
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik1-5/+2
2012-10-01Btrfs: check if an inode has no checksum when logging itLiu Bo1-11/+12
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo1-0/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo1-3/+3
2012-10-01Btrfs: cleanup extents after we finish logging inodeLiu Bo1-0/+6
2012-10-01Btrfs: only warn if we hit an error when doing the tree loggingJosef Bacik1-1/+1
2012-10-01Btrfs: turbo charge fsyncJosef Bacik1-6/+214
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh1-2/+2
2012-07-02Btrfs: run delayed directory updates during log replayChris Mason1-0/+6