summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2015-07-03Btrfs: make xattr replace operations atomicFilipe Manana
2015-03-06btrfs: fix leak of path in btrfs_find_itemDavid Sterba
2014-01-29Btrfs: fix btrfs_search_slot_for_read backwards iterationFilipe David Borba Manana
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong
2014-01-28Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: fix tree mod loggingFilipe David Borba Manana
2014-01-28Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana
2014-01-28Btrfs: more efficient push_leaf_rightFilipe David Borba Manana
2014-01-28Btrfs: try harder to avoid btree node splitsFilipe David Borba Manana
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen
2014-01-28btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: fix btrfs_prev_leaf() previous key computationFilipe David Borba Manana
2013-11-11Btrfs: kill unused code in btrfs_search_forwardLiu Bo
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk
2013-11-11Btrfs: do a full search everytime in btrfs_search_old_slotJosef Bacik
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk
2013-09-21Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik
2013-09-01Btrfs: optimize key searches in btrfs_search_slotFilipe David Borba Manana
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens
2013-09-01Btrfs: fix send issues related to inode number reuseJosef Bacik
2013-09-01Btrfs: stop using GFP_ATOMIC when allocating rewind ebsJosef Bacik
2013-09-01Btrfs: deal with enomem in the rewind pathJosef Bacik
2013-09-01Btrfs: stop using GFP_ATOMIC for the tree mod log allocationsJosef Bacik
2013-08-09Btrfs: fix extent buffer leak after backref walkingLiu Bo
2013-07-02Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik
2013-07-02Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik
2013-07-01Btrfs: optimize reada_for_balanceJosef Bacik
2013-07-01Btrfs: optimize read_block_for_searchJosef Bacik
2013-06-14Btrfs: check if leaf's parent exists before pushing items aroundLiu Bo
2013-06-14Btrfs: dont do log_removal in insert_new_rootLiu Bo
2013-06-14Btrfs: fix a commentStefan Behrens
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt
2013-05-06Btrfs: fix all callers of read_tree_blockJosef 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: remove unused argument of fixup_low_keys()Tsutomu Itoh
2013-05-06Btrfs: fix unlock after free on rewinded tree blocksJan Schmidt
2013-05-06Btrfs: fix accessing the root pointer in tree mod log functionsJan Schmidt
2013-05-06Btrfs: fix tree mod log regression on root split operationsJan Schmidt