summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAge
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-21
|\
| * btrfs: Fixed dsize and last_off declarationsAlexandru Moise2015-10-21
* | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-29
|/
* btrfs: abort transaction on btrfs_reloc_cow_block()Zhaolei2015-08-09
* Btrfs: fix up read_tree_block to return proper errorLiu Bo2015-06-03
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-25
|\
| * Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-16
| * Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-16
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-25
|\ \
| * | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-03
| |/
* | Btrfs: fix off-by-one logic error in btrfs_realloc_nodeFilipe Manana2015-03-02
|/
* Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan2015-01-22
* Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana2015-01-21
* Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-21
|\
| * btrfs: unify extent buffer allocation apiDavid Sterba2014-12-12
| * btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba2014-12-12
* | Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Chris Mason2015-01-21
|\ \
| * | btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba2015-01-14
| * | btrfs: fix leak of path in btrfs_find_itemDavid Sterba2015-01-14
| |/
* | Btrfs: change how we track dirty rootsJosef Bacik2015-01-21
|/
* Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-02
|\
| * btrfs: fix lockups from btrfs_clear_path_blockingChris Mason2014-11-19
* | Btrfs: make xattr replace operations atomicFilipe Manana2014-11-20
|/
* Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-04
|\
| * btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-02
| * btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba2014-10-02
| * btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-02
| * btrfs: remove unused parameter from readahead_tree_blockDavid Sterba2014-10-02
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-04
|\ \
| * | btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-02
| * | btrfs: new define for the inline extent data startDavid Sterba2014-10-02
| |/
* | btrfs: fix shadow warning on cmpFabian Frederick2014-10-03
|/
* Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana2014-09-17
* Btrfs: avoid unnecessary switch of path locks to blocking modeFilipe Manana2014-09-17
* Btrfs: unlock nodes earlier when inserting items in a btreeFilipe Manana2014-09-17
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-17
* Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik2014-08-15
* Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo2014-06-09
* Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana2014-06-09
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-09
* Btrfs: rework qgroup accountingJosef Bacik2014-06-09
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-09
* Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik2014-04-07
* Btrfs: remove transaction from sendJosef Bacik2014-04-06
* Btrfs: correctly determine if blocks are shared in btrfs_compare_treesFilipe Manana2014-03-10
* Btrfs: fix btrfs_search_slot_for_read backwards iterationFilipe David Borba Manana2014-01-29
* Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong2014-01-28
* Btrfs: reduce btree node locking duration on item updateFilipe David Borba Manana2014-01-28
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-28
* Btrfs: fix tree mod loggingFilipe David Borba Manana2014-01-28