Age | Commit message (Expand) | Author |
2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba |
2024-05-07 | btrfs: count super block write errors in device instead of tracking folio err... | Matthew Wilcox (Oracle) |
2024-05-07 | btrfs: remove no longer used btrfs_clone_chunk_map() | Filipe Manana |
2024-03-12 | Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2024-03-04 | btrfs: pass btrfs_device to btrfs_scratch_superblocks() | David Sterba |
2024-03-04 | btrfs: introduce offload_csum_mode to tweak checksum offloading behavior | Naohiro Aota |
2024-03-04 | btrfs: add forward declarations and headers, part 3 | David Sterba |
2024-02-25 | btrfs: port device access to file | Christian Brauner |
2023-12-15 | btrfs: fix typos found by codespell | David Sterba |
2023-12-15 | btrfs: use a dedicated data structure for chunk maps | Filipe Manana |
2023-10-30 | Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2023-10-28 | btrfs: Convert to bdev_open_by_path() | Jan Kara |
2023-10-12 | btrfs: update comment for temp-fsid, fsid, and metadata_uuid | Anand Jain |
2023-10-12 | btrfs: support cloned-device mount capability | Anand Jain |
2023-10-12 | btrfs: remove incomplete metadata_uuid conversion fixup logic | Anand Jain |
2023-10-12 | btrfs: scrub: implement raid stripe tree support | Johannes Thumshirn |
2023-10-12 | btrfs: add support for inserting raid stripe extents | Johannes Thumshirn |
2023-10-12 | btrfs: scan but don't register device on single device filesystem | Anand Jain |
2023-10-12 | btrfs: remove the need_raid_map parameter from btrfs_map_block() | Qu Wenruo |
2023-10-12 | btrfs: comment about fsid and metadata_uuid relationship | Anand Jain |
2023-08-21 | btrfs: add a helper to read the superblock metadata_uuid | Anand Jain |
2023-08-21 | btrfs: make find_free_dev_extent() static | Filipe Manana |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds |
2023-06-22 | btrfs: fix remaining u32 overflows when left shifting stripe_nr | Qu Wenruo |
2023-06-19 | btrfs: open code btrfs_map_sblock | Christoph Hellwig |
2023-06-19 | btrfs: rename __btrfs_map_block to btrfs_map_block | Christoph Hellwig |
2023-06-19 | btrfs: remove unused btrfs_map_block | Christoph Hellwig |
2023-06-19 | btrfs: remove unused BTRFS_MAP_DISCARD | Christoph Hellwig |
2023-06-19 | btrfs: add and fix comments in btrfs_fs_devices | Anand Jain |
2023-06-19 | btrfs: add comment about metadata_uuid in btrfs_fs_devices | Anand Jain |
2023-06-19 | btrfs: reduce struct btrfs_fs_devices size by moving fsid_change | Anand Jain |
2023-06-19 | btrfs: make btrfs_free_device() static | Filipe Manana |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig |
2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig |
2023-06-12 | btrfs: don't pass a holder for non-exclusive blkdev_get_by_path | Christoph Hellwig |
2023-04-17 | btrfs: introduce a new helper to submit write bio for repair | Qu Wenruo |
2023-04-17 | btrfs: replace btrfs_io_context::raid_map with a fixed u64 value | Qu Wenruo |
2023-04-17 | btrfs: use an efficient way to represent source of duplicated stripes | Qu Wenruo |
2023-04-17 | btrfs: reduce type width of btrfs_io_contexts | Qu Wenruo |
2023-04-17 | btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN | Qu Wenruo |
2023-02-15 | btrfs: remove struct btrfs_io_geometry | Christoph Hellwig |
2022-12-05 | btrfs: split the bio submission path into a separate file | Christoph Hellwig |
2022-12-05 | btrfs: move struct btrfs_tree_parent_check out of disk-io.h | Christoph Hellwig |
2022-12-05 | btrfs: use btrfs_dev_name() helper to handle missing devices better | Qu Wenruo |
2022-12-05 | btrfs: move tree block parentness check into validate_extent_buffer() | Qu Wenruo |
2022-12-05 | btrfs: move device->name RCU allocation and assign to btrfs_alloc_device() | Anand Jain |
2022-12-05 | btrfs: move btrfs_chunk_item_size out of ctree.h | Josef Bacik |
2022-12-05 | btrfs: auto enable discard=async when possible | David Sterba |
2022-11-07 | btrfs: zoned: initialize device's zone info for seeding | Johannes Thumshirn |