Linux filesystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] cleanup for stable_page_flags()
@ 2026-07-20  3:30 Jinjiang Tu
  2026-07-20  3:30 ` [PATCH v2 1/3] fs: stable_page_flags(): use BIT_ULL() for KPF flags Jinjiang Tu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jinjiang Tu @ 2026-07-20  3:30 UTC (permalink / raw)
  To: akpm, ziy, david, luizcap, willy, linmiaohe, svetly.todorov,
	xu.xin16, chengming.zhou, linux-fsdevel, linux-mm
  Cc: wangkefeng.wang, sunnanyong, tujinjiang

This series cleans up stable_page_flags(), see the details in the commit
message.

Changes since v1:
 * add missing "1 << KPF_*" covertions for patch 1
 * collect Acked-by for patch 1
 * only convert folio-specific flags to folio_test_*() helpers
 * move KPF_IDLE cleanup to a separate patch

Jinjiang Tu (3):
  fs: stable_page_flags(): use BIT_ULL() for KPF flags
  fs: stable_page_flags(): use folio_test_*() helpers
  fs: stable_page_flags(): simplify KPF_IDLE handling

 fs/proc/page.c | 56 +++++++++++++++++++++-----------------------------
 1 file changed, 23 insertions(+), 33 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-20  9:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20  3:30 [PATCH v2 0/3] cleanup for stable_page_flags() Jinjiang Tu
2026-07-20  3:30 ` [PATCH v2 1/3] fs: stable_page_flags(): use BIT_ULL() for KPF flags Jinjiang Tu
2026-07-20  3:30 ` [PATCH v2 2/3] fs: stable_page_flags(): use folio_test_*() helpers Jinjiang Tu
2026-07-20  9:30   ` David Hildenbrand (Arm)
2026-07-20  3:30 ` [PATCH v2 3/3] fs: stable_page_flags(): simplify KPF_IDLE handling Jinjiang Tu
2026-07-20  9:32   ` David Hildenbrand (Arm)
2026-07-20  5:30 ` [PATCH v2 0/3] cleanup for stable_page_flags() Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox