summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2020-03-23btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsidAnand Jain
2020-03-23btrfs: sink argument tree to __do_readpageDavid Sterba
2020-03-23btrfs: sink arugment tree to contiguous_readpagesDavid Sterba
2020-03-23btrfs: sink argument tree to __extent_read_full_pageDavid Sterba
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba
2020-03-23btrfs: add assertions for tree == inode->io_tree to extent IO helpersDavid Sterba
2020-03-23btrfs: drop argument tree from submit_extent_pageDavid Sterba
2020-03-23btrfs: remove extent_page_data::treeDavid Sterba
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba
2020-03-23btrfs: move root node locking helpers to locking.cDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: add a leak check for rootsJosef Bacik
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik
2020-03-23btrfs: move fs_info init work into it's own helper functionJosef Bacik
2020-03-23btrfs: free more things in btrfs_free_fs_infoJosef Bacik
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