summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | btrfs: remove btree_get_extentNikolay Borisov2020-10-072-50/+0
* | btrfs: simplify metadata pages readingNikolay Borisov2020-10-071-11/+10
* | btrfs: remove btree_readpageNikolay Borisov2020-10-071-6/+0
* | btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-10-071-0/+8
* | btrfs: do not create raid sysfs entries under any locksJosef Bacik2020-10-072-8/+48
* | btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik2020-10-074-36/+9
* | btrfs: improve error message in setup_items_for_insertNikolay Borisov2020-10-071-1/+2
* | btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov2020-10-071-4/+10
* | btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov2020-10-076-12/+15
* | btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov2020-10-076-19/+11
* | btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov2020-10-071-1/+1