Age | Commit message (Expand) | Author | Files | Lines |
2022-12-05 | btrfs: add stack helpers for a few btrfs items | Josef Bacik | 1 | -0/+37 |
2022-12-05 | btrfs: add nr_global_roots to the super block definition | Josef Bacik | 1 | -0/+2 |
2022-12-05 | btrfs: remove BTRFS_LEAF_DATA_OFFSET | Josef Bacik | 3 | -9/+7 |
2022-12-05 | btrfs: add helpers for manipulating leaf items and data | Josef Bacik | 1 | -66/+115 |
2022-12-05 | btrfs: add eb to btrfs_node_key_ptr_offset | Josef Bacik | 5 | -20/+20 |
2022-12-05 | btrfs: pass the extent buffer for the btrfs_item_nr helpers | Josef Bacik | 4 | -29/+30 |
2022-12-05 | btrfs: move the csum helpers into ctree.h | Josef Bacik | 2 | -5/+5 |
2022-12-05 | btrfs: move eb offset helpers into extent_io.h | Josef Bacik | 2 | -33/+33 |
2022-12-05 | btrfs: move file_extent_item helpers into file-item.h | Josef Bacik | 5 | -30/+35 |
2022-12-05 | btrfs: move leaf_data_end into ctree.c | Josef Bacik | 3 | -14/+18 |
2022-12-05 | btrfs: move root helpers back into ctree.h | Josef Bacik | 2 | -17/+17 |
2022-12-05 | btrfs: move repair_io_failure to bio.c | Christoph Hellwig | 4 | -116/+116 |
2022-12-05 | btrfs: split the bio submission path into a separate file | Christoph Hellwig | 14 | -403/+438 |
2022-12-05 | btrfs: move struct btrfs_tree_parent_check out of disk-io.h | Christoph Hellwig | 7 | -32/+39 |
2022-12-05 | btrfs: raid56: do data csum verification during RMW cycle | Qu Wenruo | 1 | -32/+137 |
2022-12-05 | btrfs: raid56: prepare data checksums for later RMW verification | Qu Wenruo | 2 | -0/+86 |
2022-12-05 | btrfs: introduce a bitmap based csum range search function | Qu Wenruo | 6 | -23/+144 |
2022-12-05 | btrfs: refactor checksum calculations in btrfs_lookup_csums_range() | Qu Wenruo | 1 | -21/+47 |
2022-12-05 | btrfs: allocate btrfs_io_context without GFP_NOFAIL | Li zeming | 1 | -1/+4 |
2022-12-05 | btrfs: use btrfs_dev_name() helper to handle missing devices better | Qu Wenruo | 10 | -39/+36 |
2022-12-05 | btrfs: use cached state when looking for delalloc ranges with lseek | Filipe Manana | 2 | -8/+33 |
2022-12-05 | btrfs: use cached state when looking for delalloc ranges with fiemap | Filipe Manana | 3 | -4/+18 |
2022-12-05 | btrfs: update stale comment for count_range_bits() | Filipe Manana | 1 | -3/+23 |
2022-12-05 | btrfs: allow passing a cached state record to count_range_bits() | Filipe Manana | 4 | -6/+49 |
2022-12-05 | btrfs: remove no longer used btrfs_next_extent_map() | Filipe Manana | 2 | -31/+0 |
2022-12-05 | btrfs: search for delalloc more efficiently during lseek/fiemap | Filipe Manana | 1 | -104/+48 |
2022-12-05 | btrfs: skip unnecessary delalloc searches during lseek/fiemap | Filipe Manana | 1 | -1/+7 |
2022-12-05 | btrfs: add an early exit when searching for delalloc range for lseek/fiemap | Filipe Manana | 1 | -6/+16 |
2022-12-05 | btrfs: remove leftover setting of EXTENT_UPTODATE state in an inode's io_tree | Filipe Manana | 2 | -23/+3 |
2022-12-05 | btrfs: move tree block parentness check into validate_extent_buffer() | Qu Wenruo | 4 | -28/+93 |
2022-12-05 | btrfs: concentrate all tree block parentness check parameters into one structure | Qu Wenruo | 10 | -72/+159 |
2022-12-05 | btrfs: move device->name RCU allocation and assign to btrfs_alloc_device() | Anand Jain | 3 | -48/+34 |
2022-12-05 | btrfs: constify input buffer parameter in compression code | David Sterba | 5 | -9/+9 |
2022-12-05 | btrfs: raid56: remove the old error tracking system | Qu Wenruo | 2 | -189/+53 |
2022-12-05 | btrfs: raid56: migrate recovery and scrub recovery path to use error_bitmap | Qu Wenruo | 1 | -86/+193 |
2022-12-05 | btrfs: raid56: introduce btrfs_raid_bio::error_bitmap | Qu Wenruo | 2 | -7/+103 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_add_delayed_iput | David Sterba | 7 | -29/+28 |
2022-12-05 | btrfs: use btrfs_inode inside btrfs_verify_data_csum | David Sterba | 1 | -6/+6 |
2022-12-05 | btrfs: use btrfs_inode inside compress_file_range | David Sterba | 1 | -19/+18 |
2022-12-05 | btrfs: switch async_chunk::inode to btrfs_inode | David Sterba | 1 | -6/+6 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inherit_iflags | David Sterba | 1 | -11/+11 |
2022-12-05 | btrfs: pass btrfs_inode to inode_tree_add | David Sterba | 1 | -7/+7 |
2022-12-05 | btrfs: pass btrfs_inode to fixup_tree_root_location | David Sterba | 1 | -5/+5 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_by_name | David Sterba | 1 | -6/+6 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_unlink_subvol | David Sterba | 1 | -16/+16 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_clear_delalloc_extent | David Sterba | 3 | -5/+4 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_split_delalloc_extent | David Sterba | 3 | -7/+7 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_set_delalloc_extent | David Sterba | 3 | -19/+18 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_merge_delalloc_extent | David Sterba | 3 | -13/+11 |
2022-12-05 | btrfs: switch extent_io_tree::private_data to btrfs_inode and rename | David Sterba | 3 | -18/+19 |