public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-11-21 08:18:19 to 2026-01-09 08:03:09 UTC [more...]

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-09  8:03 UTC  (44+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()

[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  (39+ 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 4/9] xfs: use bio_chain_and_submit for simplification
` [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)


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