Linux NILFS development
 help / color / mirror / Atom feed
* [GIT PULL] nilfs2 changes for 7.0-rc1
@ 2026-02-06 23:11 Viacheslav Dubeyko
  2026-02-10  0:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Viacheslav Dubeyko @ 2026-02-06 23:11 UTC (permalink / raw)
  To: torvalds
  Cc: linux-nilfs, linux-fsdevel, linux-kernel, Ryusuke Konishi,
	Edward Adam Davis, Randy Dunlap

Hello Linus,

This pull request contains one fix in NILFS2 logic
and fix of kernel-doc warnings.

Edward Adam Davis has fixed the syzbot reported issue
in nilfs_sufile_trim_fs() logic. When a user executes
the FITRIM command, an underflow can occur when
calculating nblocks if end_block is too small.
This ultimately leads to the block layer function
__blkdev_issue_discard() taking an excessively long time to
process the bio chain, and the ns_segctor_sem lock remains
held for a long period. This prevents other tasks from
acquiring the ns_segctor_sem lock, resulting in the hang
reported by syzbot

Randy Dunlap eliminated 40+ kernel-doc warnings in
nilfs2_ondisk.h by converting all of the struct member
comments to kernel-doc comments.

Ryusuke Konishi eliminated kernel-doc warnings in nilfs2_api.h.

The following changes since commit
8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/nilfs2.git
tags/nilfs2-v7.0-tag1

for you to fetch changes up to
6fd8a09f48d6fee184207f4e15e939898a3947f9:

  nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc (2025-
12-22 15:45:29 -0800)

----------------------------------------------------------------
nilfs2 updates for v7.0

- nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc
- nilfs2: convert nilfs_super_block to kernel-doc
- nilfs2: Fix potential block overflow that cause system hang

----------------------------------------------------------------
Edward Adam Davis (1):
      nilfs2: Fix potential block overflow that cause system hang

Randy Dunlap (1):
      nilfs2: convert nilfs_super_block to kernel-doc

Ryusuke Konishi (1):
      nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc

 fs/nilfs2/sufile.c                 |   4 +
 include/uapi/linux/nilfs2_api.h    |   4 +-
 include/uapi/linux/nilfs2_ondisk.h | 163 ++++++++++++++++++++++-------
--------
 3 files changed, 103 insertions(+), 68 deletions(-)

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

* Re: [GIT PULL] nilfs2 changes for 7.0-rc1
  2026-02-06 23:11 [GIT PULL] nilfs2 changes for 7.0-rc1 Viacheslav Dubeyko
@ 2026-02-10  0:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-02-10  0:50 UTC (permalink / raw)
  To: Viacheslav Dubeyko
  Cc: torvalds, linux-nilfs, linux-fsdevel, linux-kernel,
	Ryusuke Konishi, Edward Adam Davis, Randy Dunlap

The pull request you sent on Fri, 06 Feb 2026 15:11:56 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/nilfs2.git tags/nilfs2-v7.0-tag1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d10a88ce1651578c0948fbf26d7aaff298b486b2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2026-02-10  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06 23:11 [GIT PULL] nilfs2 changes for 7.0-rc1 Viacheslav Dubeyko
2026-02-10  0:50 ` pr-tracker-bot

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