aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Chris Mason 1-25/+28
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Chris Mason 1-5/+4
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersGravatar David Sterba 1-5/+4
2015-03-02Btrfs: fix off-by-one logic error in btrfs_realloc_nodeGravatar Filipe Manana 1-4/+4
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedGravatar Daniel Dressler 1-13/+13
2015-02-16Btrfs: ctree: reduce args where only fs_info usedGravatar Daniel Dressler 1-12/+15
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.Gravatar chandan 1-1/+1
2015-01-21Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionGravatar Filipe Manana 1-2/+4
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Gravatar Chris Mason 1-8/+5
2015-01-21Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Gravatar Chris Mason 1-13/+5
2015-01-21Btrfs: change how we track dirty rootsGravatar Josef Bacik 1-4/+12
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLGravatar David Sterba 1-1/+2
2015-01-14btrfs: fix leak of path in btrfs_find_itemGravatar David Sterba 1-13/+4
2014-12-12btrfs: unify extent buffer allocation apiGravatar David Sterba 1-3/+2
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockGravatar David Sterba 1-5/+3
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Gravatar Chris Mason 1-12/+2
2014-11-20Btrfs: make xattr replace operations atomicGravatar Filipe Manana 1-1/+1
2014-11-19btrfs: fix lockups from btrfs_clear_path_blockingGravatar Chris Mason 1-12/+2
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Gravatar Chris Mason 1-32/+22
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Chris Mason 1-5/+3
2014-10-03btrfs: fix shadow warning on cmpGravatar Fabian Frederick 1-4/+4
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperGravatar David Sterba 1-3/+2
2014-10-02btrfs: new define for the inline extent data startGravatar David Sterba 1-2/+1
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameGravatar David Sterba 1-15/+11
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockGravatar David Sterba 1-7/+5
2014-10-02btrfs: remove parameter blocksize from read_tree_blockGravatar David Sterba 1-7/+3
2014-10-02btrfs: remove unused parameter from readahead_tree_blockGravatar David Sterba 1-3/+3
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedGravatar Filipe Manana 1-4/+7
2014-09-17Btrfs: avoid unnecessary switch of path locks to blocking modeGravatar Filipe Manana 1-2/+1
2014-09-17Btrfs: unlock nodes earlier when inserting items in a btreeGravatar Filipe Manana 1-6/+6
2014-09-17btrfs: use nodesize everywhere, kill leafsizeGravatar David Sterba 1-9/+9
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaGravatar Josef Bacik 1-10/+10
2014-06-09Btrfs: fix leaf corruption after __btrfs_drop_extentsGravatar Liu Bo 1-0/+18
2014-06-09Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemGravatar Filipe Manana 1-1/+11
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeGravatar Josef Bacik 1-0/+4
2014-06-09Btrfs: rework qgroup accountingGravatar Josef Bacik 1-40/+5
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Gravatar Miao Xie 1-11/+14
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendGravatar Josef Bacik 1-0/+6
2014-04-06Btrfs: remove transaction from sendGravatar Josef Bacik 1-88/+0
2014-03-10Btrfs: correctly determine if blocks are shared in btrfs_compare_treesGravatar Filipe Manana 1-1/+10
2014-01-29Btrfs: fix btrfs_search_slot_for_read backwards iterationGravatar Filipe David Borba Manana 1-1/+3
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataGravatar Wang Shilong 1-0/+43
2014-01-28Btrfs: reduce btree node locking duration on item updateGravatar Filipe David Borba Manana 1-9/+14
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-8/+8
2014-01-28Btrfs: fix tree mod loggingGravatar Filipe David Borba Manana 1-89/+296
2014-01-28Btrfs: return immediately if tree log mod is not necessaryGravatar Filipe David Borba Manana 1-1/+1
2014-01-28Btrfs: more efficient push_leaf_rightGravatar Filipe David Borba Manana 1-0/+13
2014-01-28Btrfs: try harder to avoid btree node splitsGravatar Filipe David Borba Manana 1-6/+14
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityGravatar Kelley Nielsen 1-13/+13
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityGravatar Kelley Nielsen 1-2/+8