messages from 2025-09-16 14:13:18 to 2025-11-20 09:20:21 UTC [more...]
[PATCH][next] fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"
2025-11-20 9:20 UTC (2+ messages)
[PATCH] [PATCH] ntfs3: fix double free of sbi->options->nls and clarify ownership of fc->fs_private
2025-11-20 9:10 UTC (2+ messages)
[PATCH linux-next] fs/ntfs3: Initialize allocated memory before use
2025-11-20 9:07 UTC (3+ messages)
[syzbot] [ntfs3?] WARNING in indx_insert_into_buffer (3)
2025-11-20 9:04 UTC (4+ messages)
` [PATCH] ntfs3: avoid memcpy size warning
[syzbot] [ntfs3?] INFO: trying to register non-static key in ntfs_set_size
2025-11-20 9:02 UTC (6+ messages)
` [PATCH Next] ntfs3: init run lock for extend inode
[PATCH] ntfs: set dummy blocksize to read boot_block when mounting
2025-11-20 9:01 UTC (2+ messages)
[PATCH v1] ntfs3: Fix uninit buffer allocated by __getname()
2025-11-20 8:47 UTC (2+ messages)
[PATCH v2] ntfs3: fix uninit memory after failed mi_read in mi_format_new
2025-11-20 8:46 UTC (2+ messages)
[PATCH] ntfs3: fix use-after-free of sbi->options in cmp_fnames
2025-11-20 8:44 UTC (2+ messages)
[PATCH 0/3] Compression fixes for ntfs3
2025-11-20 8:41 UTC (2+ messages)
[Bug] Memory allocation errors and system crashing due to buggy disk cache/inode allocations by ntfs3 kernel module
2025-11-19 15:11 UTC (7+ messages)
[PATCH] fs/ntfs3: check for shutdown in fsync
2025-11-19 9:10 UTC (4+ messages)
` [PATCH v2] "
[PATCH] fs/ntfs3: change the default mount options for "acl" and "prealloc"
2025-11-18 13:05 UTC
[PATCH] fs/ntfs3: update mode in xattr when ACL can be reduced to mode
2025-11-13 15:20 UTC
[PATCH] fs/ntfs3: check minimum alignment for direct I/O
2025-11-13 15:19 UTC
[PATCH] fs/ntfs3: implement NTFS3_IOC_SHUTDOWN ioctl
2025-11-13 15:18 UTC
[PATCH] fs/ntfs3: correct attr_collapse_range when file is too fragmented
2025-11-13 15:17 UTC
[syzbot] [ntfs3?] memory leak in ni_add_subrecord
2025-11-11 11:13 UTC (3+ messages)
` [PATCH 1/2] fs/ntfs3: Prevent memory leaks in add sub record
` [PATCH 2/2] fs/ntfs3: out1 also needs to put mi
[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
2025-11-10 13:13 UTC
[syzbot] [f2fs?] WARNING in get_data
2025-11-09 10:15 UTC
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 9:19 UTC (7+ messages)
` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)
[syzbot] [ntfs3?] [usb?] general protection fault in rtlock_slowlock_locked
2025-11-08 4:01 UTC (2+ messages)
` [syzbot] [block?] "
[PATCH] vfs: remove the excl argument from the ->create() inode_operation
2025-11-07 0:00 UTC (5+ messages)
[PATCH] fs: ntfs3: remove redundant kmap() calls
2025-11-04 16:19 UTC
[PATCH AUTOSEL 6.17-5.15] ntfs3: pretend $Extend records as regular files
2025-11-04 13:56 UTC (3+ messages)
[syzbot] [ntfs3?] WARNING in generic_shutdown_super
2025-11-04 3:36 UTC
[PATCH RFC] fs/ntfs3: disable readahead for compressed files
2025-11-01 16:01 UTC (2+ messages)
[PATCH] fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/O
2025-11-01 15:25 UTC (3+ messages)
` [PATCH v2] "
[syzbot] [ntfs3?] WARNING in ni_rename (2)
2025-10-30 22:35 UTC
[syzbot] [ntfs3?] WARNING in ntfs_fill_super (2)
2025-10-29 23:47 UTC (2+ messages)
[syzbot] [ntfs3?] WARNING in ntfs_put_super
2025-10-29 15:25 UTC (3+ messages)
` [PATCH next] ntfs3: Remove redundant nls free
[PATCH] fs/ntfs3: fix KMSAN uninit-value in ni_create_attr_list
2025-10-27 10:24 UTC (4+ messages)
` [syzbot] [ntfs3?] KMSAN: uninit-value in attr_set_size
[syzbot] Monthly ntfs3 report (Oct 2025)
2025-10-27 8:42 UTC
[Bug] Memory allocation errors and system crashing due to buggy disk cache/inode allocations by ntfs3 kernel module
2025-10-24 10:25 UTC (2+ messages)
[PATCH v5 00/15] expand mmap_prepare functionality, port more users
2025-10-20 18:16 UTC (20+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-10-20 10:58 UTC (33+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "
[PATCH] fs/ntfs3: Support timestamps prior to epoch
2025-10-17 10:17 UTC
[PATCH] fs/ntfs3: fix mount failure for sparse runs in run_unpack()
2025-10-17 10:18 UTC
[PATCH] fs/ntfs3: Reformat code and update terminology
2025-10-17 10:17 UTC
[PATCH] ntfs3: prevent operations on NTFS system files
2025-10-14 16:01 UTC (4+ messages)
[syzbot] [ntfs3?] INFO: trying to register non-static key in ntfs_setattr
2025-10-13 21:58 UTC
[PATCH] fs/ntfs3: fix uninitialized memory in ni_create_attr_list()
2025-10-07 13:40 UTC
[syzbot] [ntfs3?] KMSAN: uninit-value in attr_set_size
2025-10-05 23:31 UTC
[GIT PULL] ntfs3: bugfixes for 6.18
2025-10-03 21:31 UTC (3+ messages)
[PATCH] ntfs3: fix uninit memory after failed mi_read in mi_format_new
2025-09-28 15:25 UTC (3+ messages)
[syzbot] Monthly ntfs3 report (Sep 2025)
2025-09-25 16:00 UTC
[PATCH v2 11/16] mm: update mem char driver to use mmap_prepare
2025-09-19 5:13 UTC (3+ messages)
[PATCH v2 16/16] kcov: update kcov to use mmap_prepare
2025-09-19 5:10 UTC (3+ messages)
[syzbot] [ntfs3?] KMSAN: uninit-value in ntfs_read_hdr (3)
2025-09-17 22:55 UTC
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 15:34 UTC (49+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox