summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-2314-106/+27
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-235-23/+23
* btrfs: hold a ref on the root in open_ctreeJosef Bacik2020-03-231-0/+8
* btrfs: export and rename free_fs_infoJosef Bacik2020-03-234-20/+22
* btrfs: hold a ref on the root in btrfs_check_uuid_tree_entryJosef Bacik2020-03-231-1/+5
* btrfs: hold a ref on the root in btrfs_recover_log_treesJosef Bacik2020-03-231-0/+5
* btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik2020-03-232-0/+7
* btrfs: hold a ref on the root in get_subvol_name_from_objectidJosef Bacik2020-03-231-1/+10
* btrfs: hold a ref on the root in btrfs_ioctl_sendJosef Bacik2020-03-231-4/+24
* btrfs: hold a ref on the root in scrub_print_warning_inodeJosef Bacik2020-03-231-0/+7
* btrfs: hold a ref for the root in btrfs_find_orphan_rootsJosef Bacik2020-03-231-0/+3
* btrfs: push grab_fs_root into read_fs_rootJosef Bacik2020-03-231-26/+9
* btrfs: hold a ref on the root in btrfs_recover_relocationJosef Bacik2020-03-231-3/+18
* btrfs: hold a ref on the root in create_reloc_inodeJosef Bacik2020-03-231-1/+6
* btrfs: hold a ref on the root in find_data_referencesJosef Bacik2020-03-231-1/+7
* btrfs: hold a ref on the root in record_reloc_root_in_transJosef Bacik2020-03-231-1/+5
* btrfs: hold a ref on the root in merge_reloc_rootsJosef Bacik2020-03-231-0/+2
* btrfs: hold a ref on the root in prepare_to_mergeJosef Bacik2020-03-231-0/+2
* btrfs: hold a ref on the root in build_backref_treeJosef Bacik2020-03-231-9/+29
* btrfs: hold ref on root in btrfs_ioctl_default_subvolJosef Bacik2020-03-231-8/+14
* btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_infoJosef Bacik2020-03-231-4/+8
* btrfs: hold a ref on the root in btrfs_search_path_in_tree_userJosef Bacik2020-03-231-13/+20
* btrfs: hold a ref on the root in btrfs_search_path_in_treeJosef Bacik2020-03-231-0/+7
* btrfs: hold a ref on the root in search_ioctlJosef Bacik2020-03-231-1/+6
* btrfs: hold a ref on the root in create_subvolJosef Bacik2020-03-231-0/+6
* btrfs: hold a ref on the root in fixup_tree_root_locationJosef Bacik2020-03-231-0/+6
* btrfs: hold a ref on the root in __btrfs_run_defrag_inodeJosef Bacik2020-03-231-0/+5
* btrfs: hold a root ref in btrfs_get_dentryJosef Bacik2020-03-231-0/+5
* btrfs: hold a ref on the root in resolve_indirect_refJosef Bacik2020-03-231-1/+9
* btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik2020-03-231-1/+5
* btrfs: describe the space reservation system in generalJosef Bacik2020-03-231-0/+147
* btrfs: add a comment describing delalloc space reservationJosef Bacik2020-03-231-0/+102
* btrfs: add a comment describing block reservesJosef Bacik2020-03-231-0/+92
* btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik2020-03-231-0/+4
* btrfs: make the fs root init functions staticJosef Bacik2020-03-232-6/+3
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-2312-23/+17
* btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik2020-03-232-14/+1
* btrfs: make relocation use btrfs_read_tree_root()Josef Bacik2020-03-231-2/+4
* btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik2020-03-233-3/+5
* btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik2020-03-231-34/+2
* btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik2020-03-231-6/+5
* btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik2020-03-231-21/+15
* btrfs: delete the ordered isize update codeJosef Bacik2020-03-232-135/+0
* btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik2020-03-233-8/+8
* btrfs: use the file extent tree infrastructureJosef Bacik2020-03-234-1/+94
* btrfs: introduce per-inode file extent treeJosef Bacik2020-03-236-0/+158
* btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik2020-03-231-2/+4
* btrfs: update the comment of btrfs_control_ioctl()Su Yue2020-03-231-1/+1
* btrfs: relocation: Add introduction of how relocation worksQu Wenruo2020-03-231-0/+47
* Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana2020-03-231-12/+13