aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-17btrfs: introduce btrfs_bio::fs_info memberGravatar Qu Wenruo 1-1/+2
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlGravatar Christoph Hellwig 1-3/+3
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocGravatar Christoph Hellwig 1-9/+9
2023-04-17btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrlGravatar Christoph Hellwig 1-24/+24
2023-04-17btrfs: simplify finding the inode in submit_one_bioGravatar Christoph Hellwig 1-11/+4
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs: sink calc_bio_boundaries into its only callerGravatar Johannes Thumshirn 1-22/+15
2023-04-17btrfs: simplify main loop in submit_extent_pageGravatar Christoph Hellwig 1-86/+30
2023-04-17btrfs: check for contiguity in submit_extent_pageGravatar Christoph Hellwig 1-33/+36
2023-04-17btrfs: simplify the error handling in __extent_writepage_ioGravatar Christoph Hellwig 1-11/+7
2023-04-17btrfs: remove the submit_extent_page return valueGravatar Christoph Hellwig 1-120/+35
2023-04-17btrfs: remove the compress_type argument to submit_extent_pageGravatar Christoph Hellwig 1-18/+14
2023-04-17btrfs: rename the this_bio_flag variable in btrfs_do_readpageGravatar Christoph Hellwig 1-5/+5
2023-04-17btrfs: move the compress_type check out of btrfs_bio_add_pageGravatar Christoph Hellwig 1-9/+6
2023-04-17btrfs: add a wbc pointer to struct btrfs_bio_ctrlGravatar Christoph Hellwig 1-47/+41
2023-04-17btrfs: remove the sync_io flag in struct btrfs_bio_ctrlGravatar Christoph Hellwig 1-9/+4
2023-04-17btrfs: store the bio opf in struct btrfs_bio_ctrlGravatar Christoph Hellwig 1-36/+29
2023-04-17btrfs: remove the force_bio_submit to submit_extent_pageGravatar Christoph Hellwig 1-13/+9
2023-04-17btrfs: don't set force_bio_submit in read_extent_buffer_subpageGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioGravatar Christoph Hellwig 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-28/+29
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendGravatar Christoph Hellwig 1-2/+1
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioGravatar Christoph Hellwig 1-2/+1
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesGravatar Christoph Hellwig 1-2/+2
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyGravatar Josef Bacik 1-1/+15
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrGravatar Josef Bacik 1-7/+0
2023-02-15btrfs: split zone append bios in btrfs_submit_bioGravatar Christoph Hellwig 1-57/+15
2023-02-15btrfs: remove now spurious bio submission helpersGravatar Christoph Hellwig 1-9/+10
2023-02-15btrfs: remove stripe boundary calculation for buffered I/OGravatar Qu Wenruo 1-52/+19
2023-02-15btrfs: handle recording of zoned writes in the storage layerGravatar Christoph Hellwig 1-6/+0
2023-02-15btrfs: remove the io_failure_record infrastructureGravatar Christoph Hellwig 1-260/+0
2023-02-15btrfs: handle checksum validation and repair at the storage layerGravatar Christoph Hellwig 1-116/+8
2023-02-15btrfs: save the bio iter for checksum validation in common codeGravatar Christoph Hellwig 1-1/+0
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioGravatar Christoph Hellwig 1-4/+4
2023-02-09btrfs: lock the inode in shared mode before starting fiemapGravatar Filipe Manana 1-0/+2
2023-02-02btrfs: convert extent_write_cache_pages() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-19/+19
2023-02-02btrfs: convert btree_write_cache_pages() to use filemap_get_folio_tag()Gravatar Vishal Moola (Oracle) 1-9/+10
2023-01-03btrfs: fix false alert on bad tree level checkGravatar Qu Wenruo 1-5/+25
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETGravatar Josef Bacik 1-1/+1
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetGravatar Josef Bacik 1-1/+1
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersGravatar Josef Bacik 1-1/+1
2022-12-05btrfs: move leaf_data_end into ctree.cGravatar Josef Bacik 1-1/+5
2022-12-05btrfs: move repair_io_failure to bio.cGravatar Christoph Hellwig 1-115/+2
2022-12-05btrfs: split the bio submission path into a separate fileGravatar Christoph Hellwig 1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterGravatar Qu Wenruo 1-2/+1
2022-12-05btrfs: use cached state when looking for delalloc ranges with fiemapGravatar Filipe Manana 1-1/+10
2022-12-05btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeGravatar Filipe Manana 1-16/+3
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Gravatar Qu Wenruo 1-4/+14