aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootGravatar Jeff Mahoney 1-3/+4
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentGravatar David Sterba 1-1/+1
2017-06-21btrfs: Check name_len before in btrfs_del_root_refGravatar Su Yue 1-0/+7
2017-04-18btrfs: Use ktime_get_real_ts for root ctimeGravatar Deepa Dinamani 1-1/+2
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleGravatar Omar Sandoval 1-3/+3
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-8/+7
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 1-3/+6
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-12/+6
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansGravatar Jeff Mahoney 1-9/+18
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-5/+5
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525Gravatar David Sterba 1-2/+2
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-2/+2
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorGravatar Anand Jain 1-2/+2
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2016-03-03Btrfs: fix loading of orphan roots leading to BUG_ONGravatar Filipe Manana 1-1/+9
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 1-1/+1
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Chris Mason 1-1/+1
2015-10-21btrfs: Fixed declaration of old_lenGravatar Alexandru Moise 1-1/+1
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Gravatar Chris Mason 1-2/+2
2015-10-08btrfs: switch more printks to our helpersGravatar David Sterba 1-2/+3
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Gravatar Anand Jain 1-2/+2
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Gravatar Miao Xie 1-1/+1
2014-03-10btrfs: Use PTR_ERR_OR_ZEROGravatar Sachin Kamat 1-1/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-2/+2
2014-01-28btrfs: expand btrfs_find_item() to include find_root_ref functionalityGravatar Kelley Nielsen 1-15/+0
2013-10-10Btrfs: insert orphan roots into fs radix treeGravatar Miao Xie 1-5/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-2/+1
2013-09-01btrfs: mark some local function as 'static'Gravatar Sergei Trofimovich 1-2/+2
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertGravatar Qu Wenruo 1-7/+7
2013-07-02Btrfs: cleanup orphaned root orphan itemGravatar Josef Bacik 1-2/+29
2013-06-14Btrfs: remove unused code in btrfs_del_rootGravatar Liu Bo 1-4/+0
2013-06-14Btrfs: cleanup the similar code of the fs root readGravatar Miao Xie 1-117/+53
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Gravatar Stefan Behrens 1-4/+3
2012-12-16Btrfs: rename root_times_lock to root_item_lockGravatar Anand Jain 1-2/+2
2012-10-08btrfs: move transaction aborts to the point of failureGravatar David Sterba 1-12/+17
2012-08-28Btrfs: fix some endian bugs handling the root timesGravatar Dan Carpenter 1-2/+2
2012-07-25Btrfs: introduce subvol uuids and timesGravatar Alexander Block 1-6/+101
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-2/+10
2012-03-22btrfs: btrfs_update_root error push-upGravatar Jeff Mahoney 1-1/+3
2012-03-22btrfs: Simplify btrfs_insert_rootGravatar Jeff Mahoney 1-6/+3
2011-08-01btrfs: make btrfs_set_root_node voidGravatar Mark Fasheh 1-3/+2
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersGravatar Chris Mason 1-1/+5
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsGravatar Tsutomu Itoh 1-1/+5
2011-05-06btrfs: remove all unused functionsGravatar David Sterba 1-47/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathGravatar David Sterba 1-5/+5
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesGravatar Li Zefan 1-0/+18
2011-03-28Btrfs: cleanup some BUG_ON()Gravatar Tsutomu Itoh 1-2/+4
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 1-2/+0