]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "Extend freeze support to suspend and hibernate"
authorChristian Brauner <brauner@kernel.org>
Sat, 29 Mar 2025 08:44:56 +0000 (09:44 +0100)
committerChristian Brauner <brauner@kernel.org>
Fri, 9 May 2025 10:41:22 +0000 (12:41 +0200)
commit6e5af8e3ca5f397c8c90c12613863a664e38b158
treef892cbc8269f887fcfff245e839879436aa3f161
parent0af2f6be1b4281385b618cb86ad946eded089ac8
parent1af3331764b9356fadc4652af77bbbc97f3d7f78
Merge patch series "Extend freeze support to suspend and hibernate"

Christian Brauner <brauner@kernel.org> says:

Add the necessary infrastructure changes to support freezing for suspend
and hibernate. This should all that's needed to wire up power.

* patches from https://lore.kernel.org/r/20250329-work-freeze-v2-0-a47af37ecc3d@kernel.org:
  super: add filesystem freezing helpers for suspend and hibernate
  gfs2: pass through holder from the VFS for freeze/thaw
  super: use common iterator (Part 2)
  super: use a common iterator (Part 1)
  super: skip dying superblocks early
  super: simplify user_get_super()
  super: remove pointless s_root checks

Link: https://lore.kernel.org/r/20250329-work-freeze-v2-0-a47af37ecc3d@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>