aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik1-10/+10
2014-06-09Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo1-0/+18
2014-06-09Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana1-1/+11
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+4
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-40/+5
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-11/+14
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik1-0/+6
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-88/+0
2014-03-10Btrfs: correctly determine if blocks are shared in btrfs_compare_treesFilipe Manana1-1/+10
2014-01-29Btrfs: fix btrfs_search_slot_for_read backwards iterationFilipe David Borba Manana1-1/+3
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong1-0/+43
2014-01-28Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana1-9/+14
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-8/+8
2014-01-28Btrfs: fix tree mod loggingFilipe David Borba Manana1-89/+296
2014-01-28Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: more efficient push_leaf_rightFilipe David Borba Manana1-0/+13
2014-01-28Btrfs: try harder to avoid btree node splitsFilipe David Borba Manana1-6/+14
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen1-13/+13
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen1-2/+8
2014-01-28btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen1-0/+37
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik1-2/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-1/+1
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-4/+2
2013-11-11Btrfs: fix btrfs_prev_leaf() previous key computationFilipe David Borba Manana1-4/+8
2013-11-11Btrfs: kill unused code in btrfs_search_forwardLiu Bo1-2/+0
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana1-1/+0
2013-11-11btrfs: remove unused parameter from btrfs_header_fsidRoss Kirk1-5/+5
2013-11-11Btrfs: do a full search everytime in btrfs_search_old_slotJosef Bacik1-2/+6
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk1-17/+17
2013-09-21Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik1-2/+5
2013-09-01Btrfs: optimize key searches in btrfs_search_slotFilipe David Borba Manana1-2/+40
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven1-4/+3
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven1-10/+5
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-4/+2
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-3/+3
2013-09-01Btrfs: fix send issues related to inode number reuseJosef Bacik1-10/+11
2013-09-01Btrfs: stop using GFP_ATOMIC when allocating rewind ebsJosef Bacik1-7/+12
2013-09-01Btrfs: deal with enomem in the rewind pathJosef Bacik1-2/+14
2013-09-01Btrfs: stop using GFP_ATOMIC for the tree mod log allocationsJosef Bacik1-105/+56
2013-08-09Btrfs: fix extent buffer leak after backref walkingLiu Bo1-1/+0
2013-07-02Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik1-1/+2
2013-07-02Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik1-4/+6
2013-07-01Btrfs: optimize reada_for_balanceJosef Bacik1-37/+9
2013-07-01Btrfs: optimize read_block_for_searchJosef Bacik1-27/+20
2013-06-14Btrfs: check if leaf's parent exists before pushing items aroundLiu Bo1-1/+1
2013-06-14Btrfs: dont do log_removal in insert_new_rootLiu Bo1-5/+5
2013-06-14Btrfs: fix a commentStefan Behrens1-1/+1
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik1-1/+3
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-7/+2
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-3/+44