summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba6-20/+33
2020-03-23btrfs: move root node locking helpers to locking.cDavid Sterba2-38/+42
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik19-106/+106
2020-03-23btrfs: add a leak check for rootsJosef Bacik4-1/+42
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik4-33/+21
2020-03-23btrfs: move fs_info init work into it's own helper functionJosef Bacik1-81/+84
2020-03-23btrfs: free more things in btrfs_free_fs_infoJosef Bacik1-36/+24
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik14-106/+27
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik5-23/+23
2020-03-23btrfs: hold a ref on the root in open_ctreeJosef Bacik1-0/+8
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik4-20/+22
2020-03-23btrfs: hold a ref on the root in btrfs_check_uuid_tree_entryJosef Bacik1-1/+5
2020-03-23btrfs: hold a ref on the root in btrfs_recover_log_treesJosef Bacik1-0/+5
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik2-0/+7
2020-03-23btrfs: hold a ref on the root in get_subvol_name_from_objectidJosef Bacik1-1/+10
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_sendJosef Bacik1-4/+24
2020-03-23btrfs: hold a ref on the root in scrub_print_warning_inodeJosef Bacik1-0/+7
2020-03-23btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik1-0/+3
2020-03-23btrfs: push grab_fs_root into read_fs_rootJosef Bacik1-26/+9
2020-03-23btrfs: hold a ref on the root in btrfs_recover_relocationJosef Bacik1-3/+18
2020-03-23btrfs: hold a ref on the root in create_reloc_inodeJosef Bacik1-1/+6
2020-03-23btrfs: hold a ref on the root in find_data_referencesJosef Bacik1-1/+7
2020-03-23btrfs: hold a ref on the root in record_reloc_root_in_transJosef Bacik1-1/+5
2020-03-23btrfs: hold a ref on the root in merge_reloc_rootsJosef Bacik1-0/+2
2020-03-23btrfs: hold a ref on the root in prepare_to_mergeJosef Bacik1-0/+2
2020-03-23btrfs: hold a ref on the root in build_backref_treeJosef Bacik1-9/+29
2020-03-23btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik1-8/+14
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik1-4/+8
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik1-13/+20
2020-03-23btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik1-0/+7
2020-03-23btrfs: hold a ref on the root in search_ioctlJosef Bacik1-1/+6
2020-03-23btrfs: hold a ref on the root in create_subvolJosef Bacik1-0/+6
2020-03-23btrfs: hold a ref on the root in fixup_tree_root_locationJosef Bacik1-0/+6
2020-03-23btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik1-0/+5
2020-03-23btrfs: hold a root ref in btrfs_get_dentryJosef Bacik1-0/+5
2020-03-23btrfs: hold a ref on the root in resolve_indirect_refJosef Bacik1-1/+9
2020-03-23btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik1-1/+5
2020-03-23btrfs: describe the space reservation system in generalJosef Bacik1-0/+147
2020-03-23btrfs: add a comment describing delalloc space reservationJosef Bacik1-0/+102
2020-03-23btrfs: add a comment describing block reservesJosef Bacik1-0/+92
2020-03-23btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik1-0/+4
2020-03-23btrfs: make the fs root init functions staticJosef Bacik2-6/+3
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik12-23/+17
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik2-14/+1
2020-03-23btrfs: make relocation use btrfs_read_tree_root()Josef Bacik1-2/+4
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik3-3/+5
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik1-34/+2
2020-03-23btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik1-6/+5
2020-03-23btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik1-21/+15
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik2-135/+0