]> Gentwo Git Trees - linux/.git/commit
fs/ntfs3: implement NTFS3_IOC_SHUTDOWN ioctl
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 30 Oct 2025 20:41:01 +0000 (23:41 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 17 Nov 2025 08:09:13 +0000 (09:09 +0100)
commitae91dfe38966fa30d713e705a69bf6c5c7f4c2aa
tree0440835baabea2e94fea66920834df7d6149a1b0
parent2109b080240ca0e1a3ebe28cf7577ebb00a5d887
fs/ntfs3: implement NTFS3_IOC_SHUTDOWN ioctl

Add support for the NTFS3_IOC_SHUTDOWN ioctl, allowing userspace to
request a filesystem shutdown. The ioctl number is shared with other
filesystems such as ext4, exfat, and f2fs.

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c