aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2015-03-18Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas
2013-12-20Btrfs: fix hole check in log_one_extentJosef Bacik
2013-08-14Btrfs: release both paths before logging dir/changed extentsJosef Bacik
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: remove almost all of the BUG()'s from tree-log.cJosef Bacik
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik
2013-05-06Btrfs: check return value of commit when recovering logJosef Bacik
2013-05-06Btrfs: don't try and free ebs twice in log replayJosef Bacik
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06Btrfs: log ram bytes properlyJosef Bacik
2013-05-06btrfs: Cleanup some redundant codes in btrfs_log_inode()Zhi Yong Wu
2013-04-13Btrfs: make sure nbytes are right after log replayJosef Bacik
2013-03-04Btrfs: use set_nlink if our i_nlink is 0Josef Bacik
2013-03-01Btrfs: delete inline extents when we find them during loggingJosef Bacik
2013-02-28Btrfs: fix memory leak of log rootsLiu Bo
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik
2013-01-24Btrfs: use right range to find checksum for compressed extentsLiu Bo
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik
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