Age | Commit message (Expand) | Author | Files | Lines |
2023-02-15 | btrfs: open code the submit_bio_start helpers | Christoph Hellwig | 1 | -20/+0 |
2023-02-15 | btrfs: remove the io_failure_record infrastructure | Christoph Hellwig | 1 | -16/+0 |
2023-02-15 | btrfs: remove now unused checksumming helpers | Christoph Hellwig | 1 | -108/+16 |
2023-02-15 | btrfs: handle checksum validation and repair at the storage layer | Christoph Hellwig | 1 | -77/+4 |
2023-02-15 | btrfs: add a btrfs_data_csum_ok helper | Christoph Hellwig | 1 | -0/+38 |
2023-02-15 | btrfs: pre-load data checksum for reads in btrfs_submit_bio | Christoph Hellwig | 1 | -24/+0 |
2023-02-15 | btrfs: save the bio iter for checksum validation in common code | Christoph Hellwig | 1 | -7/+0 |
2023-02-15 | btrfs: simplify parameters of btrfs_lookup_bio_sums | Christoph Hellwig | 1 | -3/+3 |
2023-02-15 | btrfs: remove the direct I/O read checksum lookup optimization | Christoph Hellwig | 1 | -27/+5 |
2023-02-15 | btrfs: add a btrfs_inode pointer to struct btrfs_bio | Christoph Hellwig | 1 | -1/+3 |
2023-02-13 | btrfs: remove the wait argument to btrfs_start_ordered_extent | Christoph Hellwig | 1 | -4/+4 |
2023-02-13 | btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro | Yushan Zhou | 1 | -3/+2 |
2023-02-13 | btrfs: go to matching label when cleaning em in btrfs_submit_direct | Peng Hao | 1 | -1/+1 |
2023-02-13 | btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extents | Josef Bacik | 1 | -1/+1 |
2023-01-06 | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-01-03 | btrfs: fix ASSERT em->len condition in btrfs_get_extent | Tanmay Bhushan | 1 | -1/+1 |
2023-01-02 | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+4 |
2022-12-15 | btrfs: fix an error handling path in btrfs_rename() | Christophe JAILLET | 1 | -2/+4 |
2022-12-13 | Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -420/+484 |
2022-12-13 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
2022-12-05 | btrfs: split the bio submission path into a separate file | Christoph Hellwig | 1 | -1/+1 |
2022-12-05 | btrfs: introduce a bitmap based csum range search function | Qu Wenruo | 1 | -3/+2 |
2022-12-05 | btrfs: allow passing a cached state record to count_range_bits() | Filipe Manana | 1 | -1/+1 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_add_delayed_iput | David Sterba | 1 | -10/+9 |
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 | 1 | -3/+2 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_split_delalloc_extent | David Sterba | 1 | -5/+5 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_set_delalloc_extent | David Sterba | 1 | -17/+16 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_merge_delalloc_extent | David Sterba | 1 | -8/+8 |
2022-12-05 | btrfs: switch extent_io_tree::private_data to btrfs_inode and rename | David Sterba | 1 | -1/+1 |
2022-12-05 | btrfs: drop private_data parameter from extent_io_tree_init | David Sterba | 1 | -2/+3 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_delete_subvolume | David Sterba | 1 | -5/+5 |
2022-12-05 | btrfs: pass btrfs_inode to __unlink_start_trans | David Sterba | 1 | -4/+4 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_check_data_csum | David Sterba | 1 | -8/+7 |
2022-12-05 | btrfs: switch btrfs_writepage_fixup::inode to btrfs_inode | David Sterba | 1 | -3/+3 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_add_delalloc_inodes | David Sterba | 1 | -9/+6 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_dirty_inode | David Sterba | 1 | -10/+10 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_unlock | David Sterba | 1 | -9/+9 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_lock | David Sterba | 1 | -7/+7 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_truncate | David Sterba | 1 | -21/+20 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_dio_bio | David Sterba | 1 | -7/+7 |
2022-12-05 | btrfs: switch btrfs_dio_private::inode to btrfs_inode | David Sterba | 1 | -8/+8 |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_repair_one_sector | David Sterba | 1 | -1/+1 |