public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-05 14:25:43 to 2026-04-10 06:00:37 UTC [more...]

[bug report] fs/ntfs3: add delayed-allocation (delalloc) support
 2026-04-10  6:00 UTC 

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (121+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
  ` [Intel-wired-lan] "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
  ` [Intel-wired-lan] "
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH] fs/ntfs3: validate rec->used in journal-replay file record check
 2026-04-09 14:37 UTC 

[PATCH] ntfs3: fix OOB write in attr_wof_frame_info()
 2026-04-07 17:20 UTC  (3+ messages)

[PATCH 0/2] ntfs3: fix OOB read and integer overflow in run_unpack()
 2026-04-07 17:19 UTC  (4+ messages)
` [PATCH 1/2] ntfs3: add buffer boundary checks to run_unpack()
` [PATCH 2/2] ntfs3: fix integer overflow in run_unpack() volume boundary check

[PATCH] ntfs3: fix mount failure on volumes with fragmented MFT bitmap
 2026-04-07 17:18 UTC  (2+ messages)

[PATCH] fs/ntfs3: terminate the cached volume label after UTF-8 conversion
 2026-04-07 17:14 UTC  (2+ messages)

[PATCH] ntfs3: fix deadlock in ntfs_force_shutdown
 2026-04-04 15:32 UTC 

[syzbot] [ntfs3?] INFO: task hung in freeze_super (7)
 2026-04-03 17:50 UTC 

[PATCH] ntfs3: fix memory leak in indx_create_allocate()
 2026-04-02 18:25 UTC  (4+ messages)

[syzbot] Monthly ntfs3 report (Apr 2026)
 2026-04-01  7:42 UTC 

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in ntfs_iget5
 2026-03-31 11:55 UTC 

[PATCH 03/42] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
 2026-03-26  9:53 UTC 

[PATCH 0/6] mm: vma flag tweaks
 2026-03-25 19:11 UTC  (36+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[PATCH] fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()
 2026-03-24 17:55 UTC  (2+ messages)

[PATCH] ntfs3: work around false-postive -Wmaybe-uninitialized warnings
 2026-03-24 17:54 UTC  (2+ messages)

[PATCH 4/7] fs/ntfs3: leave room for the UTF-8 terminator
 2026-03-23  7:03 UTC 

[PATCH] ntfs(3): export super block magic
 2026-03-22 14:23 UTC  (4+ messages)

[PATCH] ntfs3: fix memory leak in indx_create_allocate()
 2026-03-21  5:01 UTC 

[syzbot] [ntfs3?] memory leak in run_add_entry (2)
 2026-03-20 22:56 UTC 

[PATCH 03/41] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
 2026-03-20 13:40 UTC 

[PATCH] fs/ntfs3: increase CLIENT_REC name field size
 2026-03-19 13:58 UTC 

[PATCH v3 1/2] fs: reserve a new ioctl magic for exfat and ntfs
 2026-03-11 22:24 UTC 

support file system generated / verified integrity information v4
 2026-03-10 10:16 UTC  (3+ messages)
` (subset) "

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (16+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH 19/32] ntfs3: Drop pointless sync_mapping_buffers() call
 2026-03-05 16:26 UTC  (3+ messages)


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