summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/root-tree.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik1-0/+1
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-2/+2
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-10/+9
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-1/+2
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-09-26btrfs: simplify error handling at btrfs_del_root_ref()Filipe Manana1-9/+7
2022-08-23btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana1-1/+2
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik1-0/+15
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-1/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-2/+2
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-12-08btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo1-1/+2
2021-10-18btrfs: Use memset_startat() to clear end of structKees Cook1-4/+2
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo1-2/+11
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-7/+5
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov1-1/+1
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko1-3/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-2/+0
2020-03-23btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik1-0/+3
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik1-34/+2
2020-01-08btrfs: do not delete mismatched root refsJosef Bacik1-4/+6
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-1/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik1-0/+56
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana1-3/+1
2019-04-29btrfs: Don't panic when we can't find a root keyQu Wenruo1-5/+8
2019-02-27btrfs: check for refs on snapshot delete resumeJosef Bacik1-2/+6
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing1-2/+2
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi1-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi1-5/+4
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-7/+0
2017-10-30btrfs: Clean up dead code in root-treeChristos Gkekas1-4/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney1-3/+4
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-06-21btrfs: Check name_len before in btrfs_del_root_refSu Yue1-0/+7
2017-04-18btrfs: Use ktime_get_real_ts for root ctimeDeepa Dinamani1-1/+2
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval1-3/+3
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-1/+1
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-8/+7
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-3/+6
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-12/+6