aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig1-6/+2
2023-06-19btrfs: factor out a btrfs_verify_page helperChristoph Hellwig1-5/+10
2023-06-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig1-1/+1
2023-06-19btrfs: insert tree mod log move in push_node_leftBoris Burkov2-13/+71
2023-06-19btrfs: warn on invalid slot in tree mod log rewindBoris Burkov1-0/+42
2023-06-19btrfs: disable allocation warnings for compression workspacesDavid Sterba3-5/+5
2023-06-19btrfs: open code need_full_stripe conditionsChristoph Hellwig1-17/+12
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig4-18/+7
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig5-18/+18
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig2-11/+0
2023-06-19btrfs: optimize simple reads in btrfsic_map_blockChristoph Hellwig1-7/+12
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig2-6/+0
2023-06-19btrfs: add xxhash to fast checksum implementationsDavid Sterba1-0/+3
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig4-9/+11
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig6-41/+73
2023-06-19btrfs: handle completed ordered extents in btrfs_split_ordered_extentChristoph Hellwig1-8/+32
2023-06-19btrfs: atomically insert the new extent in btrfs_split_ordered_extentChristoph Hellwig1-16/+27
2023-06-19btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersChristoph Hellwig1-49/+65
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig3-11/+19
2023-06-19btrfs: reorder conditions in btrfs_extract_ordered_extentChristoph Hellwig1-10/+8
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig3-98/+95
2023-06-19btrfs: record orig_physical only for the original bioChristoph Hellwig1-1/+2
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig8-54/+73
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig6-19/+19
2023-06-19btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2-2/+2
2023-06-19btrfs: don't call btrfs_record_physical_zoned for failed appendChristoph Hellwig1-1/+1
2023-06-19btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig1-1/+1
2023-06-19btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana1-6/+3
2023-06-19btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana1-9/+0
2023-06-19btrfs: use a single switch statement when initializing delayed ref headFilipe Manana1-20/+24
2023-06-19btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana3-17/+17
2023-06-19btrfs: assert correct lock is held at btrfs_select_ref_head()Filipe Manana1-0/+1
2023-06-19btrfs: get rid of label and goto at insert_delayed_ref()Filipe Manana1-11/+8
2023-06-19btrfs: make insert_delayed_ref() return a bool instead of an intFilipe Manana1-13/+14
2023-06-19btrfs: use a bool to track qgroup record insertion when adding ref headFilipe Manana1-5/+5
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana4-6/+1
2023-06-19btrfs: remove unused is_head field from struct btrfs_delayed_ref_nodeFilipe Manana2-3/+0
2023-06-19btrfs: reorder some members of struct btrfs_delayed_ref_headFilipe Manana1-3/+9
2023-06-19btrfs: use the same uptodate variable for end_bio_extent_readpage()Qu Wenruo1-1/+1
2023-06-19btrfs: subpage: make alloc_extent_buffer() handle previously uptodate range e...Qu Wenruo1-1/+1
2023-06-19btrfs: print assertion failure report and stack trace from the same lineDavid Sterba2-9/+7
2023-06-19btrfs: subpage: dump extra subpage bitmaps for debugQu Wenruo3-2/+47
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo4-10/+51
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba13-52/+44
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba4-4/+26
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba2-4/+2
2023-06-19btrfs: open code set_extent_bitsDavid Sterba6-28/+24
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba3-10/+5
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba3-15/+13
2023-06-19btrfs: open code set_extent_newDavid Sterba2-8/+3