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