aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-117/+114
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-115/+140
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-39/+39
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba1-2/+2
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-3/+3
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba1-20/+9
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba1-5/+5
2016-09-26Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo1-1/+5
2016-09-26Btrfs: memset to avoid stale content in btree leafLiu Bo1-14/+0
2016-09-26btrfs: parent_start initialization cleanupGoldwyn Rodrigues1-15/+3
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+6
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada1-3/+1
2016-09-26btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques1-2/+0
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-6/+6
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-1/+1
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo1-21/+48
2016-07-26Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo1-0/+8
2016-06-23Btrfs: fix error handling in map_private_extent_bufferLiu Bo1-1/+5
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney1-1/+4
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo1-0/+2
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-2/+4
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-7/+7
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-7/+7
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-3/+3
2016-04-04btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba1-4/+8
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba1-1/+1
2016-02-11btrfs: send: use GFP_KERNEL everywhereDavid Sterba1-1/+1
2016-02-01Btrfs: Use (eb->start, seq) as search key for tree modification logChandan Rajendra1-17/+17
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-5/+4
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-2/+2
2015-10-21btrfs: Fixed dsize and last_off declarationsAlexandru Moise1-2/+2
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-3/+3
2015-08-09btrfs: abort transaction on btrfs_reloc_cow_block()Zhaolei1-1/+3
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo1-6/+10
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-25/+28
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-5/+4
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-5/+4
2015-03-02Btrfs: fix off-by-one logic error in btrfs_realloc_nodeFilipe Manana1-4/+4
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler1-13/+13
2015-02-16Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler1-12/+15
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan1-1/+1
2015-01-21Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana1-2/+4
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-8/+5
2015-01-21Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-13/+5
2015-01-21Btrfs: change how we track dirty rootsJosef Bacik1-4/+12
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba1-1/+2
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba1-13/+4