summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrJosef Bacik
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig
2023-02-15btrfs: remove stripe boundary calculation for buffered I/OQu Wenruo
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig
2023-02-09btrfs: lock the inode in shared mode before starting fiemapFilipe Manana
2023-02-02btrfs: convert extent_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02btrfs: convert btree_write_cache_pages() to use filemap_get_folio_tag()Vishal Moola (Oracle)
2023-01-03btrfs: fix false alert on bad tree level checkQu Wenruo
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik
2022-12-05btrfs: move leaf_data_end into ctree.cJosef Bacik
2022-12-05btrfs: move repair_io_failure to bio.cChristoph Hellwig
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: use cached state when looking for delalloc ranges with fiemapFilipe Manana
2022-12-05btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_treeFilipe Manana
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: pass btrfs_inode to submit_one_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_metadata_bioDavid Sterba
2022-12-05btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: merge struct extent_page_data to btrfs_bio_ctrlDavid Sterba
2022-12-05btrfs: switch extent_page_data bit fields to boolsDavid Sterba
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move dev-replace prototypes into dev-replace.hJosef Bacik
2022-12-05btrfs: move file prototypes to file.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: do not use GFP_ATOMIC in the read endioJosef Bacik
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana