linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Syzbot bugfixes and refactoring
@ 2024-10-01  9:00 Konstantin Komarov
  2024-10-01  9:00 ` [PATCH 1/6] fs/ntfs3: Fix possible deadlock in mi_read Konstantin Komarov
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Konstantin Komarov @ 2024-10-01  9:00 UTC (permalink / raw)
  To: ntfs3; +Cc: linux-kernel, linux-fsdevel, Konstantin Komarov

Mostly fixes of problems that syzbot shows.

Konstantin Komarov (6):
  fs/ntfs3: Fix possible deadlock in mi_read
  fs/ntfs3: Additional check in ni_clear()
  fs/ntfs3: Sequential field availability check in mi_enum_attr()
  fs/ntfs3: Fix general protection fault in run_is_mapped_full
  fs/ntfs3: Additional check in ntfs_file_release
  fs/ntfs3: Format output messages like others fs in kernel

 fs/ntfs3/file.c    |  9 ++++++++-
 fs/ntfs3/frecord.c |  4 +++-
 fs/ntfs3/inode.c   |  5 ++++-
 fs/ntfs3/namei.c   |  2 +-
 fs/ntfs3/record.c  | 15 +++++++--------
 fs/ntfs3/super.c   | 13 +++++++++----
 6 files changed, 32 insertions(+), 16 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-10-10 11:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01  9:00 [PATCH 0/6] Syzbot bugfixes and refactoring Konstantin Komarov
2024-10-01  9:00 ` [PATCH 1/6] fs/ntfs3: Fix possible deadlock in mi_read Konstantin Komarov
2024-10-01  9:01 ` [PATCH 2/6] fs/ntfs3: Additional check in ni_clear() Konstantin Komarov
2024-10-01  9:01 ` [PATCH 3/6] fs/ntfs3: Sequential field availability check in mi_enum_attr() Konstantin Komarov
2024-10-10 11:00   ` lei lu
2024-10-01  9:01 ` [PATCH 4/6] fs/ntfs3: Fix general protection fault in run_is_mapped_full Konstantin Komarov
2024-10-01  9:01 ` [PATCH 5/6] fs/ntfs3: Additional check in ntfs_file_release Konstantin Komarov
2024-10-01  9:01 ` [PATCH 6/6] fs/ntfs3: Format output messages like others fs in kernel Konstantin Komarov

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).