Age | Commit message (Expand) | Author |
2022-01-07 | btrfs: remove reada infrastructure | Qu Wenruo |
2022-01-07 | btrfs: zoned: sink zone check into btrfs_repair_one_zone | Johannes Thumshirn |
2022-01-07 | btrfs: introduce exclusive operation BALANCE_PAUSED state | Nikolay Borisov |
2022-01-03 | btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_item | Josef Bacik |
2022-01-03 | btrfs: don't check stripe length if the profile is not stripe based | Qu Wenruo |
2022-01-03 | btrfs: zoned: cache reported zone during mount | Naohiro Aota |
2022-01-03 | btrfs: consolidate device_list_mutex in prepare_sprout to its parent | Anand Jain |
2022-01-03 | btrfs: switch seeding_dev in init_new_device to bool | Anand Jain |
2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik |
2021-12-17 | Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-12-15 | btrfs: fix missing blkdev_put() call in btrfs_scan_one_device() | Shin'ichiro Kawasaki |
2021-11-18 | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-11-16 | btrfs: silence lockdep when reading chunk tree during mount | Filipe Manana |
2021-11-01 | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2021-11-01 | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-29 | btrfs: clear MISSING device status bit in btrfs_close_one_device | Li Zhang |
2021-10-26 | btrfs: update device path inode time instead of bd_inode | Josef Bacik |
2021-10-26 | btrfs: fix deadlock between chunk allocation and chunk btree modifications | Filipe Manana |
2021-10-26 | btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls | Josef Bacik |
2021-10-26 | btrfs: add a btrfs_get_dev_args_from_path helper | Josef Bacik |
2021-10-26 | btrfs: handle device lookup with btrfs_dev_lookup_args | Josef Bacik |
2021-10-26 | btrfs: do not call close_fs_devices in btrfs_rm_device | Josef Bacik |
2021-10-26 | btrfs: use num_device to check for the last surviving seed device | Anand Jain |
2021-10-26 | btrfs: remove btrfs_raid_bio::fs_info member | Qu Wenruo |
2021-10-26 | btrfs: make sure btrfs_io_context::fs_info is always initialized | Qu Wenruo |
2021-10-26 | btrfs: do not take the uuid_mutex in btrfs_rm_device | Josef Bacik |
2021-10-26 | btrfs: rename struct btrfs_io_bio to btrfs_bio | Qu Wenruo |
2021-10-26 | btrfs: rename btrfs_bio to btrfs_io_context | Qu Wenruo |
2021-10-26 | btrfs: remove stale comment about the btrfs_show_devname | Anand Jain |
2021-10-26 | btrfs: update latest_dev when we create a sprout device | Anand Jain |
2021-10-26 | btrfs: convert latest_bdev type to btrfs_device and rename | Anand Jain |
2021-10-26 | btrfs: rename and switch to bool btrfs_chunk_readonly | Anand Jain |
2021-10-25 | btrfs: update comment for fs_devices::seed_list in btrfs_rm_device | Su Yue |
2021-10-25 | btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk | Nikolay Borisov |
2021-10-22 | btrfs: use sync_blockdev | Christoph Hellwig |
2021-10-18 | btrfs: use bdev_nr_bytes instead of open coding it | Christoph Hellwig |
2021-09-17 | btrfs: fix mount failure due to past and transient device flush error | Filipe Manana |
2021-09-07 | btrfs: fix lockdep warning while mounting sprout fs | Anand Jain |
2021-09-07 | btrfs: delay blkdev_put until after the device remove | Josef Bacik |
2021-09-07 | btrfs: update the bdev time directly when closing | Josef Bacik |
2021-08-23 | btrfs: reset replace target device to allocation state on close | Desmond Cheong Zhi Xi |
2021-08-23 | btrfs: fix NULL pointer dereference when deleting device by invalid id | Qu Wenruo |
2021-08-23 | btrfs: introduce btrfs_search_backwards function | Marcos Paulo de Souza |
2021-08-23 | btrfs: simplify return values in btrfs_check_raid_min_devices | Anand Jain |
2021-08-23 | btrfs: allow degenerate raid0/raid10 | David Sterba |
2021-08-23 | btrfs: subpage: reject raid56 filesystem and profile conversion | Qu Wenruo |
2021-08-23 | btrfs: constify and cleanup variables in comparators | David Sterba |
2021-08-23 | btrfs: simplify data stripe calculation helpers | David Sterba |
2021-08-23 | btrfs: merge alloc_device helpers | David Sterba |
2021-08-23 | btrfs: uninline btrfs_bg_flags_to_raid_index | David Sterba |