summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | btrfs: send: use helpers for unaligned access to header membersDavid Sterba2020-10-071-7/+7
* | btrfs: use own btree inode io_tree owner idQu Wenruo2020-10-072-1/+2
* | btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-10-071-0/+2
* | btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov2020-10-071-5/+6
* | btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov2020-10-071-1/+1
* | btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov2020-10-075-17/+14
* | btrfs: remove inode argument from add_pending_csumsNikolay Borisov2020-10-071-5/+4
* | btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov2020-10-071-5/+4
* | btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov2020-10-073-7/+6
* | btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov2020-10-071-21/+20
* | btrfs: open code extent_read_full_page to its sole callerNikolay Borisov2020-10-073-23/+15
* | btrfs: sink mirror_num argument in __do_readpageNikolay Borisov2020-10-071-6/+5
* | btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov2020-10-073-4/+4
* | btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov2020-10-073-5/+4
* | btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov2020-10-073-19/+16
* | btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov2020-10-073-5/+5
* | btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov2020-10-073-22/+14