public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-07-17 17:40:25 to 2023-09-19 04:51:47 UTC [more...]

[PATCH 00/26] Finish the create_empty_buffers() transition
 2023-09-19  4:51 UTC  (7+ messages)
` [PATCH 01/26] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH 08/26] gfs2: Convert gfs2_write_buf_to_page() to use a folio
` [PATCH 09/26] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH 10/26] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH 11/26] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH 12/26] nilfs2: Convert nilfs_mdt_forget_block() to use a folio

[PATCH] fs/ntfs3: Fix memory leak in ntfs_fill_super()
 2023-09-16 17:58 UTC 

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in __d_instantiate
 2023-09-15 19:01 UTC 

[PATCH 0/1] fs/ntfs3: fix directory element type detection
 2023-09-13  4:50 UTC  (2+ messages)
  ` [PATCH 1/1] "

[syzbot] [ntfs3?] memory leak in run_add_entry
 2023-09-12 10:30 UTC 

[syzbot] [ntfs3?] memory leak in wnd_init
 2023-09-12  3:43 UTC 

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in ntfs_write_bh
 2023-09-11 23:29 UTC 

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in iput
 2023-09-10  1:56 UTC 

[PATCH] ntfs3: drop inode references in ntfs_put_super()
 2023-09-08 11:27 UTC  (4+ messages)

s_fs_info and ->kill_sb revisited v2
 2023-09-07 15:49 UTC  (31+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the xfs_mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: close the RT and log block devices in xfs_free_buftarg
` [PATCH 06/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 07/13] xfs: document the invalidate_bdev call in invalidate_bdev
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-04 18:11 UTC  (50+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "
` [f2fs-dev] [PATCH v7 00/13] fs: implement "

[PATCH] fs/ntfs3: Fix potential use-after-free in ntfs_init_from_boot()
 2023-09-02 17:15 UTC  (2+ messages)

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in hdr_find_e (2)
 2023-08-31  0:31 UTC  (5+ messages)
` [PATCH] fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()

[syzbot] Monthly ntfs3 report (Aug 2023)
 2023-08-30 12:45 UTC 

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-30  1:22 UTC  (30+ 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 "

[PATCH] fs: ntfs3: fix possible NULL-ptr-deref in ni_readpage_cmpr()
 2023-08-27 16:49 UTC 

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_final
 2023-08-23 13:14 UTC  (2+ messages)

[PATCH] ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
 2023-08-23 11:14 UTC 

[syzbot] [ntfs3?] [squashfs?] INFO: task hung in truncate_inode_pages_final
 2023-08-21 16:36 UTC 

[syzbot] [ntfs3?] WARNING in do_symlinkat (2)
 2023-08-19 10:47 UTC 

[PATCH] ntfs: fix potential uninitialized symbol err
 2023-08-18  9:17 UTC 

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-08-10 22:14 UTC  (3+ messages)

s_fs_info and ->kill_sb revisited
 2023-08-09 17:17 UTC  (31+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superflous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: don't call invalidate_bdev in xfs_free_buftarg
` [PATCH 06/13] xfs: close the RT and log block devices "
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[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  (13+ 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 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  (3+ messages)
` [PATCH v5 6/8] xfs: switch to "


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