summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-06-19btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana
2023-06-19btrfs: assert correct lock is held at btrfs_select_ref_head()Filipe Manana
2023-06-19btrfs: get rid of label and goto at insert_delayed_ref()Filipe Manana
2023-06-19btrfs: make insert_delayed_ref() return a bool instead of an intFilipe Manana
2023-06-19btrfs: use a bool to track qgroup record insertion when adding ref headFilipe Manana
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana
2023-06-19btrfs: remove unused is_head field from struct btrfs_delayed_ref_nodeFilipe Manana
2023-06-19btrfs: reorder some members of struct btrfs_delayed_ref_headFilipe Manana
2023-06-19btrfs: use the same uptodate variable for end_bio_extent_readpage()Qu Wenruo
2023-06-19btrfs: subpage: make alloc_extent_buffer() handle previously uptodate range e...Qu Wenruo
2023-06-19btrfs: print assertion failure report and stack trace from the same lineDavid Sterba
2023-06-19btrfs: subpage: dump extra subpage bitmaps for debugQu Wenruo
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba
2023-06-19btrfs: open code set_extent_bitsDavid Sterba
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba
2023-06-19btrfs: open code set_extent_newDavid Sterba
2023-06-19btrfs: open code set_extent_delallocDavid Sterba
2023-06-19btrfs: open code set_extent_defragDavid Sterba
2023-06-19btrfs: remove a pointless NULL check in btrfs_lookup_fs_rootChristoph Hellwig
2023-06-19btrfs: convert btrfs_get_global_root to use a switch statementChristoph Hellwig
2023-06-19btrfs: fix the btrfs_get_global_root return valueChristoph Hellwig
2023-06-19btrfs: add and fix comments in btrfs_fs_devicesAnand Jain
2023-06-19btrfs: consolidate uuid comparisons in btrfs_validate_superAnand Jain
2023-06-19btrfs: simplify how changed fsid and metadata_uuid is checkedAnand Jain
2023-06-19btrfs: simplify fsid and metadata_uuid comparisonsAnand Jain
2023-06-19btrfs: return bool from check_tree_block_fsid instead of intAnand Jain
2023-06-19btrfs: add comment about metadata_uuid in btrfs_fs_devicesAnand Jain
2023-06-19btrfs: merge calls to alloc_fs_devices in device_list_addAnand Jain
2023-06-19btrfs: streamline fsid checks in alloc_fs_devicesAnand Jain
2023-06-19btrfs: reduce struct btrfs_fs_devices size by moving fsid_changeAnand Jain
2023-06-19btrfs: merge write_one_subpage_eb into write_one_ebChristoph Hellwig
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig
2023-06-19btrfs: stop using lock_extent in btrfs_buffer_uptodateChristoph Hellwig
2023-06-19btrfs: don't check for uptodate pages in read_extent_buffer_pagesChristoph Hellwig
2023-06-19btrfs: stop using PageError for extent_buffersChristoph Hellwig
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig
2023-06-19btrfs: remove the extent_buffer lookup in btree block checksummingChristoph Hellwig
2023-06-19btrfs: use a separate end_io handler for extent_buffer writingChristoph Hellwig
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer writingChristoph Hellwig
2023-06-19btrfs: move page locking from lock_extent_buffer_for_io to write_one_ebChristoph Hellwig
2023-06-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig
2023-06-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig
2023-06-19btrfs: do not try to unlock the extent for non-subpage metadata readsChristoph Hellwig
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig