aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Sterba3-10/+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
2023-06-19btrfs: open code set_extent_delallocDavid Sterba3-14/+5
2023-06-19btrfs: open code set_extent_defragDavid Sterba2-9/+3
2023-06-19btrfs: remove a pointless NULL check in btrfs_lookup_fs_rootChristoph Hellwig1-2/+1
2023-06-19btrfs: convert btrfs_get_global_root to use a switch statementChristoph Hellwig1-10/+13
2023-06-19btrfs: fix the btrfs_get_global_root return valueChristoph Hellwig1-11/+5
2023-06-19btrfs: add and fix comments in btrfs_fs_devicesAnand Jain1-14/+11
2023-06-19btrfs: consolidate uuid comparisons in btrfs_validate_superAnand Jain1-8/+8
2023-06-19btrfs: simplify how changed fsid and metadata_uuid is checkedAnand Jain1-21/+26
2023-06-19btrfs: simplify fsid and metadata_uuid comparisonsAnand Jain1-15/+23
2023-06-19btrfs: return bool from check_tree_block_fsid instead of intAnand Jain1-4/+4
2023-06-19btrfs: add comment about metadata_uuid in btrfs_fs_devicesAnand Jain1-0/+12
2023-06-19btrfs: merge calls to alloc_fs_devices in device_list_addAnand Jain1-6/+2
2023-06-19btrfs: streamline fsid checks in alloc_fs_devicesAnand Jain1-6/+7
2023-06-19btrfs: reduce struct btrfs_fs_devices size by moving fsid_changeAnand Jain1-2/+2
2023-06-19btrfs: merge write_one_subpage_eb into write_one_ebChristoph Hellwig1-55/+25
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig2-115/+37
2023-06-19btrfs: stop using lock_extent in btrfs_buffer_uptodateChristoph Hellwig1-10/+2
2023-06-19btrfs: don't check for uptodate pages in read_extent_buffer_pagesChristoph Hellwig1-20/+1
2023-06-19btrfs: stop using PageError for extent_buffersChristoph Hellwig1-17/+9
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig2-13/+5