aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-73/+158
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsGravatar Filipe Manana 2-9/+53
2020-11-23btrfs: do nofs allocations when adding and removing qgroup relationsGravatar Filipe Manana 1-0/+9
2020-11-23btrfs: fix lockdep splat when reading qgroup config on mountGravatar Filipe Manana 1-1/+1
2020-11-23btrfs: tree-checker: add missing returns after data_ref alignment checksGravatar David Sterba 1-0/+2
2020-11-23btrfs: don't access possibly stale fs_info data for printing duplicate deviceGravatar Johannes Thumshirn 1-1/+7
2020-11-13btrfs: tree-checker: add missing return after error in root_itemGravatar Daniel Xu 1-0/+1
2020-11-13btrfs: qgroup: don't commit transaction when we already hold the handleGravatar Qu Wenruo 1-1/+19
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesGravatar Filipe Manana 3-61/+66
2020-11-10Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-39/+48
2020-11-05btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modGravatar Dinghao Liu 1-0/+1
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceGravatar Anand Jain 2-21/+31
2020-11-05btrfs: scrub: update message regarding read-only statusGravatar David Sterba 1-2/+3
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Gravatar Dan Carpenter 1-8/+4
2020-11-05btrfs: fix min reserved size calculation in merge_reloc_rootGravatar Josef Bacik 1-1/+3
2020-11-05btrfs: print the block rsv type when we fail our reservationGravatar Josef Bacik 1-1/+2
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archGravatar Matthew Wilcox (Oracle) 1-6/+4
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 14-51/+225
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tGravatar Davidlohr Bueso 2-7/+6
2020-10-27btrfs: don't fallback to buffered read if we don't need toGravatar Johannes Thumshirn 1-1/+2
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupGravatar Josef Bacik 3-41/+114
2020-10-26btrfs: drop the path before adding qgroup items when enabling qgroupsGravatar Josef Bacik 1-0/+18
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceGravatar Filipe Manana 5-0/+56
2020-10-26btrfs: fix use-after-free on readahead extent after failure to create itGravatar Filipe Manana 1-0/+2
2020-10-26btrfs: tree-checker: validate number of chunk stripes and parityGravatar Daniel Xu 1-0/+18
2020-10-26btrfs: tree-checker: fix incorrect printk formatGravatar Pujin Shi 1-1/+1
2020-10-26btrfs: drop the path before adding block group sysfs filesGravatar Josef Bacik 1-0/+1
2020-10-16btrfs: fix relocation failure due to race with fallocateGravatar Filipe Manana 1-1/+7
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagGravatar Nikolay Borisov 3-9/+9
2020-10-07btrfs: annotate device name rcu_string with __rcuGravatar Madhuparna Bhowmik 1-1/+1
2020-10-07btrfs: skip devices without magic signature when mountingGravatar Anand Jain 2-8/+18
2020-10-07btrfs: cleanup cow block on errorGravatar Josef Bacik 1-0/+6
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGravatar Goldwyn Rodrigues 2-21/+0
2020-10-07btrfs: return error if we're unable to read device statsGravatar Josef Bacik 1-8/+18
2020-10-07btrfs: init device stats for seed devicesGravatar Josef Bacik 1-41/+46
2020-10-07btrfs: remove struct extent_io_opsGravatar Nikolay Borisov 7-38/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesGravatar Nikolay Borisov 3-7/+7
2020-10-07btrfs: stop calling submit_bio_hook for data inodesGravatar Nikolay Borisov 3-8/+12
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageGravatar Nikolay Borisov 1-4/+2
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioGravatar Nikolay Borisov 1-5/+2
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookGravatar Nikolay Borisov 3-6/+1
2020-10-07btrfs: replace readpage_end_io_hook with direct callsGravatar Nikolay Borisov 5-12/+18
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryGravatar Filipe Manana 1-0/+72
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesGravatar Filipe Manana 1-40/+87
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemGravatar Qu Wenruo 1-5/+12
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersGravatar David Sterba 2-16/+14
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataGravatar David Sterba 1-12/+9
2020-10-07btrfs: send: use helpers for unaligned access to header membersGravatar David Sterba 1-7/+7
2020-10-07btrfs: use own btree inode io_tree owner idGravatar Qu Wenruo 2-1/+2