summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: introduce btrfs_bio::fs_info memberQu Wenruo2023-04-171-1/+2
* btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-171-1/+1
* btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig2023-04-171-3/+3
* btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig2023-04-171-9/+9
* 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: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig2023-04-171-1/+1
* btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig2023-04-171-1/+1
* 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: embed a btrfs_bio into struct compressed_bioChristoph Hellwig2023-04-171-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-28/+29
|\
| * btrfs: convert extent_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-031-19/+19
| * btrfs: convert btree_write_cache_pages() to use filemap_get_folio_tag()Vishal Moola (Oracle)2023-02-031-9/+10
* | btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig2023-02-151-2/+1
* | btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig2023-02-151-2/+1
* | btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig2023-02-151-2/+2
* | btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik2023-02-151-1/+15
* | btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrJosef Bacik2023-02-151-7/+0
* | btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig2023-02-151-57/+15
* | btrfs: remove now spurious bio submission helpersChristoph Hellwig2023-02-151-9/+10
* | btrfs: remove stripe boundary calculation for buffered I/OQu Wenruo2023-02-151-52/+19
* | btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig2023-02-151-6/+0
* | btrfs: remove the io_failure_record infrastructureChristoph Hellwig2023-02-151-260/+0
* | btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig2023-02-151-116/+8
* | btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig2023-02-151-1/+0
* | btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig2023-02-151-4/+4
* | btrfs: lock the inode in shared mode before starting fiemapFilipe Manana2023-02-091-0/+2
|/
* btrfs: fix false alert on bad tree level checkQu Wenruo2023-01-031-5/+25
* btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik2022-12-051-1/+1
* btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik2022-12-051-1/+1
* btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik2022-12-051-1/+1
* btrfs: move leaf_data_end into ctree.cJosef Bacik2022-12-051-1/+5
* btrfs: move repair_io_failure to bio.cChristoph Hellwig2022-12-051-115/+2
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-1/+1
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-2/+1
* btrfs: use cached state when looking for delalloc ranges with fiemapFilipe Manana2022-12-051-1/+10
* btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeFilipe Manana2022-12-051-16/+3
* btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo2022-12-051-4/+14