summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba1-6/+1
2022-07-25btrfs: send: simplify includesDavid Sterba2-1/+5
2022-07-25btrfs: send: drop __KERNEL__ ifdef from send.hDavid Sterba1-2/+0
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig2-1/+12
2022-07-25btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo1-7/+6
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig3-39/+23
2022-07-25btrfs: batch up release of reserved metadata for delayed items used for deletionNikolay Borisov1-1/+16
2022-07-25btrfs: warn about dev extents that are inside the reserved rangeQu Wenruo1-0/+10
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo4-17/+15
2022-07-25btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba2-5/+0
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba3-26/+24
2022-07-25btrfs: simplify parameters of backref iteratorsDavid Sterba1-11/+12
2022-07-25btrfs: call inode_to_path directly and drop indirectionDavid Sterba1-30/+20
2022-07-25btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()Qu Wenruo1-7/+7
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo4-19/+11
2022-07-25btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo1-1/+1
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo3-13/+15
2022-07-25btrfs: unify tree search helper returning prev and next nodesDavid Sterba1-60/+62
2022-07-25btrfs: make tree search for insert more generic and use it for tree_searchDavid Sterba1-14/+13
2022-07-25btrfs: open code inexact rbtree search in tree_searchDavid Sterba1-3/+28
2022-07-25btrfs: remove node and parent parameters from insert_stateDavid Sterba1-12/+2
2022-07-25btrfs: add fast path for extent_state insertionDavid Sterba1-7/+16
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba3-38/+36
2022-07-25btrfs: lift start and end parameters to callers of insert_stateDavid Sterba1-18/+15
2022-07-25btrfs: open code rbtree search in insert_stateDavid Sterba1-47/+33
2022-07-25btrfs: open code rbtree search in split_stateDavid Sterba1-6/+22
2022-07-25btrfs: raid56: avoid double for loop inside raid56_parity_scrub_stripe()Qu Wenruo1-31/+31
2022-07-25btrfs: raid56: avoid double for loop inside raid56_rmw_stripe()Qu Wenruo1-31/+28
2022-07-25btrfs: raid56: avoid double for loop inside alloc_rbio_essential_pages()Qu Wenruo1-15/+14
2022-07-25btrfs: raid56: avoid double for loop inside __raid56_parity_recover()Qu Wenruo1-20/+19
2022-07-25btrfs: raid56: avoid double for loop inside finish_rmw()Qu Wenruo1-42/+55
2022-07-25btrfs: tree-log: make the return value for log syncing consistentJosef Bacik3-10/+13
2022-07-25btrfs: add tracepoints for ordered extentsJohannes Thumshirn2-3/+80
2022-07-25btrfs: sysfs: advertise zoned support among featuresDavid Sterba1-3/+6
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig3-85/+64
2022-07-25btrfs: stop looking at btrfs_bio->iter in index_one_bioChristoph Hellwig1-3/+0
2022-07-25btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo1-0/+14
2022-07-25btrfs: make btrfs_super_block::log_root_transid deprecatedQu Wenruo1-4/+6
2022-07-25btrfs: pass the btrfs_bio_ctrl to submit_one_bioChristoph Hellwig1-46/+39
2022-07-25btrfs: merge end_write_bio and flush_write_bioChristoph Hellwig1-65/+29
2022-07-25btrfs: don't use bio->bi_private to pass the inode to submit_one_bioChristoph Hellwig1-5/+1
2022-07-25btrfs: remove redundant check in up check_setget_boundsDavid Sterba1-8/+3
2022-07-25btrfs: replace kmap() with kmap_local_page() in lzo.cFabio M. De Francesco1-16/+12
2022-07-25btrfs: replace kmap() with kmap_local_page() in inode.cFabio M. De Francesco1-3/+3
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig4-25/+15
2022-07-25btrfs: factor stripe submission logic out of btrfs_map_bioChristoph Hellwig1-39/+35
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig8-167/+42
2022-07-25btrfs: centralize setting REQ_METAChristoph Hellwig2-4/+6
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig5-45/+40
2022-07-25btrfs: don't double-defer bio completions for compressed readsChristoph Hellwig1-6/+6