aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik
2020-03-23btrfs: hold a ref on the root in open_ctreeJosef Bacik
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_check_uuid_tree_entryJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_recover_log_treesJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik
2020-03-23btrfs: hold a ref on the root in get_subvol_name_from_objectidJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_sendJosef Bacik
2020-03-23btrfs: hold a ref on the root in scrub_print_warning_inodeJosef Bacik
2020-03-23btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik
2020-03-23btrfs: push grab_fs_root into read_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_recover_relocationJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_reloc_inodeJosef Bacik
2020-03-23btrfs: hold a ref on the root in find_data_referencesJosef Bacik
2020-03-23btrfs: hold a ref on the root in record_reloc_root_in_transJosef Bacik
2020-03-23btrfs: hold a ref on the root in merge_reloc_rootsJosef Bacik
2020-03-23btrfs: hold a ref on the root in prepare_to_mergeJosef Bacik
2020-03-23btrfs: hold a ref on the root in build_backref_treeJosef Bacik
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik
2020-03-23btrfs: hold a ref on the root in search_ioctlJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_subvolJosef Bacik
2020-03-23btrfs: hold a ref on the root in fixup_tree_root_locationJosef Bacik
2020-03-23btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik
2020-03-23btrfs: hold a root ref in btrfs_get_dentryJosef Bacik
2020-03-23btrfs: hold a ref on the root in resolve_indirect_refJosef Bacik
2020-03-23btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik
2020-03-23btrfs: describe the space reservation system in generalJosef Bacik
2020-03-23btrfs: add a comment describing delalloc space reservationJosef Bacik
2020-03-23btrfs: add a comment describing block reservesJosef Bacik
2020-03-23btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: make the fs root init functions staticJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik
2020-03-23btrfs: make relocation use btrfs_read_tree_root()Josef Bacik
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik
2020-03-23btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2020-03-23btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Su Yue
2020-03-23btrfs: relocation: Add introduction of how relocation worksQu Wenruo
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana