Age | Commit message (Expand) | Author | Files | Lines |
2019-09-09 | btrfs: factor out sysfs code for updating sprout fsid | David Sterba | 1 | -10/+2 |
2019-09-09 | btrfs: factor out sysfs code for sending device uevent | David Sterba | 1 | -13/+0 |
2019-09-09 | btrfs: opencode reset of all device stats | Anand Jain | 1 | -10/+2 |
2019-09-09 | btrfs: reset device stat using btrfs_dev_stat_set | Anand Jain | 1 | -3/+3 |
2019-09-09 | btrfs: move basic block_group definitions to their own header | Josef Bacik | 1 | -0/+1 |
2019-09-09 | btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate() | Qu Wenruo | 1 | -4/+0 |
2019-09-09 | btrfs: volumes: Add comment for find_free_dev_extent_start() | Qu Wenruo | 1 | -0/+6 |
2019-09-09 | btrfs: volumes: Unexport find_free_dev_extent_start() | Qu Wenruo | 1 | -2/+3 |
2019-09-09 | btrfs: remove set but not used variable 'offset' | YueHaibing | 1 | -2/+0 |
2019-08-07 | Btrfs: fix sysfs warning and missing raid sysfs directories | Filipe Manana | 1 | -13/+0 |
2019-07-17 | btrfs: don't leak extent_map in btrfs_get_io_geometry() | Johannes Thumshirn | 1 | -3/+7 |
2019-07-02 | btrfs: move space_info to space-info.h | Josef Bacik | 1 | -0/+1 |
2019-07-02 | btrfs: Use btrfs_get_io_geometry appropriately | Nikolay Borisov | 1 | -63/+15 |
2019-07-02 | btrfs: Introduce btrfs_io_geometry infrastructure | Nikolay Borisov | 1 | -0/+96 |
2019-07-02 | Btrfs: prevent send failures and crashes due to concurrent relocation | Filipe Manana | 1 | -0/+8 |
2019-07-02 | btrfs: add mask for all RAID1 types | David Sterba | 1 | -4/+4 |
2019-07-01 | btrfs: Add comments on locking of several device-related fields | Nikolay Borisov | 1 | -1/+3 |
2019-07-01 | btrfs: read number of data stripes from map only once | David Sterba | 1 | -8/+9 |
2019-07-01 | btrfs: refactor helper for bg flags to name conversion | David Sterba | 1 | -21/+13 |
2019-07-01 | btrfs: factor out devs_max setting in __btrfs_alloc_chunk | David Sterba | 1 | -6/+2 |
2019-07-01 | btrfs: factor out helper for counting data stripes | David Sterba | 1 | -10/+15 |
2019-07-01 | btrfs: use raid_attr table for btrfs_bg_type_to_factor | David Sterba | 1 | -4/+3 |
2019-07-01 | btrfs: use raid_attr table to find profiles for integrity lowering | David Sterba | 1 | -5/+10 |
2019-07-01 | btrfs: use raid_attr to get allowed profiles for balance conversion | David Sterba | 1 | -9/+5 |
2019-07-01 | btrfs: use raid_attr in btrfs_chunk_max_errors | David Sterba | 1 | -12/+2 |
2019-07-01 | btrfs: remove mapping tree structures indirection | David Sterba | 1 | -29/+24 |
2019-07-01 | btrfs: raid56: allow the exact minimum number of devices for balance convert | David Sterba | 1 | -3/+4 |
2019-07-01 | btrfs: fix minimum number of chunk errors for DUP | David Sterba | 1 | -2/+1 |
2019-04-29 | btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdev | David Sterba | 1 | -2/+2 |
2019-04-29 | btrfs: get fs_info from device in btrfs_scrub_cancel_dev | David Sterba | 1 | -1/+1 |
2019-04-29 | btrfs: get fs_info from device in btrfs_rm_dev_item | David Sterba | 1 | -4/+3 |
2019-04-29 | btrfs: get fs_info from trans in btrfs_run_dev_stats | David Sterba | 1 | -2/+2 |
2019-04-29 | btrfs: get fs_info from trans in btrfs_finish_sprout | David Sterba | 1 | -3/+3 |
2019-04-29 | btrfs: get fs_info from trans in init_first_rw_device | David Sterba | 1 | -5/+4 |
2019-04-29 | btrfs: get fs_info from trans in btrfs_create_tree | David Sterba | 1 | -2/+1 |
2019-04-29 | btrfs: get fs_info from eb in read_one_dev | David Sterba | 1 | -3/+3 |
2019-04-29 | btrfs: get fs_info from eb in read_one_chunk | David Sterba | 1 | -4/+4 |
2019-04-29 | btrfs: get fs_info from eb in btrfs_check_chunk_valid | David Sterba | 1 | -1/+1 |
2019-04-29 | btrfs: get fs_info from eb in should_balance_chunk | David Sterba | 1 | -4/+3 |
2019-04-29 | btrfs: Factor out in_range macro | Nikolay Borisov | 1 | -1/+0 |
2019-04-29 | btrfs: Remove 'trans' argument from find_free_dev_extent(_start) | Nikolay Borisov | 1 | -7/+4 |
2019-04-29 | btrfs: replace pending/pinned chunks lists with io tree | Jeff Mahoney | 1 | -60/+25 |
2019-04-29 | btrfs: Stop using call_rcu for device freeing | Nikolay Borisov | 1 | -12/+8 |
2019-04-29 | btrfs: Populate ->orig_block_len during read_one_chunk | Nikolay Borisov | 1 | -19/+22 |
2019-04-29 | btrfs: Handle pending/pinned chunks before blockgroup relocation during devic... | Nikolay Borisov | 1 | -32/+23 |
2019-04-29 | btrfs: combine device update operations during transaction commit | Nikolay Borisov | 1 | -51/+36 |
2019-04-29 | btrfs: tree-checker: Verify dev item | Qu Wenruo | 1 | -9/+0 |
2019-04-29 | btrfs: tree-checker: Check chunk item at tree block read time | Qu Wenruo | 1 | -3/+9 |
2019-04-29 | btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export it | Qu Wenruo | 1 | -93/+1 |
2019-04-29 | btrfs: use BUG() instead of BUG_ON(1) | Arnd Bergmann | 1 | -1/+1 |