Age | Commit message (Expand) | Author | Files | Lines |
2019-11-18 | btrfs: add dedicated members for start and length of a block group | David Sterba | 1 | -8/+8 |
2019-11-18 | btrfs: move block_group_item::used to block group | David Sterba | 1 | -1/+1 |
2019-11-18 | btrfs: opencode extent_buffer_get | David Sterba | 1 | -2/+2 |
2019-11-18 | btrfs: drop unused parameter is_new from btrfs_iget | David Sterba | 1 | -2/+2 |
2019-10-15 | btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex... | Qu Wenruo | 1 | -5/+4 |
2019-10-11 | Btrfs: add missing extents release on file extent cluster relocation error | Filipe Manana | 1 | -0/+2 |
2019-09-25 | btrfs: relocation: fix use-after-free on dead relocation roots | Qu Wenruo | 1 | -1/+8 |
2019-09-09 | btrfs: move basic block_group definitions to their own header | Josef Bacik | 1 | -0/+1 |
2019-09-09 | btrfs: Remove leftover of in-band dedupe | Nikolay Borisov | 1 | -1/+1 |
2019-07-04 | btrfs: migrate the delalloc space stuff to it's own home | Josef Bacik | 1 | -0/+1 |
2019-05-28 | btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON() | Qu Wenruo | 1 | -8/+19 |
2019-04-29 | btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent() | Qu Wenruo | 1 | -9/+16 |
2019-04-29 | btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref() | Qu Wenruo | 1 | -15/+27 |
2019-04-29 | btrfs: get fs_info from block group in lookup_free_space_inode | David Sterba | 1 | -1/+1 |
2019-04-29 | btrfs: Remove redundant inode argument from btrfs_add_ordered_sum | Nikolay Borisov | 1 | -1/+1 |
2019-04-29 | btrfs: fix panic during relocation after ENOSPC before writeback happens | Josef Bacik | 1 | -11/+20 |
2019-04-29 | btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan | Qu Wenruo | 1 | -7/+5 |
2019-04-29 | btrfs: Introduce extent_io_tree::owner to distinguish different io_trees | Qu Wenruo | 1 | -1/+2 |
2019-04-29 | btrfs: Introduce fs_info to extent_io_tree | Qu Wenruo | 1 | -4/+4 |
2019-02-25 | Btrfs: add missing error handling after doing leaf/node binary search | Filipe Manana | 1 | -0/+10 |
2019-02-25 | btrfs: open code now trivial btrfs_set_lock_blocking | David Sterba | 1 | -4/+4 |
2019-02-25 | btrfs: qgroup: Use delayed subtree rescan for balance | Qu Wenruo | 1 | -9/+5 |
2019-02-25 | btrfs: qgroup: Introduce per-root swapped blocks infrastructure | Qu Wenruo | 1 | -0/+7 |
2019-02-25 | btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots | Qu Wenruo | 1 | -17/+68 |
2019-02-25 | Btrfs: drop useless LIST_HEAD in merge_reloc_root | Julia Lawall | 1 | -1/+0 |
2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -1/+1 |
2018-12-17 | btrfs: add helper to describe block group flags | Anand Jain | 1 | -27/+3 |
2018-12-17 | Btrfs: prevent ioctls from interfering with a swap file | Omar Sandoval | 1 | -4/+14 |
2018-11-23 | btrfs: relocation: set trans to be NULL after ending transaction | Pan Bian | 1 | -0/+1 |
2018-10-15 | btrfs: relocation: Remove redundant tree level check | Qu Wenruo | 1 | -1/+0 |
2018-10-15 | btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safe | Qu Wenruo | 1 | -15/+8 |
2018-10-15 | btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo... | Qu Wenruo | 1 | -5/+5 |
2018-10-15 | btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents | Qu Wenruo | 1 | -8/+3 |
2018-10-15 | btrfs: relocation: Add basic extent backref related comments for build_backre... | Qu Wenruo | 1 | -10/+18 |
2018-10-15 | btrfs: Handle owner mismatch gracefully when walking up tree | Qu Wenruo | 1 | -1/+1 |
2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro | 1 | -1/+2 |
2018-10-15 | btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad... | Lu Fengqi | 1 | -1/+1 |
2018-08-06 | btrfs: btrfs_iget never returns an is_bad_inode inode | Al Viro | 1 | -5/+2 |
2018-08-06 | btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree | Lu Fengqi | 1 | -3/+2 |
2018-08-06 | btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi... | Qu Wenruo | 1 | -11/+12 |
2018-08-06 | btrfs: annotate unlikely branches after V0 extent type removal | David Sterba | 1 | -4/+4 |
2018-08-06 | btrfs: Add graceful handling of V0 extents | Nikolay Borisov | 1 | -3/+24 |
2018-08-06 | btrfs: Remove V0 extent support | Nikolay Borisov | 1 | -150/+1 |
2018-08-06 | btrfs: return EUCLEAN if extent_inline_ref type is invalid | Su Yue | 1 | -2/+2 |
2018-08-06 | btrfs: Remove fs_info from btrfs_force_chunk_alloc | Nikolay Borisov | 1 | -2/+1 |
2018-08-06 | btrfs: Remove fs_info from btrfs_inc_block_group_ro | Nikolay Borisov | 1 | -1/+1 |
2018-05-28 | btrfs: fix describe_relocation when printing unknown flags | Anand Jain | 1 | -1/+1 |
2018-05-28 | btrfs: remove unused fs_info parameter | Gu Jinxiang | 1 | -3/+3 |
2018-04-26 | btrfs: Fix wrong first_key parameter in replace_path | Qu Wenruo | 1 | -1/+1 |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |