Files
linux/fs
Kent Overstreet c72f687a1f bcachefs: Use for_each_btree_key_upto() more consistently
It's important that in BTREE_ITER_FILTER_SNAPSHOTS mode we always use
peek_upto() and provide an end for the interval we're searching for -
otherwise, when we hit the end of the inode the next inode be in a
different subvolume and not have any keys in the current snapshot, and
we'd iterate over arbitrarily many keys before returning one.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-10-22 17:09:50 -04:00
..
2023-08-29 17:45:22 -04:00
2023-08-31 12:07:34 -05:00
2023-08-24 16:20:30 -07:00
2023-09-11 23:59:47 -04:00
2023-08-08 19:36:51 +02:00
2023-08-21 13:46:25 -07:00
2023-08-14 18:48:02 +02:00
2023-10-22 17:08:07 -04:00
2023-08-19 12:12:12 +02:00
2023-10-22 17:08:07 -04:00
2023-08-19 12:12:12 +02:00
2023-08-15 08:32:45 +02:00
2023-08-31 12:47:15 +02:00