linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs-progs: move inode cache removal functionality to "btrfs rescue" group
@ 2023-10-09  4:46 Qu Wenruo
  2023-10-09  4:46 ` [PATCH 1/2] btrfs-progs: move clear-cache.[ch] from check to common directory Qu Wenruo
  2023-10-09  4:47 ` [PATCH 2/2] btrfs-progs: move inode cache removal to rescue group Qu Wenruo
  0 siblings, 2 replies; 6+ messages in thread
From: Qu Wenruo @ 2023-10-09  4:46 UTC (permalink / raw)
  To: linux-btrfs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-09 22:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-09  4:46 [PATCH 0/2] btrfs-progs: move inode cache removal functionality to "btrfs rescue" group Qu Wenruo
2023-10-09  4:46 ` [PATCH 1/2] btrfs-progs: move clear-cache.[ch] from check to common directory Qu Wenruo
2023-10-09  4:47 ` [PATCH 2/2] btrfs-progs: move inode cache removal to rescue group Qu Wenruo
2023-10-09 14:23   ` David Sterba
2023-10-09 20:50     ` Qu Wenruo
2023-10-09 22:47       ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).