public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-07-10 12:36:10 to 2023-08-30 00:03:37 UTC [more...]

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

[PATCH] fs/ntfs3: Fix potential use-after-free in ntfs_init_from_boot()
 2023-08-12 15:47 UTC 

s_fs_info and ->kill_sb revisited v2
 2023-08-11  7:24 UTC  (27+ 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

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

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ 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 "

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

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  (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  (4+ messages)


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