summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingChris Mason
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03btrfs: fix shadow warning on cmpFabian Frederick
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba
2014-10-02btrfs: new define for the inline extent data startDavid Sterba
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana
2014-09-17Btrfs: avoid unnecessary switch of path locks to blocking modeFilipe Manana
2014-09-17Btrfs: unlock nodes earlier when inserting items in a btreeFilipe Manana
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik
2014-06-09Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo
2014-06-09Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: rework qgroup accountingJosef Bacik
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-03-10Btrfs: correctly determine if blocks are shared in btrfs_compare_treesFilipe Manana
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