blob: 691dcfadd394a607e2899edb2f8e58c9ffa693de [file] [log] [blame]
7a62d0f07377 ("btrfs: Handle one more split-brain scenario during fsid change")
7239ff4b2be8 ("btrfs: Introduce support for FSID change without metadata rewrite")
b444ad46b2db ("btrfs: Make btrfs_find_device_by_path return struct btrfs_device")
8e87e8562744 ("btrfs: Remove fs_info argument from btrfs_add_dev_item")
bc877d285ca3 ("btrfs: Deduplicate extent_buffer init code")
21a852b01820 ("btrfs: Move btrfs_check_super_valid() to avoid forward declaration")
c4babc5e38e9 ("btrfs: rename struct btrfs_fs_devices::list")
3acbcbfc8f06 ("btrfs: drop devid as device_list_add() arg")
e124ece53edf ("btrfs: get device pointer from device_list_add()")
f2788d2f76ca ("btrfs: set the total_devices in device_list_add()")
327f18cc7f44 ("btrfs: move pr_info into device_list_add")
d8367db30a10 ("btrfs: make btrfs_free_stale_devices() to match the path")
0d34097f6683 ("btrfs: rename btrfs_free_stale_devices() arg to skip_dev")
522f1b45e41d ("btrfs: make btrfs_free_stale_devices() argument optional")
38cf665d338f ("btrfs: make btrfs_free_stale_device() to iterate all stales")
1c94da9dd913 ("btrfs: cleanup btrfs_free_stale_device() usage")
6f794e3c5c8f ("btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP")
98820a7e244b ("btrfs: add support for SUPER_FLAG_CHANGING_FSID")
e2731e55884f ("btrfs: define SUPER_FLAG_METADUMP_V2")
05a5c55dfc30 ("btrfs: minor style cleanups in btrfs_scan_one_device")
ebbede42d47d ("btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE")
38b5f68e9811 ("btrfs: drop btrfs_device::can_discard to query directly")
0fb08bccbce2 ("btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device()")
9f050db43e0f ("btrfs: move check for device generation to the last")
71f8a8d2c1ee ("btrfs: set fs_devices->seed directly")
08ffcae8c92e ("btrfs: simplify btrfs_close_bdev")
55de480346cc ("btrfs: use free_device where opencoded")
c74a0b0237c4 ("btrfs: rename btrfs_add_device to btrfs_add_dev_item")
9f5316c17b08 ("Btrfs: free btrfs_device in place")
3065ae5b8565 ("btrfs: add missing device::flush_bio puts")
7132a262595a ("btrfs: error out if btrfs_attach_transaction() fails")
d31c32f6745a ("btrfs: fix BUG_ON in btrfs_init_new_device()")
0af2c4bf5a01 ("btrfs: undo writable superblocke when sprouting fails")
c9162bdfd617 ("Btrfs: make some volumes.c functions static")
44880fdc91bc ("btrfs: use appropriate define for the fsid")
35c70103a528 ("btrfs: refactor find_device helper")
2dfeca9bfb0c ("btrfs: merge alloc_device helpers")
ebcc9301eacb ("btrfs: convert while loop to list_for_each_entry")
e0ae99941423 ("btrfs: preallocate device flush bio")
4fc6441aac75 ("btrfs: wait part of the write_dev_flush() can be separated out")
cea7c8bf7720 ("btrfs: remove redundant null bdev counting during flush submission")
12b9bf0b942e ("btrfs: write_dev_flush does not return ENOMEM anymore")
c5e4c3d75034 ("btrfs: sink gfp parameter to btrfs_io_bio_alloc")
184f999e1215 ("btrfs: add helper to initialize the non-bio part of btrfs_io_bio")
c821e7f3daa4 ("btrfs: pass bytes to btrfs_bio_alloc")
9886b1743350 ("btrfs: opencode trivial compressed_bio_alloc, simplify error handling")
9f2179a5e72b ("btrfs: remove redundant parameters from btrfs_bio_alloc")
8b6c1d56f2f5 ("btrfs: sink gfp parameter to btrfs_bio_clone")
e4f56903863c ("btrfs: btrfs_io_bio_alloc never fails, skip error handling")
3aa8e074ab2e ("btrfs: btrfs_bio_clone never fails, skip error handling")