summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: simplify finding the inode in submit_one_bioChristoph Hellwig2023-04-171-11/+4
* btrfs: store a pointer to the original btrfs_bio in struct compressed_bioChristoph Hellwig2023-04-172-8/+9
* btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig2023-04-173-10/+10
* btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig2023-04-175-14/+14
* btrfs: move zero filling of compressed read bios into common codeChristoph Hellwig2023-04-174-12/+7
* btrfs: cleanup main loop in btrfs_encoded_read_regular_fill_pagesChristoph Hellwig2023-04-171-28/+23
* btrfs: remove unused members from struct btrfs_encoded_read_privateChristoph Hellwig2023-04-171-4/+0
* btrfs: locking: use atomic for DREW lock writersDavid Sterba2023-04-173-33/+9
* btrfs: remove redundant clearing of NODISCARDAnand Jain2023-04-171-1/+0
* btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPPAnand Jain2023-04-171-20/+15
* btrfs: scrub: remove root and csum_root arguments from scrub_simple_mirror()Qu Wenruo2023-04-171-19/+9
* btrfs: scrub: remove unused path inside scrub_stripe()Qu Wenruo2023-04-171-15/+0
* btrfs: do not use replace target device as an extra mirrorQu Wenruo2023-04-171-120/+7
* btrfs: open_ctree() error handling cleanupQu Wenruo2023-04-171-34/+31
* btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig2023-04-171-24/+9
* btrfs: remove search_file_offset_in_bioChristoph Hellwig2023-04-171-49/+3
* btrfs: sink calc_bio_boundaries into its only callerJohannes Thumshirn2023-04-171-22/+15
* btrfs: simplify main loop in submit_extent_pageChristoph Hellwig2023-04-171-86/+30
* btrfs: check for contiguity in submit_extent_pageChristoph Hellwig2023-04-171-33/+36
* btrfs: simplify the error handling in __extent_writepage_ioChristoph Hellwig2023-04-171-11/+7
* btrfs: remove the submit_extent_page return valueChristoph Hellwig2023-04-171-120/+35
* btrfs: remove the compress_type argument to submit_extent_pageChristoph Hellwig2023-04-171-18/+14
* btrfs: rename the this_bio_flag variable in btrfs_do_readpageChristoph Hellwig2023-04-171-5/+5
* btrfs: move the compress_type check out of btrfs_bio_add_pageChristoph Hellwig2023-04-171-9/+6
* btrfs: add a wbc pointer to struct btrfs_bio_ctrlChristoph Hellwig2023-04-171-47/+41
* btrfs: remove the sync_io flag in struct btrfs_bio_ctrlChristoph Hellwig2023-04-171-9/+4
* btrfs: store the bio opf in struct btrfs_bio_ctrlChristoph Hellwig2023-04-171-36/+29
* btrfs: remove the force_bio_submit to submit_extent_pageChristoph Hellwig2023-04-171-13/+9
* btrfs: don't set force_bio_submit in read_extent_buffer_subpageChristoph Hellwig2023-04-171-1/+1
* btrfs: open code btrfs_bin_search()Anand Jain2023-04-174-25/+13
* btrfs: dev-replace: properly follow its read modeQu Wenruo2023-04-171-40/+112
* btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_workChristoph Hellwig2023-04-171-9/+4
* btrfs: don't clear page->mapping in btrfs_free_compressed_pagesChristoph Hellwig2023-04-171-6/+2
* btrfs: factor out a btrfs_free_compressed_pages helperChristoph Hellwig2023-04-171-28/+13
* btrfs: factor out a btrfs_add_compressed_bio_pages helperChristoph Hellwig2023-04-171-63/+41
* btrfs: use the bbio file offset in add_ra_bio_pagesChristoph Hellwig2023-04-171-8/+1
* btrfs: use the bbio file offset in btrfs_submit_compressed_readChristoph Hellwig2023-04-171-4/+1
* btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig2023-04-171-2/+0