public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-05-08 12:37:02 to 2023-08-02 20:54:17 UTC [more...]

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-02 20:54 UTC  (23+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 3/7] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v6 4/7] tmpfs: add support for multigrain timestamps
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] btrfs: convert "
` (subset) [PATCH v6 0/7] fs: implement "

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_range
 2023-08-02 15:24 UTC 

[PATCH] highmem: memcpy_{from,to}_folio() fix
 2023-08-02 14:43 UTC 

[PATCH 0/7] More filesystem folio conversions for 6.6
 2023-07-31 14:46 UTC  (15+ messages)
` [PATCH 1/7] highmem: Add memcpy_to_folio() and memcpy_from_folio()
` [PATCH 2/7] affs: Convert affs_symlink_read_folio() to use the folio
` [PATCH 3/7] affs: Convert data read and write to use folios
` [PATCH 4/7] migrate: Use folio_set_bh() instead of set_bh_page()
` [PATCH 5/7] ntfs3: Convert ntfs_get_block_vbo() to use a folio
` [PATCH 6/7] jbd2: Use a folio in jbd2_journal_write_metadata_buffer()
` [PATCH 7/7] buffer: Remove set_bh_page()

[syzbot] Monthly ntfs3 report (Jul 2023)
 2023-07-30 13:16 UTC 

[syzbot] [ntfs3?] INFO: task hung in ntfs_read_folio (2)
 2023-07-29  6:45 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in path_openat
 2023-07-27  6:47 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING: nested lock was not taken in ntfs_file_write_iter
 2023-07-26 22:56 UTC 

[bug report] fs/ntfs3: Add attrib operations
 2023-07-25 11:45 UTC 

[syzbot] [ntfs3?] INFO: task hung in ni_readpage_cmpr
 2023-07-21  0:28 UTC 

[PATCH 1/1] fs/ntfs3: Check fields while reading
 2023-07-20 17:55 UTC  (4+ messages)

[syzbot] [ntfs3?] BUG: unable to handle kernel paging request in attr_data_read_resident
 2023-07-19 11:39 UTC  (2+ messages)

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

[syzbot] [ntfs3?] kernel BUG in __blockdev_direct_IO
 2023-07-17  9:40 UTC 

[syzbot] [ntfs3?] KASAN: use-after-free Read in bcmp
 2023-07-13 21:47 UTC  (3+ messages)

[PATCH] ntfs3: fix OOB read in ntfs_init_from_boot
 2023-07-13 19:41 UTC 

[syzbot] [ntfs3?] general protection fault in d_flags_for_inode
 2023-07-13 10:17 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in walk_component
 2023-07-13  8:31 UTC  (2+ messages)

ntfs3: Folders mounted with 555 permissions?
 2023-07-11  8:04 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_final
 2023-07-09 12:32 UTC 

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in ntfs_set_inode
 2023-07-07 21:47 UTC  (2+ messages)

[GIT PULL] ntfs3: changes for 6.5
 2023-07-07 14:14 UTC 

[PATCH v2 13/92] ntfs3: convert to simple_rename_timestamp
 2023-07-06 13:47 UTC  (4+ messages)
  ` [PATCH v2 61/92] ntfs3: convert to ctime accessor functions

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-07-05 15:39 UTC 

[PATCH] fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()
 2023-07-03  7:36 UTC  (2+ messages)

[PATCH] fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/
 2023-07-03  7:33 UTC 

[PATCH 0/8] fs/ntfs3: Bugfix and refactoring
 2023-07-03  7:28 UTC  (9+ messages)
` [PATCH 1/8] fs/ntfs3: Add ckeck in ni_update_parent()
` [PATCH 2/8] fs/ntfs3: Write immediately updated ntfs state
` [PATCH 3/8] fs/ntfs3: Minor code refactoring and formatting
` [PATCH 4/8] fs/ntfs3: Don't allow to change label if volume is read-only
` [PATCH 5/8] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
` [PATCH 6/8] fs/ntfs3: Add more attributes checks in mi_enum_attr()
` [PATCH 7/8] fs/ntfs3: fix deadlock in mark_as_free_ex
` [PATCH 8/8] fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-30 22:12 UTC  (16+ messages)
` [PATCH 01/79] fs: add ctime accessors infrastructure
  ` [PATCH 49/79] ntfs3: switch to new ctime accessors
` [PATCH 79/79] fs: rename i_ctime field to __i_ctime

[syzbot] Monthly ntfs3 report (Jun 2023)
 2023-06-29  9:21 UTC 

[PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring
 2023-06-27 13:49 UTC  (4+ messages)
` [PATCH 09/14] fs/ntfs3: Check fields while reading

[linux-next:master] BUILD REGRESSION f7efed9f38f886edb450041b82a6f15d663c98f8
 2023-06-16 17:56 UTC 

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC  (2+ messages)

[syzbot] [ntfs3?] general protection fault in ni_readpage_cmpr
 2023-06-11 22:17 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in iov_iter_revert (4)
 2023-06-08  8:21 UTC 

Deadlock in NTFS3 driver, resulting in progressive system hang
 2023-06-01  9:36 UTC 

[syzbot] [ntfs3?] possible deadlock in mark_as_free_ex
 2023-05-31 19:32 UTC 

[syzbot] [ntfs3?] WARNING in attr_data_get_block (2)
 2023-05-31 18:48 UTC  (3+ messages)

[syzbot] Monthly ntfs3 report (May 2023)
 2023-05-29  8:47 UTC 

[syzbot] [ntfs3?] possible deadlock in scheduler_tick (2)
 2023-05-27 21:01 UTC 

[syzbot] [vfs?] [ntfs3?] WARNING in do_symlinkat
 2023-05-25 10:01 UTC  (3+ messages)
` [syzbot] "

BUG: kernel NULL pointer dereference in hdr_find_e.isra.0 fs/ntfs3/index.c:712
 2023-05-24 21:55 UTC 

BUG: KASAN: use-after-free in ntfs_read_hdr
 2023-05-24 21:40 UTC 

[PATCH v22 21/31] ntfs3: Provide a splice-read wrapper
 2023-05-22 13:50 UTC 

[PATCH v21 21/30] ntfs3: Provide a splice-read stub
 2023-05-20  0:00 UTC 

[PATCH v20 18/32] ntfs3: Provide a splice-read stub
 2023-05-19  7:40 UTC 

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Write in ktime_get_coarse_real_ts64
 2023-05-19  0:27 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in __virt_to_phys (2)
 2023-05-13  8:20 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_listxattr
 2023-05-12 14:07 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

[PATCH 6.3 000/694] 6.3.2-rc2 review
 2023-05-12  9:59 UTC  (14+ messages)

[PATCH] fs/ntfs3: validate data_size at ntfs_load_attr_list()
 2023-05-10 11:09 UTC 

[bug report] fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/label
 2023-05-10  6:03 UTC 

[PATCH AUTOSEL 5.15 03/13] fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'
 2023-05-09 21:20 UTC  (6+ messages)
` [PATCH AUTOSEL 5.15 04/13] fs/ntfs3: Enhance the attribute size check
` [PATCH AUTOSEL 5.15 05/13] fs/ntfs3: Fix NULL dereference in ni_write_inode
` [PATCH AUTOSEL 5.15 06/13] fs/ntfs3: Validate MFT flags before replaying logs
` [PATCH AUTOSEL 5.15 07/13] fs/ntfs3: Add length check in indx_get_root
` [PATCH AUTOSEL 5.15 08/13] fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()

[PATCH AUTOSEL 6.2 04/18] fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'
 2023-05-09 21:19 UTC  (6+ messages)
` [PATCH AUTOSEL 6.2 05/18] fs/ntfs3: Enhance the attribute size check
` [PATCH AUTOSEL 6.2 06/18] fs/ntfs3: Fix NULL dereference in ni_write_inode
` [PATCH AUTOSEL 6.2 07/18] fs/ntfs3: Validate MFT flags before replaying logs
` [PATCH AUTOSEL 6.2 08/18] fs/ntfs3: Add length check in indx_get_root
` [PATCH AUTOSEL 6.2 09/18] fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()

[PATCH AUTOSEL 6.3 04/18] fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'
 2023-05-09 21:19 UTC  (6+ messages)
` [PATCH AUTOSEL 6.3 05/18] fs/ntfs3: Enhance the attribute size check
` [PATCH AUTOSEL 6.3 06/18] fs/ntfs3: Fix NULL dereference in ni_write_inode
` [PATCH AUTOSEL 6.3 07/18] fs/ntfs3: Validate MFT flags before replaying logs
` [PATCH AUTOSEL 6.3 08/18] fs/ntfs3: Add length check in indx_get_root
` [PATCH AUTOSEL 6.3 09/18] fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()

[PATCH][next] fs/ntfs3: Fix spelling mistake "recommened" -> "recommended"
 2023-05-09  7:28 UTC 

[PATCH] fs: ntfs3: Fix possible null-pointer dereferences in mi_read()
 2023-05-08 12:57 UTC  (2+ messages)

[PATCH 1/3] fs/ntfs3: use wrapper i_blocksize() in ntfs_zero_range()
 2023-05-08 12:52 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in ntfs_load_attr_list
 2023-05-08 12:48 UTC  (3+ messages)
` [PATCH] fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()

[PATCH] fs: ntfs3: Fix a possible null-pointer dereference in ni_clear()
 2023-05-08 12:47 UTC  (2+ messages)

[PATCH 00/10] Refactoring and bugfix
 2023-05-08 12:40 UTC  (9+ messages)
` [PATCH 03/10] fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
` [PATCH 04/10] fs/ntfs3: Alternative boot if primary boot "
` [PATCH 05/10] fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()
` [PATCH 06/10] fs/ntfs3: Code formatting
` [PATCH 07/10] fs/ntfs3: Code refactoring
` [PATCH 08/10] fs/ntfs3: Add ability to format new mft records with bigger/smaller header
` [PATCH 09/10] fs/ntfs3: Fix endian problem
` [PATCH 10/10] fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/label


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