Age | Commit message (Expand) | Author |
2025-01-13 | btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty() | Filipe Manana |
2025-01-13 | btrfs: uncollapse transaction aborts during renames | Filipe Manana |
2025-01-13 | btrfs: validate system chunk array at btrfs_validate_super() | Qu Wenruo |
2025-01-13 | btrfs: update tree_insert() to use rb helpers | Roger L. Beckermeyer III |
2025-01-13 | btrfs: update btrfs_add_chunk_map() to use rb helpers | Roger L. Beckermeyer III |
2025-01-13 | btrfs: update __btrfs_add_delayed_item() to use rb helper | Roger L. Beckermeyer III |
2025-01-13 | btrfs: update prelim_ref_insert() to use rb helpers | Roger L. Beckermeyer III |
2025-01-13 | btrfs: update btrfs_add_block_group_cache() to use rb helper | Roger L. Beckermeyer III |
2025-01-13 | btrfs: don't include linux/rwlock_types.h directly | Wolfram Sang |
2025-01-13 | btrfs: handle free space tree rebuild in multiple transactions | Qu Wenruo |
2025-01-13 | btrfs: use uuid_is_null() to verify if an uuid is empty | Filipe Manana |
2025-01-13 | btrfs: remove pointless comment from ctree.h | Filipe Manana |
2025-01-13 | btrfs: move extent-tree function declarations out of ctree.h | Filipe Manana |
2025-01-13 | btrfs: move btrfs_alloc_write_mask() into fs.h | Filipe Manana |
2025-01-13 | btrfs: move BTRFS_BYTES_TO_BLKS() into fs.h | Filipe Manana |
2025-01-13 | btrfs: move the folio ordered helpers from ctree.h into fs.h | Filipe Manana |
2025-01-13 | btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c | Filipe Manana |
2025-01-13 | btrfs: move the exclusive operation functions into fs.c | Filipe Manana |
2025-01-13 | btrfs: move csum related functions from ctree.c into fs.c | Filipe Manana |
2025-01-13 | btrfs: move abort_should_print_stack() to transaction.h | Filipe Manana |
2025-01-13 | btrfs: pass btrfs_io_geometry to is_single_device_io | Johannes Thumshirn |
2025-01-13 | btrfs: cache RAID stripe tree decision in btrfs_io_context | Johannes Thumshirn |
2025-01-13 | btrfs: cache stripe tree usage in struct btrfs_io_geometry | Johannes Thumshirn |
2025-01-13 | btrfs: add assertions and comment about path expectations to btrfs_cross_ref_... | Filipe Manana |
2025-01-13 | btrfs: add function comment for check_committed_ref() | Filipe Manana |
2025-01-13 | btrfs: simplify arguments for btrfs_cross_ref_exist() | Filipe Manana |
2025-01-13 | btrfs: simplify return logic at check_committed_ref() | Filipe Manana |
2025-01-13 | btrfs: avoid redundant call to get inline ref type at check_committed_ref() | Filipe Manana |
2025-01-13 | btrfs: remove the snapshot check from check_committed_ref() | Filipe Manana |
2025-01-13 | btrfs: remove no longer needed strict argument from can_nocow_extent() | Filipe Manana |
2025-01-13 | btrfs: remove unused variable length in btrfs_insert_one_raid_extent() | Johannes Thumshirn |
2025-01-13 | btrfs: output the reason for open_ctree() failure | Qu Wenruo |
2025-01-13 | btrfs: open-code btrfs_copy_from_user() | Qu Wenruo |
2025-01-13 | btrfs: improve the warning and error message for btrfs_remove_qgroup() | Qu Wenruo |
2025-01-13 | btrfs: remove detached list from struct btrfs_backref_cache | Josef Bacik |
2025-01-13 | btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_node | Josef Bacik |
2025-01-13 | btrfs: simplify btrfs_backref_release_cache() | Josef Bacik |
2025-01-13 | btrfs: do not handle non-shareable roots in backref cache | Josef Bacik |
2025-01-13 | btrfs: don't build backref tree for COW-only blocks | Josef Bacik |
2025-01-13 | btrfs: remove clone_backref_node() from relocation | Josef Bacik |
2025-01-13 | btrfs: simplify loop in select_reloc_root() | Josef Bacik |
2025-01-13 | btrfs: add a comment for new_bytenr in backref_cache_node | Josef Bacik |
2025-01-13 | btrfs: remove the changed list for backref cache | Josef Bacik |
2025-01-13 | btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling | Josef Bacik |
2025-01-13 | btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext... | Hao-ran Zheng |
2025-01-13 | btrfs: don't BUG_ON() in btrfs_drop_extents() | Johannes Thumshirn |
2025-01-13 | btrfs: zoned: reclaim unused zone by zone resetting | Naohiro Aota |
2025-01-13 | btrfs: drop fs_info argument from btrfs_update_space_info_*() | Naohiro Aota |
2025-01-13 | btrfs: factor out btrfs_return_free_space() | Naohiro Aota |
2025-01-13 | btrfs: handle FS_IOC_READ_VERITY_METADATA ioctl | Allison Karlitskaya |