Age | Commit message (Expand) | Author |
2022-09-29 | btrfs: add helper to replace extent map range with a new extent map | Filipe Manana |
2022-09-29 | btrfs: move btrfs_drop_extent_cache() to extent_map.c | Filipe Manana |
2022-09-29 | btrfs: make can_nocow_extent nowait compatible | Josef Bacik |
2022-09-26 | btrfs: unify the lock/unlock extent variants | Josef Bacik |
2022-08-17 | btrfs: fix lockdep splat with reloc root extent buffers | Josef Bacik |
2022-08-17 | btrfs: unset reloc control if transaction commit fails in prepare_to_relocate() | Zixuan Fu |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-05-16 | btrfs: remove unnecessary check of iput argument | Lv Ruyi |
2022-05-16 | btrfs: remove unnecessary type casts | Yu Zhe |
2022-05-16 | btrfs: assert that relocation is protected with sb_start_write() | Naohiro Aota |
2022-05-16 | btrfs: avoid blocking on space revervation when doing nowait dio writes | Filipe Manana |
2022-05-09 | btrfs: Convert btrfs to read_folio | Matthew Wilcox (Oracle) |
2022-05-08 | mm/readahead: Convert page_cache_async_readahead to take a folio | Matthew Wilcox (Oracle) |
2022-03-14 | btrfs: unify the error handling pattern for read_tree_block() | Qu Wenruo |
2022-03-14 | btrfs: pass btrfs_fs_info to btrfs_recover_relocation | Josef Bacik |
2022-03-14 | btrfs: support different disk extent size for delalloc | Omar Sandoval |
2022-03-02 | btrfs: do not start relocation until in progress drops are done | Josef Bacik |
2022-01-07 | btrfs: add an inode-item.h | Josef Bacik |
2022-01-07 | btrfs: make send work with concurrent block group relocation | Filipe Manana |
2022-01-03 | btrfs: stop accessing ->csum_root directly | Josef Bacik |
2022-01-03 | btrfs: stop accessing ->extent_root directly | Josef Bacik |
2022-01-03 | btrfs: change root to fs_info for btrfs_reserve_metadata_bytes | Josef Bacik |
2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik |
2021-10-26 | btrfs: fix deadlock between chunk allocation and chunk btree modifications | Filipe Manana |
2021-10-26 | btrfs: pull up qgroup checks from delayed-ref core to init time | Nikolay Borisov |
2021-10-26 | btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref | Nikolay Borisov |
2021-10-26 | btrfs: rename setup_extent_mapping in relocation code | Johannes Thumshirn |
2021-10-26 | btrfs: zoned: allow preallocation for relocation inodes | Johannes Thumshirn |
2021-10-26 | btrfs: introduce btrfs_is_data_reloc_root | Johannes Thumshirn |
2021-10-26 | btrfs: zoned: finish relocating block group | Naohiro Aota |
2021-08-23 | btrfs: subpage: fix relocation potentially overwriting last page data | Qu Wenruo |
2021-08-23 | btrfs: make relocate_one_page() handle subpage case | Qu Wenruo |
2021-08-23 | btrfs: reloc: factor out relocation page read and dirty part | Qu Wenruo |
2021-06-22 | btrfs: ensure relocation never runs while we have send operations running | Filipe Manana |
2021-06-21 | btrfs: add cancellable chunk relocation support | David Sterba |
2021-04-19 | btrfs: check return value of btrfs_commit_transaction in relocation | Josef Bacik |
2021-04-19 | btrfs: do proper error handling in merge_reloc_roots | Josef Bacik |
2021-04-19 | btrfs: handle extent corruption with select_one_root properly | Josef Bacik |
2021-04-19 | btrfs: cleanup error handling in prepare_to_merge | Josef Bacik |
2021-04-19 | btrfs: do not panic in __add_reloc_root | Josef Bacik |
2021-04-19 | btrfs: handle __add_reloc_root failures in btrfs_recover_relocation | Josef Bacik |
2021-04-19 | btrfs: do proper error handling in create_reloc_inode | Josef Bacik |
2021-04-19 | btrfs: remove the extent item sanity checks in relocate_block_group | Josef Bacik |
2021-04-19 | btrfs: handle extent reference errors in do_relocation | Josef Bacik |
2021-04-19 | btrfs: handle errors in reference count manipulation in replace_path | Josef Bacik |
2021-04-19 | btrfs: handle btrfs_search_slot failure in replace_path | Josef Bacik |
2021-04-19 | btrfs: handle btrfs_cow_block errors in replace_path | Josef Bacik |
2021-04-19 | btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s | Josef Bacik |
2021-04-19 | btrfs: do proper error handling in btrfs_update_reloc_root | Josef Bacik |
2021-04-19 | btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge | Josef Bacik |