summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2016-07-27btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: Fixed dsize and last_off declarationsAlexandru Moise
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-08-09btrfs: abort transaction on btrfs_reloc_cow_block()Zhaolei
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-03-02Btrfs: fix off-by-one logic error in btrfs_realloc_nodeFilipe Manana
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan
2015-01-21Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-01-21Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Chris Mason
2015-01-21Btrfs: change how we track dirty rootsJosef Bacik
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana
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