lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250930130833.4866-1-almaz.alexandrovich@paragon-software.com>
Date: Tue, 30 Sep 2025 15:08:33 +0200
From: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
To: <torvalds@...ux-foundation.org>
CC: <ntfs3@...ts.linux.dev>, <linux-fsdevel@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ntfs3: bugfixes for 6.18

Please pull this branch containing ntfs3 code for 6.18.

Regards,
Konstantin

----------------------------------------------------------------
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://github.com/Paragon-Software-Group/linux-ntfs3.git tags/ntfs3_for_6.18

for you to fetch changes up to 7d460636b6402343ca150682f7bae896c4ff2a76:

  ntfs3: stop using write_cache_pages (2025-09-10 11:01:41 +0200)

----------------------------------------------------------------
Changes for 6.18-rc1

Added:
    support for FS_IOC_{GET,SET}FSLABEL ioctl;
    reject index allocation if $BITMAP is empty but blocks exist.

Fixed:
    integer overflow in run_unpack();
    resource leak bug in wnd_extend().

Changed:
    pretend $Extend records as regular files;
    stop using write_cache_pages.

----------------------------------------------------------------
Christoph Hellwig (1):
      ntfs3: stop using write_cache_pages

Ethan Ferguson (3):
      ntfs3: transition magic number to shared constant
      ntfs3: add FS_IOC_GETFSLABEL ioctl
      ntfs3: add FS_IOC_SETFSLABEL ioctl

Haoxiang Li (1):
      fs/ntfs3: Fix a resource leak bug in wnd_extend()

Moon Hee Lee (1):
      fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist

Tetsuo Handa (1):
      ntfs3: pretend $Extend records as regular files

Vitaly Grigoryev (1):
      fs: ntfs3: Fix integer overflow in run_unpack()

 fs/ntfs3/bitmap.c  |  1 +
 fs/ntfs3/file.c    | 28 ++++++++++++++++++++++++++++
 fs/ntfs3/index.c   | 10 ++++++++++
 fs/ntfs3/inode.c   | 16 +++++++++++-----
 fs/ntfs3/ntfs_fs.h |  2 +-
 fs/ntfs3/run.c     | 12 +++++++++---
 6 files changed, 60 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ