summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/root-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo2020-10-071-2/+11
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-7/+5
* btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov2020-03-231-1/+1
* btrfs: switch to use new generic UUID APIAndy Shevchenko2020-03-231-3/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-2/+0
* btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik2020-03-231-0/+3
* btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik2020-03-231-34/+2
* btrfs: do not delete mismatched root refsJosef Bacik2020-01-081-4/+6
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-1/+1
* btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2019-07-041-0/+56
* Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana2019-05-091-3/+1
* btrfs: Don't panic when we can't find a root keyQu Wenruo2019-04-291-5/+8
* btrfs: check for refs on snapshot delete resumeJosef Bacik2019-02-271-2/+6
* btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing2019-02-251-2/+2
* btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-5/+4
* btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-061-5/+4
* btrfs: Remove fs_info from btrfs_del_rootLu Fengqi2018-08-061-2/+2
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-7/+0
* btrfs: Clean up dead code in root-treeChristos Gkekas2017-10-301-4/+0
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-211-3/+4
* | btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-1/+1
|/
* btrfs: Check name_len before in btrfs_del_root_refSu Yue2017-06-211-0/+7
* btrfs: Use ktime_get_real_ts for root ctimeDeepa Dinamani2017-04-181-1/+2
* Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval2017-02-141-3/+3
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-1/+1
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-1/+1
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-8/+7
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-3/+6
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-12/+6
* btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-251-9/+18
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-5/+5
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-2/+2
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-2/+2
* | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-2/+2
|/
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-211-1/+1
|\
| * btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-1/+1
* | Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana2016-03-031-1/+9
|/
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-1/+1
|\
| * btrfs: Fixed declaration of old_lenAlexandru Moise2015-10-211-1/+1
* | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-121-2/+2
|\ \
| * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-2/+2
| |/
* / btrfs: switch more printks to our helpersDavid Sterba2015-10-081-2/+3
|/
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-1/+1
* btrfs: Use PTR_ERR_OR_ZEROSachin Kamat2014-03-101-1/+2
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-2/+2