summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: correctly calculate delayed ref bytes when starting transactionFilipe Manana2023-04-171-5/+6
* btrfs: make btrfs_block_rsv_full() check more boolean when starting transactionFilipe Manana2023-04-171-1/+1
* btrfs: split partial dio bios before submitBoris Burkov2023-04-171-0/+18
* btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extentBoris Burkov2023-04-171-0/+8
* btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig2023-04-173-20/+25
* btrfs: simplify extent map splitting and rename split_zoned_emChristoph Hellwig2023-04-171-51/+26
* btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extentChristoph Hellwig2023-04-171-23/+14
* btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig2023-04-173-25/+17
* btrfs: simplify splitting logic in btrfs_extract_ordered_extentChristoph Hellwig2023-04-171-16/+13
* btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig2023-04-172-18/+10
* btrfs: stash ordered extent in dio_data during iomap dioBoris Burkov2023-04-171-13/+23
* btrfs: pass flags as unsigned long to btrfs_add_ordered_extentBoris Burkov2023-04-172-2/+2
* btrfs: add function to create and return an ordered extentBoris Burkov2023-04-172-9/+42
* btrfs: use __bio_add_page to add single a page in rbio_add_io_sectorJohannes Thumshirn2023-04-171-1/+1
* btrfs: use __bio_add_page for adding a single page in repair_one_sectorJohannes Thumshirn2023-04-171-1/+1
* btrfs: use test_and_clear_bit() in wait_dev_flush()Anand Jain2023-04-171-2/+1
* btrfs: change wait_dev_flush() return type to boolAnand Jain2023-04-171-6/+6
* btrfs: open code check_barrier_error()Anand Jain2023-04-171-15/+7
* btrfs: move last_flush_error to write_dev_flush and wait_dev_flushAnand Jain2023-04-171-6/+8
* btrfs: simplify exit paths of btrfs_evict_inode()Filipe Manana2023-04-171-11/+10
* btrfs: calculate the right space for delayed refs when updating global reserveFilipe Manana2023-04-171-5/+6
* btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana2023-04-173-14/+20
* btrfs: fix calculation of the global block reserve's sizeFilipe Manana2023-04-171-3/+3
* btrfs: calculate correct amount of space for delayed reference when evictingFilipe Manana2023-04-171-1/+1
* btrfs: add helper to calculate space for delayed referencesFilipe Manana2023-04-173-49/+26
* btrfs: constify fs_info argument for the reclaim items calculation helpersFilipe Manana2023-04-171-2/+2
* btrfs: constify fs_info argument of the metadata size calculation helpersFilipe Manana2023-04-171-2/+2
* btrfs: accurately calculate number of delayed refs when flushingFilipe Manana2023-04-171-1/+25
* btrfs: calculate the right space for a single delayed ref when refillingFilipe Manana2023-04-171-0/+11
* btrfs: don't throttle on delayed items when evicting deleted inodeFilipe Manana2023-04-171-1/+6
* btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana2023-04-176-51/+7
* btrfs: simplify variables in btrfs_block_rsv_refill()Filipe Manana2023-04-172-4/+2
* btrfs: remove redundant counter check at btrfs_truncate_inode_items()Filipe Manana2023-04-171-2/+1
* btrfs: count extents before taking inode's spinlock when reserving metadataFilipe Manana2023-04-171-1/+1
* btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana2023-04-173-7/+4
* btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()Filipe Manana2023-04-171-11/+4
* btrfs: simplify btrfs_should_throttle_delayed_refs()Filipe Manana2023-04-172-5/+3
* btrfs: initialize ret to -ENOSPC at __reserve_bytes()Filipe Manana2023-04-171-2/+1
* btrfs: update flush method assertion when reserving spaceFilipe Manana2023-04-171-1/+12
* btrfs: update documentation for BTRFS_RESERVE_FLUSH_EVICT flush methodFilipe Manana2023-04-171-0/+1
* btrfs: remove check for NULL block reserve at btrfs_block_rsv_check()Filipe Manana2023-04-171-3/+0
* btrfs: pass a bool size update argument to btrfs_block_rsv_add_bytes()Filipe Manana2023-04-171-1/+1
* btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()Filipe Manana2023-04-171-1/+1
* btrfs: remove btrfs_lru_cache_is_full() inline functionFilipe Manana2023-04-171-5/+0
* btrfs: simplify adding pages in btrfs_add_compressed_bio_pagesChristoph Hellwig2023-04-171-27/+7
* btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pagesChristoph Hellwig2023-04-171-7/+6
* btrfs: sysfs: relax bg_reclaim_threshold for debugging purposesNaohiro Aota2023-04-171-0/+5
* btrfs: make btrfs_split_bio work on struct btrfs_bioChristoph Hellwig2023-04-171-13/+14
* btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig2023-04-174-26/+28
* btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrlChristoph Hellwig2023-04-171-24/+24