summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov
2021-02-08btrfs: cleanup local variables in btrfs_file_write_iterNikolay Borisov
2021-02-08btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2021-02-08btrfs: fix error handling in commit_fs_rootsJosef Bacik
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik