aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsGravatar Qu Wenruo 1-2/+11
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-7/+5
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseGravatar Nikolay Borisov 1-1/+1
2020-03-23btrfs: switch to use new generic UUID APIGravatar Andy Shevchenko 1-3/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-2/+0
2020-03-23btrfs: hold a ref for the root in btrfs_find_orphan_rootsGravatar Josef Bacik 1-0/+3
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootGravatar Josef Bacik 1-34/+2
2020-01-08btrfs: do not delete mismatched root refsGravatar Josef Bacik 1-4/+6
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersGravatar Josef Bacik 1-1/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cGravatar Josef Bacik 1-0/+56
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathGravatar Filipe Manana 1-3/+1
2019-04-29btrfs: Don't panic when we can't find a root keyGravatar Qu Wenruo 1-5/+8
2019-02-27btrfs: check for refs on snapshot delete resumeGravatar Josef Bacik 1-2/+6
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemGravatar YueHaibing 1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refGravatar Lu Fengqi 1-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refGravatar Lu Fengqi 1-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_rootGravatar Lu Fengqi 1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-01-22btrfs: Cleanup existing name_len checksGravatar Qu Wenruo 1-7/+0
2017-10-30btrfs: Clean up dead code in root-treeGravatar Christos Gkekas 1-4/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
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-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 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