aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-02-08btrfs: stop running all delayed refs during snapshotJosef Bacik
2021-02-08btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik
2021-02-08btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik
2021-02-08btrfs: only run delayed refs once before committingJosef Bacik
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik
2021-02-08btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik
2021-02-08btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik
2021-02-08btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik
2021-02-08btrfs: add asserts for deleting backref cache nodesJosef Bacik
2021-02-08btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik
2021-02-08btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik
2021-02-08btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik
2021-02-08btrfs: remove repeated word in struct member commentNigel Christian
2021-02-08btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik
2021-02-08btrfs: enable W=1 checks for btrfsNikolay Borisov
2021-02-08btrfs: zoned: remove unused variable in btrfs_sb_log_location_bdevNikolay Borisov
2021-02-08btrfs: fix parameter description for functions in extent_io.cNikolay Borisov
2021-02-08btrfs: fix parameter description in space-info.cNikolay Borisov
2021-02-08btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...Nikolay Borisov
2021-02-08btrfs: document btrfs_check_shared parametersNikolay Borisov
2021-02-08btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov
2021-02-08btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov
2021-02-08btrfs: document now parameter of peek_discard_listNikolay Borisov
2021-02-08btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov
2021-02-08btrfs: fix parameter description in delayed-ref.c functionsNikolay Borisov
2021-02-08btrfs: fix function description formats in file-item.cNikolay Borisov
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov
2021-02-08btrfs: document modified parameter of add_extent_mappingNikolay Borisov
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo
2021-02-08btrfs: remove redundant NULL check before kvfreeYang Li
2021-02-08btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik
2021-02-08btrfs: keep track of the root owner for relocation readsJosef Bacik
2021-02-08btrfs: introduce helper to grab an existing extent buffer from a pageQu Wenruo
2021-02-08btrfs: update comment for btrfs_dirty_pagesQu Wenruo
2021-02-08btrfs: refactor __extent_writepage_io() to improve readabilityQu Wenruo
2021-02-08btrfs: rename parameter offset to disk_bytenr in submit_extent_pageQu Wenruo
2021-02-08btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo
2021-02-08btrfs: make btrfs_dio_private::bytes u32Qu Wenruo
2021-02-08btrfs: remove always true condition in btrfs_start_delalloc_rootsNikolay Borisov
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov
2021-02-08btrfs: send: remove stale code when checking for shared extentsFilipe Manana
2021-02-08btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_deviceNikolay Borisov
2021-02-08btrfs: ref-verify: make sure owner is set for all refsJosef Bacik
2021-02-08btrfs: ref-verify: pass down tree block level when building refsJosef Bacik
2021-02-08btrfs: noinline btrfs_should_cancel_balanceJosef Bacik
2021-02-08btrfs: allow error injection for btrfs_search_slot and btrfs_cow_blockJosef Bacik
2021-02-08btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov
2021-02-08btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov