summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-30Btrfs: fix return code in drop_objectid_itemsJosef Bacik1-0/+2
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik1-16/+1
2012-05-30Btrfs: return value of btrfs_read_buffer is checked correctlyTsutomu Itoh1-3/+13
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason1-1/+1
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-16/+63
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-10/+7
2012-01-26btrfs: Fix busyloops in transaction waiting codeJan Kara1-2/+4
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason1-1/+1
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-1/+1
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-9/+10