summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: open code set_extent_delallocDavid Sterba2023-06-193-14/+5
* btrfs: open code set_extent_defragDavid Sterba2023-06-192-9/+3
* btrfs: remove a pointless NULL check in btrfs_lookup_fs_rootChristoph Hellwig2023-06-191-2/+1
* btrfs: convert btrfs_get_global_root to use a switch statementChristoph Hellwig2023-06-191-10/+13
* btrfs: fix the btrfs_get_global_root return valueChristoph Hellwig2023-06-191-11/+5
* btrfs: add and fix comments in btrfs_fs_devicesAnand Jain2023-06-191-14/+11
* btrfs: consolidate uuid comparisons in btrfs_validate_superAnand Jain2023-06-191-8/+8
* btrfs: simplify how changed fsid and metadata_uuid is checkedAnand Jain2023-06-191-21/+26
* btrfs: simplify fsid and metadata_uuid comparisonsAnand Jain2023-06-191-15/+23
* btrfs: return bool from check_tree_block_fsid instead of intAnand Jain2023-06-191-4/+4
* btrfs: add comment about metadata_uuid in btrfs_fs_devicesAnand Jain2023-06-191-0/+12
* btrfs: merge calls to alloc_fs_devices in device_list_addAnand Jain2023-06-191-6/+2
* btrfs: streamline fsid checks in alloc_fs_devicesAnand Jain2023-06-191-6/+7
* btrfs: reduce struct btrfs_fs_devices size by moving fsid_changeAnand Jain2023-06-191-2/+2
* btrfs: merge write_one_subpage_eb into write_one_ebChristoph Hellwig2023-06-191-55/+25
* btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig2023-06-192-115/+37
* btrfs: stop using lock_extent in btrfs_buffer_uptodateChristoph Hellwig2023-06-191-10/+2
* btrfs: don't check for uptodate pages in read_extent_buffer_pagesChristoph Hellwig2023-06-191-20/+1
* btrfs: stop using PageError for extent_buffersChristoph Hellwig2023-06-191-17/+9
* btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig2023-06-192-13/+5
* btrfs: remove the extent_buffer lookup in btree block checksummingChristoph Hellwig2023-06-191-96/+24
* btrfs: use a separate end_io handler for extent_buffer writingChristoph Hellwig2023-06-191-100/+26
* btrfs: don't use btrfs_bio_ctrl for extent buffer writingChristoph Hellwig2023-06-191-20/+25