summaryrefslogtreecommitdiffstats
path: root/mm/dmapool_test.c (unfollow)
Commit message (Expand)AuthorFilesLines
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 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