summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2015-03-06btrfs: fix leak of path in btrfs_find_itemDavid Sterba
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason
2014-01-28Btrfs: flush the dirty pages of the ordered extent aggressively during loggin...Miao Xie
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik
2013-11-20Btrfs: make sure to copy everything if we renameJosef Bacik
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: log recovery, don't unlink inode always on errorFilipe David Borba Manana
2013-11-11Btrfs: fix csum search offset/length calculation in log treeFilipe David Borba Manana
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown
2013-11-11Btrfs: optimize tree-log.c:count_inode_refs()Filipe David Borba Manana
2013-11-11btrfs: Fix memory leakage in the tree-log.cGeyslan G. Bem
2013-11-11Btrfs: remove unnecessary key copy when logging inodeFilipe David Borba Manana
2013-11-11Btrfs: fix hole check in log_one_extentJosef Bacik
2013-11-11Btrfs: cleanup reserved space when freeing tree log on errorJosef Bacik
2013-11-11Btrfs: remove unnecessary tree search when logging inodeFilipe David Borba Manana
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana
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