summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2023-04-17btrfs: simplify variables in btrfs_block_rsv_refill()Filipe Manana
2023-04-17btrfs: remove redundant counter check at btrfs_truncate_inode_items()Filipe Manana
2023-04-17btrfs: count extents before taking inode's spinlock when reserving metadataFilipe Manana
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana
2023-04-17btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()Filipe Manana
2023-04-17btrfs: simplify btrfs_should_throttle_delayed_refs()Filipe Manana
2023-04-17btrfs: initialize ret to -ENOSPC at __reserve_bytes()Filipe Manana
2023-04-17btrfs: update flush method assertion when reserving spaceFilipe Manana
2023-04-17btrfs: update documentation for BTRFS_RESERVE_FLUSH_EVICT flush methodFilipe Manana
2023-04-17btrfs: remove check for NULL block reserve at btrfs_block_rsv_check()Filipe Manana
2023-04-17btrfs: pass a bool size update argument to btrfs_block_rsv_add_bytes()Filipe Manana
2023-04-17btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()Filipe Manana
2023-04-17btrfs: remove btrfs_lru_cache_is_full() inline functionFilipe Manana
2023-04-17btrfs: simplify adding pages in btrfs_add_compressed_bio_pagesChristoph Hellwig
2023-04-17btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pagesChristoph Hellwig
2023-04-17btrfs: sysfs: relax bg_reclaim_threshold for debugging purposesNaohiro Aota
2023-04-17btrfs: make btrfs_split_bio work on struct btrfs_bioChristoph Hellwig
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig
2023-04-17btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrlChristoph Hellwig
2023-04-17btrfs: simplify finding the inode in submit_one_bioChristoph Hellwig
2023-04-17btrfs: store a pointer to the original btrfs_bio in struct compressed_bioChristoph Hellwig
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig
2023-04-17btrfs: move zero filling of compressed read bios into common codeChristoph Hellwig
2023-04-17btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pagesChristoph Hellwig
2023-04-17btrfs: remove unused members from struct btrfs_encoded_read_privateChristoph Hellwig
2023-04-17btrfs: locking: use atomic for DREW lock writersDavid Sterba
2023-04-17btrfs: remove redundant clearing of NODISCARDAnand Jain