blob: 4fdca17c8c784ad8a6db9a26386bd4fe7e894d83 [file] [log] [blame]
882dbe0cec96 ("btrfs: introduce mount option rescue=ignoredatacsums")
42437a6386ff ("btrfs: introduce mount option rescue=ignorebadroots")
68319c18cb21 ("btrfs: show rescue=usebackuproot in /proc/mounts")
ab0b4a3ebf14 ("btrfs: add a helper to print out rescue= options")
ceafe3cc3992 ("btrfs: sysfs: export supported rescue= mount options")
334c16d82cfe ("btrfs: push the NODATASUM check into btrfs_lookup_bio_sums")
d70bf7484f72 ("btrfs: unify the ro checking for mount options")
7573df5547c0 ("btrfs: sysfs: export supported send stream version")
3ef3959b29c4 ("btrfs: don't show full path of bind mounts in subvol=")
74ef00185eb8 ("btrfs: introduce "rescue=" mount option")
c730ae0c6bb3 ("btrfs: convert comments to fallthrough annotations")
aeb935a45581 ("btrfs: don't set SHAREABLE flag for data reloc tree")
92a7cc425223 ("btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE")
85879573fc8b ("btrfs: put direct I/O checksums in btrfs_dio_private instead of bio")
c36cac28cb94 ("btrfs: fix double __endio_write_update_ordered in direct I/O")
6d3113a193e3 ("btrfs: fix error handling when submitting direct I/O bio")
1b60d2ec982a ("btrfs: backref: rename and move handle_one_tree_block()")
d36e7f0e8fed ("btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref()")
55465730bcea ("btrfs: backref: rename and move should_ignore_root()")
982c92cbd51c ("btrfs: backref: rename and move backref_tree_panic()")
13fe1bdb22f8 ("btrfs: backref: rename and move backref_cache_cleanup()")
023acb07bc99 ("btrfs: backref: rename and move remove_backref_node()")
b0fe7078d62c ("btrfs: backref: rename and move drop_backref_node()")
741188d3a549 ("btrfs: backref: rename and move free_backref_(node|edge)")
f39911e5527e ("btrfs: backref: rename and move link_backref_edge()")
47254d07f375 ("btrfs: backref: rename and move alloc_backref_edge()")
b1818dab9bda ("btrfs: backref: rename and move alloc_backref_node()")
584fb12187f0 ("btrfs: backref: rename and move backref_cache_init()")
e9a28dc52af3 ("btrfs: rename tree_entry to rb_simple_node and export it")
7053544146ac ("btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h")
a26195a5230d ("btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache")
29db137b6bb2 ("btrfs: reloc: refactor useless nodes handling into its own function")
1f872924663f ("btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links()")
e7d571c7b004 ("btrfs: reloc: remove the open-coded goto loop for breadth-first search")
0304f2d8cce7 ("btrfs: reloc: pass essential members for alloc_backref_node()")
2a979612d594 ("btrfs: reloc: use wrapper to replace open-coded edge linking")
4d81ea8bb4fc ("btrfs: reloc: refactor indirect tree backref processing into its own function")
4007ea87d900 ("btrfs: reloc: refactor direct tree backref processing into its own function")
2433bea592d2 ("btrfs: reloc: make reloc root search-specific for relocation backref cache")
33a0f1f71697 ("btrfs: reloc: add backref_cache::fs_info member")
84780289335f ("btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_node")
9569cc203d23 ("btrfs: reloc: rename mark_block_processed and __mark_block_processed")
71f572a9e82f ("btrfs: reloc: use btrfs_backref_iter infrastructure")
c39c2ddc6702 ("btrfs: backref: implement btrfs_backref_iter_next()")
a37f232b7b65 ("btrfs: backref: introduce the skeleton of btrfs_backref_iter")