public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-07-22 17:40:46 to 2025-09-16 16:42:32 UTC [more...]

[PATCH v3 00/13] expand mmap_prepare functionality, port more users
 2025-09-16 16:42 UTC  (17+ 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 "

[syzbot] [ntfs3?] INFO: trying to register non-static key in ntfs_set_size
 2025-09-16  5:50 UTC  (3+ messages)
` [PATCH Next] ntfs3: init run lock for extend inode

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-15 15:04 UTC  (51+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[PATCH RESEND] fs/ntfs3: Fix a resource leak bug in wnd_extend()
 2025-09-15 13:23 UTC 

[syzbot] [ntfs3?] kernel BUG in dnotify_free_mark
 2025-09-15  7:48 UTC 

[PATCH] ntfs3: fix use-after-free of sbi->options in cmp_fnames
 2025-09-10 15:17 UTC 

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (84+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 09/16] mm: introduce io_remap_pfn_range_prepare, complete
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 11/16] mm: update mem char driver "
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs
` [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete]
` [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete

[RFC PATCH] vfs: exclude ntfs3 from file mode validation in may_open()
 2025-09-02 10:43 UTC  (5+ messages)
    ` [PATCH] ntfs3: pretend $Extend records as regular files

[PATCH 0/3] ntfs3: Add support for FS_IOC_{GET,SET}FSLABEL ioctl
 2025-08-28 20:37 UTC  (4+ messages)
` [PATCH 1/3] ntfs3: transition magic number to shared constant
` [PATCH 2/3] ntfs3: add FS_IOC_GETFSLABEL ioctl
` [PATCH 3/3] ntfs3: add FS_IOC_SETFSLABEL ioctl

[syzbot] Monthly ntfs3 report (Aug 2025)
 2025-08-25 13:19 UTC 

[PATCH] fs: ntfs3: Fix integer overflow in run_unpack()
 2025-08-25 10:08 UTC 

[PATCH] fs/ntfs3: fix typo in ntfs_info() message
 2025-08-25  4:00 UTC 

[syzbot] [block?] [ntfs3?] general protection fault in blk_mq_issue_direct
 2025-08-22  4:16 UTC 

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in cmp_fnames (2)
 2025-08-21  7:34 UTC 

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Write in filemap_get_entry
 2025-08-19 15:42 UTC 

remove write_cache_pages()
 2025-08-19  8:57 UTC  (7+ messages)
` [PATCH 1/3] ntfs3: stop using write_cache_pages
` [PATCH 2/3] bcachefs: "
` [PATCH 3/3] mm: remove write_cache_pages

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Write in ntfs_read_run_nb
 2025-08-19  7:23 UTC 

[syzbot] [ntfs3?] kernel panic: stack is corrupted in rt_spin_lock
 2025-08-17  7:02 UTC 

[syzbot] [ntfs3?] kernel panic: stack is corrupted in debug_object_active_state
 2025-08-17  6:18 UTC  (2+ messages)

[syzbot] [mm?] [ntfs3?] kernel BUG in set_page_refcounted
 2025-08-04  8:18 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 12/15] fs/ntfs3: Add sanity check for file name
 2025-08-03 21:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 13/15] fs/ntfs3: correctly create symlink for relative path

[PATCH AUTOSEL 6.1 12/16] fs/ntfs3: Add sanity check for file name
 2025-08-03 21:21 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 13/16] fs/ntfs3: correctly create symlink for relative path

[PATCH AUTOSEL 6.6 17/23] fs/ntfs3: Add sanity check for file name
 2025-08-03 21:20 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 18/23] fs/ntfs3: correctly create symlink for relative path

[syzbot] [ntfs3?] general protection fault in inode_insert5
 2025-08-01 15:48 UTC 

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in unwind_next_frame (4)
 2025-08-01  4:30 UTC 

[GIT PULL] ntfs3: bugfixes for 6.17
 2025-07-28 23:41 UTC  (2+ messages)

[syzbot] Monthly ntfs3 report (Jul 2025)
 2025-07-25 12:39 UTC 

[PATCH] ntfs3: stop using write_cache_pages
 2025-07-23  6:11 UTC  (2+ messages)

[PATCH RESEND] fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist
 2025-07-22 17:40 UTC 


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