aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-19btrfs: remove the extent_buffer lookup in btree block checksummingChristoph Hellwig1-96/+24
2023-06-19btrfs: use a separate end_io handler for extent_buffer writingChristoph Hellwig1-100/+26
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer writingChristoph Hellwig1-20/+25
2023-06-19btrfs: move page locking from lock_extent_buffer_for_io to write_one_ebChristoph Hellwig1-14/+1
2023-06-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig1-65/+37
2023-06-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig1-26/+11
2023-06-19btrfs: do not try to unlock the extent for non-subpage metadata readsChristoph Hellwig1-2/+4
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig3-149/+41
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig3-4/+4
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig1-63/+36
2023-06-19btrfs: always read the entire extent_bufferChristoph Hellwig1-12/+5
2023-06-19btrfs: merge verify_parent_transid and btrfs_buffer_uptodateChristoph Hellwig1-31/+14
2023-06-19btrfs: move setting the buffer uptodate out of validate_extent_bufferChristoph Hellwig1-3/+3
2023-06-19btrfs: subpage: fix error handling in end_bio_subpage_eb_writepageChristoph Hellwig1-1/+2
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig2-2/+1
2023-06-19btrfs: trigger orphan inode cleanup during START_SYNC ioctlQu Wenruo1-0/+7