summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-11-277-73/+158
|\
| * btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2020-11-232-9/+53
| * btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana2020-11-231-0/+9
| * btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-11-231-1/+1
| * btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba2020-11-231-0/+2
| * btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn2020-11-231-1/+7
| * btrfs: tree-checker: add missing return after error in root_itemDaniel Xu2020-11-131-0/+1
| * btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo2020-11-131-1/+19
| * btrfs: fix missing delalloc new bit for new delalloc rangesFilipe Manana2020-11-133-61/+66
* | Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-11-108-39/+48
|\|
| * btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu2020-11-051-0/+1
| * btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2020-11-052-21/+31
| * btrfs: scrub: update message regarding read-only statusDavid Sterba2020-11-051-2/+3
| * btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter2020-11-051-8/+4
| * btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik2020-11-051-1/+3
| * btrfs: print the block rsv type when we fail our reservationJosef Bacik2020-11-051-1/+2
| * btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)2020-11-051-6/+4
* | Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-3014-51/+225
|\|
| * btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso2020-10-272-7/+6
| * btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn2020-10-271-1/+2
| * btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik2020-10-263-41/+114
| * btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik2020-10-261-0/+18
| * btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana2020-10-265-0/+56
| * btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-10-261-0/+2
| * btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu2020-10-261-0/+18
| * btrfs: tree-checker: fix incorrect printk formatPujin Shi2020-10-261-1/+1
| * btrfs: drop the path before adding block group sysfs filesJosef Bacik2020-10-261-0/+1
| * btrfs: fix relocation failure due to race with fallocateFilipe Manana2020-10-161-1/+7
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+0
|\ \ | |/ |/|
| * bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig2020-09-241-1/+0
| * bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-1/+0
* | btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov2020-10-073-9/+9
* | btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik2020-10-071-1/+1
* | btrfs: skip devices without magic signature when mountingAnand Jain2020-10-072-8/+18
* | btrfs: cleanup cow block on errorJosef Bacik2020-10-071-0/+6
* | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-10-072-21/+0
* | btrfs: return error if we're unable to read device statsJosef Bacik2020-10-071-8/+18
* | btrfs: init device stats for seed devicesJosef Bacik2020-10-071-41/+46
* | btrfs: remove struct extent_io_opsNikolay Borisov2020-10-077-38/+0
* | btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov2020-10-073-7/+7
* | btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov2020-10-073-8/+12
* | btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov2020-10-071-4/+2
* | btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov2020-10-071-5/+2
* | btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov2020-10-073-6/+1
* | btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov2020-10-075-12/+18
* | btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana2020-10-071-0/+72
* | btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana2020-10-071-40/+87
* | btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo2020-10-071-5/+12
* | btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba2020-10-072-16/+14
* | btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba2020-10-071-12/+9