summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-11-27Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana
2020-11-23btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana
2020-11-23btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana
2020-11-23btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba
2020-11-23btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn
2020-11-13btrfs: tree-checker: add missing return after error in root_itemDaniel Xu
2020-11-13btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana
2020-11-10Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-11-05btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain
2020-11-05btrfs: scrub: update message regarding read-only statusDavid Sterba
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter
2020-11-05btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik
2020-11-05btrfs: print the block rsv type when we fail our reservationJosef Bacik
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso
2020-10-27btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik
2020-10-26btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana
2020-10-26btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana
2020-10-26btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu
2020-10-26btrfs: tree-checker: fix incorrect printk formatPujin Shi
2020-10-26btrfs: drop the path before adding block group sysfs filesJosef Bacik
2020-10-16btrfs: fix relocation failure due to race with fallocateFilipe Manana
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov
2020-10-07btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain
2020-10-07btrfs: cleanup cow block on errorJosef Bacik
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik
2020-10-07btrfs: init device stats for seed devicesJosef Bacik
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba
2020-10-07btrfs: send: use helpers for unaligned access to header membersDavid Sterba
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo