summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-25btrfs: clean up chained assignmentsDavid Sterba
2022-07-25btrfs: merge calculations for simple striped profiles in btrfs_rmap_blockDavid Sterba
2022-07-25btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba
2022-07-25btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov
2022-07-25btrfs: print checksum type and implementation at mount timeDavid Sterba
2022-07-25btrfs: reset block group chunk force if we have to waitJosef Bacik
2022-07-25btrfs: send: add new command FILEATTR for file attributesDavid Sterba
2022-07-25btrfs: send: add OTIME as utimes attribute for proto 2+ by defaultDavid Sterba
2022-07-25btrfs: output mirror number for bad metadataQu Wenruo
2022-07-25btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota
2022-07-25btrfs: fix error handling of fallback uncompress writeNaohiro Aota
2022-07-25btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota
2022-07-25btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota
2022-07-25btrfs: sysfs: export commit statsIoannis Angelakopoulos
2022-07-25btrfs: collect commit stats, count, durationIoannis Angelakopoulos
2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig
2022-07-25btrfs: send: use boolean types for current inode statusDavid Sterba
2022-07-25btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba
2022-07-25btrfs: send: simplify includesDavid Sterba
2022-07-25btrfs: send: drop __KERNEL__ ifdef from send.hDavid Sterba
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig
2022-07-25btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig
2022-07-25btrfs: batch up release of reserved metadata for delayed items used for deletionNikolay Borisov
2022-07-25btrfs: warn about dev extents that are inside the reserved rangeQu Wenruo
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo
2022-07-25btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba
2022-07-25btrfs: simplify parameters of backref iteratorsDavid Sterba
2022-07-25btrfs: call inode_to_path directly and drop indirectionDavid Sterba
2022-07-25btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()Qu Wenruo
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo
2022-07-25btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo
2022-07-25btrfs: unify tree search helper returning prev and next nodesDavid Sterba
2022-07-25btrfs: make tree search for insert more generic and use it for tree_searchDavid Sterba
2022-07-25btrfs: open code inexact rbtree search in tree_searchDavid Sterba
2022-07-25btrfs: remove node and parent parameters from insert_stateDavid Sterba
2022-07-25btrfs: add fast path for extent_state insertionDavid Sterba
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba
2022-07-25btrfs: lift start and end parameters to callers of insert_stateDavid Sterba
2022-07-25btrfs: open code rbtree search in insert_stateDavid Sterba
2022-07-25btrfs: open code rbtree search in split_stateDavid Sterba
2022-07-25btrfs: raid56: avoid double for loop inside raid56_parity_scrub_stripe()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside raid56_rmw_stripe()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside alloc_rbio_essential_pages()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside __raid56_parity_recover()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside finish_rmw()Qu Wenruo
2022-07-25btrfs: tree-log: make the return value for log syncing consistentJosef Bacik
2022-07-25btrfs: add tracepoints for ordered extentsJohannes Thumshirn