public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-11-06 18:01:28 to 2026-01-08 17:13:50 UTC [more...]

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-08 17:12 UTC  (2+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations

[PATCH] fs/ntfs3: make ntfs_writeback_ops static
 2026-01-07  7:37 UTC 

[PATCH v1] ntfs3: Refactor duplicate kmemdup pattern in do_action()
 2026-01-06  6:34 UTC 

[PATCH] ntfs3: Restore NULL folio initialization in ntfs_writepages()
 2026-01-05 19:17 UTC 

[paragon-software-group-ntfs3:master 16/16] fs/ntfs3/inode.c:1024 ntfs_writepages() error: uninitialized symbol 'folio'
 2026-01-05 12:10 UTC 

[paragon-software-group-ntfs3:devel 7/9] fs/ntfs3/fsntfs.c:1265 ntfs_read_run_nb_ra() error: uninitialized symbol 'clen'
 2026-01-05 10:33 UTC 

[PATCH] fs/ntfs3: implement iomap-based file operations
 2026-01-03 22:58 UTC  (2+ messages)

[syzbot] [ntfs3?] INFO: trying to register non-static key in ntfs_setattr
 2026-01-02  4:59 UTC  (2+ messages)

[paragon-software-group-ntfs3:master 16/16] fs/ntfs3/inode.c:1021:6: warning: variable 'folio' is used uninitialized whenever 'if' condition is true
 2025-12-31 20:12 UTC 

[syzbot] Monthly ntfs3 report (Dec 2025)
 2025-12-29  8:11 UTC 

[syzbot] [ntfs3?] INFO: task hung in ntfs_file_write_iter (2)
 2025-12-28  3:53 UTC  (2+ messages)
` [PATCH] fs/ntfs3: prevent infinite loops caused by the next valid being the same

[PATCH] ntfs3: fix circular locking dependency in run_unpack_ex
 2025-12-27 14:43 UTC 

[PATCH] fs/ntfs3: fix deadlock in ni_readpage_cmpr
 2025-12-26 18:06 UTC  (2+ messages)

[PATCH] fs/ntfs3: fsync files by syncing parent inodes
 2025-12-26 17:39 UTC 

[PATCH] fs/ntfs3: implement llseek SEEK_DATA/SEEK_HOLE by scanning data runs
 2025-12-26 17:43 UTC 

[PATCH] fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()
 2025-12-26 17:43 UTC 

[PATCH] fs/ntfs3: handle attr_set_size() errors when truncating files
 2025-12-26 17:42 UTC 

[PATCH] fs/ntfs3: drop preallocated clusters for sparse and compressed files
 2025-12-26 17:41 UTC 

[syzbot] [ntfs3?] INFO: task hung in ni_readpage_cmpr (3)
 2025-12-17  0:46 UTC 

[PATCH] fs/ntfs3: fix memory leak in ntfs_fill_super()
 2025-12-11 14:33 UTC  (2+ messages)

[PATCH] fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmpr
 2025-12-11 13:49 UTC 

[PATCH] fs/ntfs3: allow readdir() to finish after directory mutations without rewinddir()
 2025-12-11 13:52 UTC 

[PATCH] fs/ntfs3: improve readahead for bitmap initialization and large directory scans
 2025-12-11 13:50 UTC 

[PATCH] fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata
 2025-12-09 13:42 UTC  (2+ messages)

[PATCH] fs/ntfs3: Use wait_on_buffer() directly
 2025-12-09 13:38 UTC  (2+ messages)

[PATCH] fs/ntfs3: Initialize new folios before use
 2025-12-09 13:37 UTC  (2+ messages)

[PATCH] fs: ntfs3: check return value of indx_find to avoid infinite loop
 2025-12-09 13:36 UTC  (2+ messages)

[PATCH] fs/ntfs3: fix ntfs_mount_options leak in ntfs_fill_super()
 2025-12-09  7:21 UTC 

[PATCH AUTOSEL 6.18-6.6] fs/ntfs3: fix KMSAN uninit-value in ni_create_attr_list
 2025-12-09  0:15 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-5.15] fs/ntfs3: Support timestamps prior to epoch
` [PATCH AUTOSEL 6.18-6.6] ntfs: set dummy blocksize to read boot_block when mounting

[syzbot] [ntfs3?] memory leak in ntfs_init_fs_context (2)
 2025-12-08  8:03 UTC 

[PATCH v2 00/12] Fix bio chain related issues
 2025-12-07 10:03 UTC  (31+ messages)
` [PATCH v2 01/12] block: fix incorrect logic in bio_chain_endio
` [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v2 03/12] md: bcache: fix improper use of bi_end_io
` [PATCH v2 04/12] block: prohibit calls to bio_chain_endio
` [PATCH v2 05/12] block: export bio_chain_and_submit
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns
` [PATCH v2 07/12] xfs: "
` [PATCH v2 08/12] block: "
` [PATCH v2 09/12] fs/ntfs3: "
` [PATCH v2 10/12] zram: "
` [PATCH v2 11/12] nvdimm: "
` [PATCH v2 12/12] nvmet: use bio_chain_and_submit to simplify bio chaining

[PATCH v3 0/9] Fix bio chain related issues
 2025-12-06 18:01 UTC  (17+ messages)
` [PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
` [PATCH v3 2/9] block: prohibit calls to bio_chain_endio
` [PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v3 4/9] block: export bio_chain_and_submit
` [PATCH v3 5/9] xfs: Replace the repetitive bio chaining code patterns
` [PATCH v3 6/9] block: "
` [PATCH v3 7/9] fs/ntfs3: "
` [PATCH v3 8/9] zram: "
` [PATCH v3 9/9] nvdimm: "

[PATCH AUTOSEL 6.18-6.12] fs/ntfs3: check for shutdown in fsync
 2025-12-06 14:02 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-5.15] fs/ntfs3: Support timestamps prior to epoch
` [PATCH AUTOSEL 6.18-6.6] ntfs: set dummy blocksize to read boot_block when mounting

[syzbot] [ntfs3?] INFO: task hung in ntfs_fallocate
 2025-12-05  5:04 UTC 

[GIT PULL] ntfs3: bugfixes for 6.19
 2025-12-04  4:47 UTC  (2+ messages)

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[PATCH] fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LIST
 2025-12-02 11:01 UTC 

[Bug] Memory allocation errors and system crashing due to buggy disk cache/inode allocations by ntfs3 kernel module
 2025-12-02  7:17 UTC  (2+ messages)

Fix potential data loss and corruption due to Incorrect BIO Chain Handling
 2025-11-28  6:26 UTC  (40+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
` [PATCH 2/9] block: export bio_chain_and_submit
` [PATCH 3/9] gfs2: use bio_chain_and_submit for simplification
` [PATCH 4/9] xfs: "
` [PATCH 5/9] block: "
` [PATCH 6/9] fs/ntfs3: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] nvmet: fix the potential bug and "
` [PATCH 9/9] nvdimm: "

[syzbot] Monthly ntfs3 report (Nov 2025)
 2025-11-27  7:44 UTC 

[Bug] Memory allocation errors and system crashing due to buggy disk cache/inode allocations by ntfs3 kernel module
 2025-11-26 11:09 UTC  (10+ messages)

[syzbot] [ntfs3?] INFO: task hung in __start_renaming
 2025-11-25  9:35 UTC  (17+ messages)

[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  (3+ 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  (3+ 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)

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


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