mbox series

[0/2] btrfs-progs: move inode cache removal functionality to "btrfs rescue" group

Message ID cover.1696826531.git.wqu@suse.com (mailing list archive)
Headers show
Series btrfs-progs: move inode cache removal functionality to "btrfs rescue" group | expand

Message

Qu Wenruo Oct. 9, 2023, 4:46 a.m. UTC
This is the first step to move those cache clearing functionality to
"btrfs rescue", as "btrfs check" doesn't looks that proper just to clear
various cache.

This patchset is handling issue #669 by moving the rarely used inode
cache clearing to "btrfs rescue" as the safe and first step.

Qu Wenruo (2):
  btrfs-progs: move clear-cache.[ch] from check to common directory
  btrfs-progs: move inode cache removal to rescue group

 Documentation/btrfs-check.rst   |  5 +++-
 Documentation/btrfs-rescue.rst  |  6 ++++
 Makefile                        |  6 ++--
 check/main.c                    |  3 +-
 cmds/rescue.c                   | 52 +++++++++++++++++++++++++++++++++
 {check => common}/clear-cache.c |  2 +-
 {check => common}/clear-cache.h |  0
 convert/main.c                  |  2 +-
 tune/main.c                     |  2 +-
 9 files changed, 70 insertions(+), 8 deletions(-)
 rename {check => common}/clear-cache.c (99%)
 rename {check => common}/clear-cache.h (100%)

--
2.42.0