aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08btrfs: only run delayed refs once before committingJosef Bacik1-6/+0
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik1-1/+1
2021-02-08btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik2-23/+21
2021-02-08btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik1-3/+8
2021-02-08btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2021-02-08btrfs: add asserts for deleting backref cache nodesJosef Bacik1-3/+6
2021-02-08btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik1-1/+1
2021-02-08btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik1-7/+12
2021-02-08btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik1-3/+1
2021-02-08btrfs: remove repeated word in struct member commentNigel Christian1-1/+1
2021-02-08btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2-14/+24
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik5-117/+74
2021-02-08btrfs: enable W=1 checks for btrfsNikolay Borisov1-0/+16
2021-02-08btrfs: zoned: remove unused variable in btrfs_sb_log_location_bdevNikolay Borisov1-2/+0
2021-02-08btrfs: fix parameter description for functions in extent_io.cNikolay Borisov1-25/+27
2021-02-08btrfs: fix parameter description in space-info.cNikolay Borisov1-23/+27
2021-02-08btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_release_spaceNikolay Borisov1-12/+17
2021-02-08btrfs: document btrfs_check_shared parametersNikolay Borisov1-1/+7
2021-02-08btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov1-3/+5
2021-02-08btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov1-1/+3
2021-02-08btrfs: document now parameter of peek_discard_listNikolay Borisov1-2/+4
2021-02-08btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov1-5/+8
2021-02-08btrfs: fix parameter description in delayed-ref.c functionsNikolay Borisov1-10/+13
2021-02-08btrfs: fix function description formats in file-item.cNikolay Borisov1-8/+14
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov1-6/+7
2021-02-08btrfs: document modified parameter of add_extent_mappingNikolay Borisov1-1/+4
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo3-20/+42
2021-02-08btrfs: remove redundant NULL check before kvfreeYang Li1-2/+1
2021-02-08btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik1-7/+0
2021-02-08btrfs: keep track of the root owner for relocation readsJosef Bacik1-3/+43
2021-02-08btrfs: introduce helper to grab an existing extent buffer from a pageQu Wenruo1-20/+30
2021-02-08btrfs: update comment for btrfs_dirty_pagesQu Wenruo1-6/+5
2021-02-08btrfs: refactor __extent_writepage_io() to improve readabilityQu Wenruo1-21/+16
2021-02-08btrfs: rename parameter offset to disk_bytenr in submit_extent_pageQu Wenruo1-15/+15
2021-02-08btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo3-55/+65
2021-02-08btrfs: make btrfs_dio_private::bytes u32Qu Wenruo1-1/+2
2021-02-08btrfs: remove always true condition in btrfs_start_delalloc_rootsNikolay Borisov1-1/+1
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov5-7/+8
2021-02-08btrfs: send: remove stale code when checking for shared extentsFilipe Manana1-16/+0
2021-02-08btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_deviceNikolay Borisov1-4/+3
2021-02-08btrfs: ref-verify: make sure owner is set for all refsJosef Bacik1-13/+10
2021-02-08btrfs: ref-verify: pass down tree block level when building refsJosef Bacik1-8/+12
2021-02-08btrfs: noinline btrfs_should_cancel_balanceJosef Bacik1-1/+1
2021-02-08btrfs: allow error injection for btrfs_search_slot and btrfs_cow_blockJosef Bacik1-0/+2
2021-02-08btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov3-7/+4
2021-02-08btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov3-10/+10
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov3-9/+9
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov7-12/+12
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov3-10/+7
2021-02-08btrfs: cleanup local variables in btrfs_file_write_iterNikolay Borisov1-9/+7