Age | Commit message (Expand) | Author |
2022-10-24 | btrfs: fix tree mod log mishandling of reallocated nodes | Josef Bacik |
2022-09-29 | btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new... | Tetsuo Handa |
2022-09-29 | btrfs: make can_nocow_extent nowait compatible | Josef Bacik |
2022-09-26 | btrfs: speedup checking for extent sharedness during fiemap | Filipe Manana |
2022-09-26 | btrfs: get rid of block group caching progress logic | Omar Sandoval |
2022-09-26 | btrfs: convert block group bit field to use bit helpers | Josef Bacik |
2022-08-23 | btrfs: fix space cache corruption and potential double allocations | Omar Sandoval |
2022-08-17 | btrfs: fix lockdep splat with reloc root extent buffers | Josef Bacik |
2022-07-25 | btrfs: zoned: write out partially allocated region | Naohiro Aota |
2022-07-25 | btrfs: zoned: finish least available block group on data bg allocation | Naohiro Aota |
2022-07-25 | btrfs: let can_allocate_chunk return error | Naohiro Aota |
2022-07-25 | btrfs: use named constant for reserved device space | Qu Wenruo |
2022-07-25 | btrfs: split discard handling out of btrfs_map_block | Christoph Hellwig |
2022-07-16 | Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-07-15 | Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray" | David Sterba |
2022-06-26 | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-06-21 | btrfs: zoned: prevent allocation from previous data relocation BG | Naohiro Aota |
2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2022-05-16 | btrfs: zoned: introduce btrfs_zoned_bg_is_full | Naohiro Aota |
2022-05-16 | btrfs: improve error reporting in lookup_inline_extent_backref | Nikolay Borisov |
2022-05-16 | btrfs: remove btrfs_delayed_extent_op::is_data | David Sterba |
2022-05-16 | btrfs: sink parameter is_data to btrfs_set_disk_extent_flags | David Sterba |
2022-05-16 | btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray | Gabriel Niebler |
2022-05-16 | btrfs: use a read/write lock for protecting the block groups tree | Filipe Manana |
2022-05-16 | btrfs: use rbtree with leftmost node cached for tracking lowest block group | Filipe Manana |
2022-05-16 | btrfs: remove search start argument from first_logical_byte() | Filipe Manana |
2022-05-16 | btrfs: stop allocating a path when checking if cross reference exists | Filipe Manana |
2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig |
2022-04-06 | btrfs: zoned: activate block group only for extent allocation | Naohiro Aota |
2022-03-14 | btrfs: factor out do_free_extent_accounting helper | Josef Bacik |
2022-03-14 | btrfs: remove last_ref from the extent freeing code | Josef Bacik |
2022-03-14 | btrfs: add a alloc_reserved_extent helper | Josef Bacik |
2022-03-14 | btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block | Josef Bacik |
2022-03-14 | btrfs: zoned: remove redundant initialization of to_add | Jiapeng Chong |
2022-03-02 | btrfs: do not start relocation until in progress drops are done | Josef Bacik |
2022-01-07 | btrfs: zoned: fix chunk allocation condition for zoned allocator | Naohiro Aota |
2022-01-07 | btrfs: add extent allocator hook to decide to allocate chunk or not | Naohiro Aota |
2022-01-07 | btrfs: zoned: unset dedicated block group on allocation failure | Naohiro Aota |
2022-01-03 | btrfs: track the csum, extent, and free space trees in a rb tree | Josef Bacik |
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: use chunk_root in find_free_extent_update_loop | Josef Bacik |
2022-01-03 | btrfs: make remove_extent_backref pass the root | Josef Bacik |
2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik |
2021-12-15 | btrfs: fix invalid delayed ref after subvolume creation failure | Filipe Manana |
2021-12-08 | btrfs: fail if fstrim_range->start == U64_MAX | Josef Bacik |
2021-10-26 | btrfs: reduce btrfs_update_block_group alloc argument to bool | Anand Jain |
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 |