aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsGravatar Chris Mason 1-3/+5
2014-01-28Btrfs: flush the dirty pages of the ordered extent aggressively during loggin...Gravatar Miao Xie 1-1/+5
2014-01-28Btrfs: faster file extent item replace operationsGravatar Filipe David Borba Manana 1-9/+15
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityGravatar Kelley Nielsen 1-1/+2
2014-01-28Btrfs: incompatible format change to remove hole extentsGravatar Josef Bacik 1-10/+162
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeGravatar Josef Bacik 1-1/+1
2013-11-20Btrfs: make sure to copy everything if we renameGravatar Josef Bacik 1-1/+2
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Gravatar Dulshani Gunawardhana 1-5/+2
2013-11-11Btrfs: log recovery, don't unlink inode always on errorGravatar Filipe David Borba Manana 1-1/+4
2013-11-11Btrfs: fix csum search offset/length calculation in log treeGravatar Filipe David Borba Manana 1-7/+7
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Gravatar Wang Shilong 1-2/+0
2013-11-11btrfs: remove fs/btrfs/compat.hGravatar Zach Brown 1-5/+4
2013-11-11Btrfs: optimize tree-log.c:count_inode_refs()Gravatar Filipe David Borba Manana 1-0/+5
2013-11-11btrfs: Fix memory leakage in the tree-log.cGravatar Geyslan G. Bem 1-14/+19
2013-11-11Btrfs: remove unnecessary key copy when logging inodeGravatar Filipe David Borba Manana 1-3/+2
2013-11-11Btrfs: fix hole check in log_one_extentGravatar Josef Bacik 1-1/+1
2013-11-11Btrfs: cleanup reserved space when freeing tree log on errorGravatar Josef Bacik 1-22/+25
2013-11-11Btrfs: remove unnecessary tree search when logging inodeGravatar Filipe David Borba Manana 1-5/+5
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardGravatar Filipe David Borba Manana 1-7/+2
2013-09-21Btrfs: drop dir i_size when adding new names on replayGravatar Josef Bacik 1-0/+27
2013-09-21Btrfs: replay dir_index items before other itemsGravatar Josef Bacik 1-3/+12
2013-09-21Btrfs: actually log directory we are fsync()'ingGravatar Josef Bacik 1-1/+9
2013-09-01Btrfs: don't ignore errors from btrfs_run_delayed_itemsGravatar Filipe David Borba Manana 1-4/+9
2013-09-01Btrfs: fix inode leak on kmalloc failure in tree-log.cGravatar Filipe David Borba Manana 1-2/+4
2013-08-09Btrfs: release both paths before logging dir/changed extentsGravatar Josef Bacik 1-3/+2
2013-06-14Btrfs: exclude logged extents before replying when we are mixedGravatar Josef Bacik 1-0/+12
2013-06-14Btrfs: merge pending IO for tree log write backGravatar Miao Xie 1-3/+14
2013-06-14Btrfs: kill replicate code in replay_one_bufferGravatar Liu Bo 1-7/+2
2013-06-14Btrfs: cleanup the similar code of the fs root readGravatar Miao Xie 1-2/+1
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-3/+3
2013-05-06Btrfs: remove almost all of the BUG()'s from tree-log.cGravatar Josef Bacik 1-53/+98
2013-05-06Btrfs: deal with free space cache errors while replaying logGravatar Josef Bacik 1-20/+43
2013-05-06Btrfs: check return value of commit when recovering logGravatar Josef Bacik 1-5/+6
2013-05-06Btrfs: don't try and free ebs twice in log replayGravatar Josef Bacik 1-7/+0
2013-05-06Btrfs: remove unused argument of btrfs_extend_item()Gravatar Tsutomu Itoh 1-1/+1
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledGravatar Tsutomu Itoh 1-1/+1
2013-05-06Btrfs: fix bad extent loggingGravatar Josef Bacik 1-138/+6
2013-05-06Btrfs: log ram bytes properlyGravatar Josef Bacik 1-1/+1
2013-05-06btrfs: Cleanup some redundant codes in btrfs_log_inode()Gravatar Zhi Yong Wu 1-2/+0
2013-04-13Btrfs: make sure nbytes are right after log replayGravatar Josef Bacik 1-6/+42
2013-03-04Btrfs: use set_nlink if our i_nlink is 0Gravatar Josef Bacik 1-1/+4
2013-03-01Btrfs: delete inline extents when we find them during loggingGravatar Josef Bacik 1-0/+18
2013-02-28Btrfs: fix memory leak of log rootsGravatar Liu Bo 1-2/+4
2013-02-26btrfs: cleanup for open-coded alignmentGravatar Qu Wenruo 1-2/+1
2013-02-20btrfs: remove cache only arguments from defrag pathGravatar Eric Sandeen 1-2/+2
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayGravatar Liu Bo 1-2/+1
2013-02-20Btrfs: wait on ordered extents at the last possible momentGravatar Josef Bacik 1-4/+128
2013-01-24Btrfs: use right range to find checksum for compressed extentsGravatar Liu Bo 1-0/+5
2013-01-24Btrfs: do not allow logged extents to be merged or removedGravatar Josef Bacik 1-2/+3
2012-12-16Btrfs: use tokens where we can in the tree logGravatar Josef Bacik 1-54/+73