aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-23btrfs: use bios instead of buffer_heads from super block writeoutJohannes Thumshirn
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn
2020-03-23btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn
2020-03-23btrfs: don't kmap() pages from block devicesJohannes Thumshirn
2020-03-23btrfs: Export btrfs_release_disk_superNikolay Borisov
2020-03-23Btrfs: avoid unnecessary splits when setting bits on an extent io treeFilipe Manana
2020-03-23btrfs: handle logged extent failure properlyJosef Bacik
2020-03-23btrfs: relocation: Remove is_cowonly_root()Qu Wenruo
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgsNikolay Borisov
2020-03-23btrfs: Mark pinned log extents as excludedNikolay Borisov
2020-03-23btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov
2020-03-23btrfs: Make pin_down_extent take transaction handleNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov
2020-03-23btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov
2020-03-23btrfs: Introduce unaccount_log_bufferNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov
2020-03-23btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refsNikolay Borisov
2020-03-23btrfs: sysfs, unify handler name of devinfo/missingAnand Jain
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain
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