summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2013-09-21Btrfs: drop dir i_size when adding new names on replayJosef Bacik
2013-09-21Btrfs: replay dir_index items before other itemsJosef Bacik
2013-09-21Btrfs: actually log directory we are fsync()'ingJosef Bacik
2013-09-01Btrfs: don't ignore errors from btrfs_run_delayed_itemsFilipe David Borba Manana
2013-09-01Btrfs: fix inode leak on kmalloc failure in tree-log.cFilipe David Borba Manana
2013-08-09Btrfs: release both paths before logging dir/changed extentsJosef Bacik
2013-06-14Btrfs: exclude logged extents before replying when we are mixedJosef Bacik
2013-06-14Btrfs: merge pending IO for tree log write backMiao Xie
2013-06-14Btrfs: kill replicate code in replay_one_bufferLiu Bo
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie
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