summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-17btrfs: scrub: introduce a writeback helper for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce the main read repair worker for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a helper to verify one scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a helper to verify one metadata blockQu Wenruo
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interfaceQu Wenruo
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo
2023-04-17btrfs: scrub: use dedicated super block verification function to scrub one su...Qu Wenruo
2023-04-17btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain
2023-04-17btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain
2023-04-17btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig
2023-04-17btrfs: tree-log: factor out a clean_log_buffer helperChristoph Hellwig
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig
2023-04-17btrfs: also use kthread_associate_blkcg for uncompressible rangesChristoph Hellwig
2023-04-17btrfs: don't free the async_extent in submit_uncompressed_rangeChristoph Hellwig
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig
2023-04-17btrfs: correctly calculate delayed ref bytes when starting transactionFilipe Manana
2023-04-17btrfs: make btrfs_block_rsv_full() check more boolean when starting transactionFilipe Manana
2023-04-17btrfs: split partial dio bios before submitBoris Burkov
2023-04-17btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extentBoris Burkov
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig
2023-04-17btrfs: simplify extent map splitting and rename split_zoned_emChristoph Hellwig
2023-04-17btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extentChristoph Hellwig
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig
2023-04-17btrfs: simplify splitting logic in btrfs_extract_ordered_extentChristoph Hellwig
2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig
2023-04-17btrfs: stash ordered extent in dio_data during iomap dioBoris Burkov
2023-04-17btrfs: pass flags as unsigned long to btrfs_add_ordered_extentBoris Burkov
2023-04-17btrfs: add function to create and return an ordered extentBoris Burkov
2023-04-17btrfs: use __bio_add_page to add single a page in rbio_add_io_sectorJohannes Thumshirn
2023-04-17btrfs: use __bio_add_page for adding a single page in repair_one_sectorJohannes Thumshirn
2023-04-17btrfs: use test_and_clear_bit() in wait_dev_flush()Anand Jain
2023-04-17btrfs: change wait_dev_flush() return type to boolAnand Jain
2023-04-17btrfs: open code check_barrier_error()Anand Jain
2023-04-17btrfs: move last_flush_error to write_dev_flush and wait_dev_flushAnand Jain
2023-04-17btrfs: simplify exit paths of btrfs_evict_inode()Filipe Manana
2023-04-17btrfs: calculate the right space for delayed refs when updating global reserveFilipe Manana
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana
2023-04-17btrfs: fix calculation of the global block reserve's sizeFilipe Manana
2023-04-17btrfs: calculate correct amount of space for delayed reference when evictingFilipe Manana
2023-04-17btrfs: add helper to calculate space for delayed referencesFilipe Manana
2023-04-17btrfs: constify fs_info argument for the reclaim items calculation helpersFilipe Manana
2023-04-17btrfs: constify fs_info argument of the metadata size calculation helpersFilipe Manana
2023-04-17btrfs: accurately calculate number of delayed refs when flushingFilipe Manana
2023-04-17btrfs: calculate the right space for a single delayed ref when refillingFilipe Manana
2023-04-17btrfs: don't throttle on delayed items when evicting deleted inodeFilipe Manana
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana