summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik3-2/+13
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov3-37/+37
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov3-53/+51
2020-03-23btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba1-22/+15
2020-03-23btrfs: backref, use correct count to resolve normal data refsethanwu1-18/+11
2020-03-23btrfs: backref, only search backref entries from leaves of the same rootethanwu1-3/+9
2020-03-23btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu1-9/+52
2020-03-23btrfs: backref, only collect file extent items matching backref offsetethanwu1-30/+33
2020-03-23btrfs: remove buffer_heads form super block mirror integrity checkingJohannes Thumshirn1-19/+21
2020-03-23btrfs: remove buffer_heads from btrfsic_process_written_block()Johannes Thumshirn1-78/+25
2020-03-23btrfs: remove btrfsic_submit_bh()Johannes Thumshirn2-59/+0
2020-03-23btrfs: use bios instead of buffer_heads from super block writeoutJohannes Thumshirn1-54/+73
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn4-82/+79
2020-03-23btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn2-31/+29
2020-03-23btrfs: don't kmap() pages from block devicesJohannes Thumshirn1-3/+2
2020-03-23btrfs: Export btrfs_release_disk_superNikolay Borisov2-1/+2
2020-03-23Btrfs: avoid unnecessary splits when setting bits on an extent io treeFilipe Manana1-0/+10
2020-03-23btrfs: handle logged extent failure properlyJosef Bacik1-1/+1
2020-03-23btrfs: relocation: Remove is_cowonly_root()Qu Wenruo1-19/+1
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov9-68/+48
2020-03-23btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgsNikolay Borisov1-29/+38
2020-03-23btrfs: Mark pinned log extents as excludedNikolay Borisov1-0/+8
2020-03-23btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov1-1/+2
2020-03-23btrfs: Make pin_down_extent take transaction handleNikolay Borisov1-5/+6
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov3-5/+5
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov3-7/+9
2020-03-23btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov1-34/+20
2020-03-23btrfs: Introduce unaccount_log_bufferNikolay Borisov1-0/+25
2020-03-23btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov2-13/+8
2020-03-23btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refsNikolay Borisov1-3/+25
2020-03-23btrfs: sysfs, unify handler name of devinfo/missingAnand Jain1-2/+2
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain4-13/+13
2020-03-23btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsidAnand Jain1-1/+1
2020-03-23btrfs: sink argument tree to __do_readpageDavid Sterba1-8/+4
2020-03-23btrfs: sink arugment tree to contiguous_readpagesDavid Sterba1-6/+3
2020-03-23btrfs: sink argument tree to __extent_read_full_pageDavid Sterba1-10/+4
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba4-12/+7
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba5-13/+8
2020-03-23btrfs: add assertions for tree == inode->io_tree to extent IO helpersDavid Sterba2-0/+12
2020-03-23btrfs: drop argument tree from submit_extent_pageDavid Sterba1-8/+5
2020-03-23btrfs: remove extent_page_data::treeDavid Sterba1-8/+2
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