summaryrefslogtreecommitdiff
path: root/include/uapi/linux/errno.h
AgeCommit message (Expand)Author
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
trfs/bio.c?id=477a7a9c1f46b179ccc5eb2bbf18a0966055a464'>btrfs: move btrfs_cleanup_bio() code into its single callerFilipe Manana 2025-03-18btrfs: move __btrfs_bio_end_io() code into its single callerFilipe Manana 2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain 2025-01-13btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn 2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig 2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig 2024-12-06btrfs: handle bio_split() errorsJohannes Thumshirn 2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo 2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2024-10-23btrfs: fix error propagation of split biosNaohiro Aota 2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds 2024-09-10btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo 2024-09-10btrfs: rename __btrfs_submit_bio() and drop double underscoresDavid Sterba 2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba 2024-09-10btrfs: set search_commit_root on stripe io in case of relocationJohannes Thumshirn 2024-09-10btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn 2024-08-29block: rework bio splittingChristoph Hellwig 2024-08-27btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo 2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo 2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba 2024-06-13btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn 2024-03-04btrfs: introduce offload_csum_mode to tweak checksum offloading behaviorNaohiro Aota 2024-03-04btrfs: remove unused included headersDavid Sterba 2024-03-04btrfs: remove duplicate recording of physical addressJohannes Thumshirn 2023-12-15btrfs: migrate btrfs_repair_io_failure() to folio interfacesQu Wenruo 2023-12-15btrfs: fix typos found by codespellDavid Sterba 2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba 2023-10-12btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn 2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn 2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo 2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo 2023-10-12btrfs: check-integrity: remove btrfsic_check_bio() functionQu Wenruo 2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig 2023-06-19btrfs: add a is_data_bbio helperChristoph Hellwig 2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig 2023-06-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig 2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig 2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig 2023-06-19btrfs: record orig_physical only for the original bioChristoph Hellwig 2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig 2023-06-19btrfs: don't call btrfs_record_physical_zoned for failed appendChristoph Hellwig 2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig 2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig 2023-06-19btrfs: submit IO synchronously for fast checksum implementationsChristoph Hellwig 2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain 2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo 2023-05-26btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig