Age | Commit message (Expand) | Author |
2023-01-06 | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-01-03 | btrfs: fix ASSERT em->len condition in btrfs_get_extent | Tanmay Bhushan |
2023-01-02 | Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-12-15 | btrfs: fix an error handling path in btrfs_rename() | Christophe JAILLET |
2022-12-12 | Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-12-05 | btrfs: split the bio submission path into a separate file | Christoph Hellwig |
2022-12-05 | btrfs: introduce a bitmap based csum range search function | Qu Wenruo |
2022-12-05 | btrfs: allow passing a cached state record to count_range_bits() | Filipe Manana |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_add_delayed_iput | David Sterba |
2022-12-05 | btrfs: use btrfs_inode inside btrfs_verify_data_csum | David Sterba |
2022-12-05 | btrfs: use btrfs_inode inside compress_file_range | David Sterba |
2022-12-05 | btrfs: switch async_chunk::inode to btrfs_inode | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inherit_iflags | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to inode_tree_add | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to fixup_tree_root_location | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_by_name | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_unlink_subvol | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_clear_delalloc_extent | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_split_delalloc_extent | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_set_delalloc_extent | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_merge_delalloc_extent | David Sterba |
2022-12-05 | btrfs: switch extent_io_tree::private_data to btrfs_inode and rename | David Sterba |
2022-12-05 | btrfs: drop private_data parameter from extent_io_tree_init | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_delete_subvolume | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to __unlink_start_trans | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_check_data_csum | David Sterba |
2022-12-05 | btrfs: switch btrfs_writepage_fixup::inode to btrfs_inode | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_add_delalloc_inodes | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_dirty_inode | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_unlock | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_lock | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_truncate | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_dio_bio | David Sterba |
2022-12-05 | btrfs: switch btrfs_dio_private::inode to btrfs_inode | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_repair_one_sector | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bio | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_data_read_bio | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_data_write_bio | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_wq_submit_bio | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_io | David Sterba |
2022-12-05 | btrfs: pass btrfs_inode to btrfs_submit_bio_start | David Sterba |
2022-12-05 | btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parameters | David Sterba |
2022-12-05 | btrfs: change how submit bio callback is passed to btrfs_wq_submit_bio | David Sterba |
2022-12-05 | btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio | David Sterba |
2022-12-05 | btrfs: change how repair action is passed to btrfs_repair_one_sector | David Sterba |
2022-12-05 | btrfs: extract the inline extent read code into its own function | Qu Wenruo |
2022-12-05 | btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map() | Qu Wenruo |
2022-12-05 | btrfs: do not reset extent map members for inline extents read | Qu Wenruo |
2022-12-05 | btrfs: make inline extent read calculation much simpler | Qu Wenruo |