messages from 2024-04-22 19:32:09 to 2024-08-23 13:49:32 UTC [more...]
[PATCH] ntfs3: Add bounds checking to mi_enum_attr()
2024-08-23 13:49 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2] ntfs3: Add bounds checking to mi_enum_attr()
2024-08-23 13:39 UTC
Crash in ntfs_iget5 on mounting
2024-08-23 10:37 UTC
[syzbot] [ntfs3?] possible deadlock in ntfs_unlink_inode
2024-08-23 3:34 UTC
[PATCH 00/14] fs/ntfs3: Bugfix and work with compression
2024-08-22 15:52 UTC (15+ messages)
` [PATCH 01/14] fs/ntfs3: Do not call file_modified if collapse range failed
` [PATCH 02/14] fs/ntfs3: Optimize large writes into sparse file
` [PATCH 03/14] fs/ntfs3: Separete common code for file_read/write iter/splice
` [PATCH 04/14] fs/ntfs3: Fix sparse warning for bigendian
` [PATCH 05/14] fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
` [PATCH 06/14] fs/ntfs3: Remove '__user' for kernel pointer
` [PATCH 07/14] fs/ntfs3: Refactor enum_rstbl to suppress static checker
` [PATCH 08/14] fs/ntfs3: Stale inode instead of bad
` [PATCH 09/14] fs/ntfs3: Add rough attr alloc_size check
` [PATCH 10/14] fs/ntfs3: Make checks in run_unpack more clear
` [PATCH 11/14] fs/ntfs3: Implement fallocate for compressed files
` [PATCH 12/14] fs/ntfs3: Add support for the compression attribute
` [PATCH 13/14] fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag
` [PATCH 14/14] fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr
[syzbot] [ntfs3?] possible deadlock in ntfs_unlink
2024-08-21 6:45 UTC
[syzbot] [ntfs3?] WARNING in iov_iter_revert (5)
2024-08-20 14:21 UTC
[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
2024-08-20 10:53 UTC (4+ messages)
[syzbot] [ntfs3?] KASAN: out-of-bounds Write in end_buffer_read_sync
2024-08-20 1:51 UTC
[syzbot] [ntfs3?] kernel panic: stack is corrupted in vprintk_emit
2024-08-16 13:07 UTC
[syzbot] [ntfs3?] WARNING in ni_fiemap
2024-08-16 9:49 UTC
[syzbot] [ntfs3?] kernel BUG in zero_user_segments
2024-08-16 6:44 UTC
[syzbot] [ntfs3?] possible deadlock in attr_data_get_block (2)
2024-08-15 10:46 UTC
[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (3)
2024-08-15 4:43 UTC
[syzbot] Monthly ntfs3 report (Aug 2024)
2024-08-13 8:54 UTC
[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
2024-08-07 9:35 UTC (4+ messages)
[syzbot] [ntfs3?] possible deadlock in ntfs_file_write_iter
2024-08-03 8:04 UTC (3+ messages)
[RESEND PATCH] fs/ntfs3: Use swap() to improve code
2024-07-31 13:54 UTC
[PATCH AUTOSEL 5.15 1/2] fs/ntfs3: Do copy_to_user out of run_lock
2024-07-30 12:42 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 2/2] fs/ntfs3: Check more cases when directory is corrupted
[PATCH AUTOSEL 6.1 1/2] fs/ntfs3: Do copy_to_user out of run_lock
2024-07-30 12:42 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 2/2] fs/ntfs3: Check more cases when directory is corrupted
[PATCH AUTOSEL 6.6 1/2] fs/ntfs3: Do copy_to_user out of run_lock
2024-07-30 12:42 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 2/2] fs/ntfs3: Check more cases when directory is corrupted
[PATCH AUTOSEL 6.10 2/3] fs/ntfs3: Do copy_to_user out of run_lock
2024-07-30 12:42 UTC (2+ messages)
` [PATCH AUTOSEL 6.10 3/3] fs/ntfs3: Check more cases when directory is corrupted
ntfs3: Folders mounted with 555 permissions?
2024-07-30 11:12 UTC (4+ messages)
[syzbot] [ntfs3?] WARNING: locking bug in evict (2)
2024-07-29 6:25 UTC
[syzbot] [ntfs3?] possible deadlock in ntfs_file_mmap
2024-07-27 21:30 UTC (3+ messages)
[syzbot] [ntfs3?] BUG: unable to handle kernel paging request in attr_data_read_resident
2024-07-23 23:58 UTC (2+ messages)
[GIT PULL] ntfs3: bugfixes for 6.11
2024-07-22 20:44 UTC (2+ messages)
[bug report] fs/ntfs3: Add NTFS journal
2024-07-19 23:51 UTC
[syzbot] [ntfs3?] general protection fault in run_is_mapped_full
2024-07-13 6:10 UTC
[syzbot] [ntfs3?] possible deadlock in ntfs_read_folio
2024-07-12 17:10 UTC
[syzbot] Monthly ntfs3 report (Jul 2024)
2024-07-12 10:05 UTC
[PATCH] ntfs3: Remove reset_log_file()
2024-07-10 18:45 UTC
[PATCH] ntfs3: Add bounds checking to enum_rstbl()
2024-07-09 6:44 UTC (3+ messages)
[PATCH v2] ntfs3: Add bounds checking to enum_rstbl()
2024-07-09 3:48 UTC
[PATCH] ntfs3: Add bounds checking for dp0
2024-07-09 3:16 UTC (3+ messages)
Unreadable files on NTFS partition
2024-07-08 7:47 UTC (4+ messages)
[PATCH] fs/ntfs3: Use swap() to improve code
2024-07-06 4:18 UTC
[PATCH] fs/ntfs3: Fix memory corruption when page_size changes
2024-07-02 11:41 UTC (4+ messages)
[PATCH 0/14] New uid & gid mount option parsing helpers
2024-07-02 4:25 UTC (9+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 10/14] ntfs3: Convert to new uid/gid "
` (subset) [PATCH 0/14] New uid & gid mount "
[paragon-software-group-ntfs3:master 35/42] fs/ntfs3/frecord.c:1934:16: sparse: sparse: incorrect type in argument 1 (different address spaces)
2024-06-27 11:30 UTC
[paragon-software-group-ntfs3:master 35/42] fs/ntfs3/frecord.c:1934:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
2024-06-27 8:47 UTC
[PATCH 00/11] Bugfix and refactoring
2024-06-26 12:42 UTC (12+ messages)
` [PATCH 01/11] fs/ntfs3: Fix field-spanning write in INDEX_HDR
` [PATCH 02/11] fs/ntfs3: Fix the format of the "nocase" mount option
` [PATCH 03/11] fs/ntfs3: Missed error return
` [PATCH 04/11] fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP
` [PATCH 05/11] fs/ntfs3: Do copy_to_user out of run_lock
` [PATCH 06/11] fs/ntfs3: Check more cases when directory is corrupted
` [PATCH 07/11] fs/ntfs3: Minor ntfs_list_ea refactoring
` [PATCH 08/11] fs/ntfs3: Use function file_inode to get inode from file
` [PATCH 09/11] fs/ntfs3: Redesign legacy ntfs support
` [PATCH 10/11] fs/ntfs3: Implement simple fileattr
` [PATCH 11/11] fs/ntfs3: Fix formatting, change comments, renaming
Segfault running a binary in a compressed folder
2024-06-19 8:42 UTC (6+ messages)
[PATCH 0/2] fs/ntfs3: Fix bugs and typos
2024-06-19 8:03 UTC (5+ messages)
` [PATCH 1/2] fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed
` [PATCH 2/2] fs/ntfs3: Rename the label end_reply to end_replay
[PATCH] fs/ntfs3: Remove recursion in indx_insert_into_buffer
2024-06-16 18:35 UTC (3+ messages)
[syzbot] Monthly ntfs3 report (Jun 2024)
2024-06-10 12:41 UTC
[PATCH 00/18] Bugfix and refactoring
2024-06-07 12:15 UTC (19+ messages)
` [PATCH 01/18] fs/ntfs3: Remove unused function
` [PATCH 02/18] fs/ntfs3: Simplify initialization of $AttrDef and $UpCase
` [PATCH 03/18] fs/ntfs3: Fix transform resident to nonresident for compressed files
` [PATCH 04/18] fs/ntfs3: Deny getting attr data block in compressed frame
` [PATCH 05/18] fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting
` [PATCH 06/18] fs/ntfs3: Fix getting file type
` [PATCH 07/18] fs/ntfs3: Add missing .dirty_folio in address_space_operations
` [PATCH 08/18] fs/ntfs3: Fix attr_insert_range at end of file
` [PATCH 09/18] fs/ntfs3: Replace inode_trylock with inode_lock
` [PATCH 10/18] fs/ntfs3: One more reason to mark inode bad
` [PATCH 11/18] fs/ntfs3: Correct undo if ntfs_create_inode failed
` [PATCH 12/18] fs/ntfs3: Add a check for attr_names and oatbl
` [PATCH 13/18] fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded value
` [PATCH 14/18] fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT
` [PATCH 15/18] fs/ntfs3: Remove sync_blockdev_nowait()
` [PATCH 16/18] fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZE
` [PATCH 17/18] fs/ntfs3: Rename variables
` [PATCH 18/18] fs/ntfs3: Add some comments
[PATCH AUTOSEL 5.15 1/2] fs/ntfs3: Mark volume as dirty if xattr is broken
2024-06-05 11:56 UTC
[PATCH AUTOSEL 6.1 1/3] fs/ntfs3: Mark volume as dirty if xattr is broken
2024-06-05 11:56 UTC
[PATCH AUTOSEL 6.6 1/4] fs/ntfs3: Mark volume as dirty if xattr is broken
2024-06-05 11:56 UTC
[PATCH AUTOSEL 6.8 1/6] fs/ntfs3: Mark volume as dirty if xattr is broken
2024-06-05 11:55 UTC
[PATCH AUTOSEL 6.9 1/6] fs/ntfs3: Mark volume as dirty if xattr is broken
2024-06-05 11:55 UTC
[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in chrdev_open
2024-06-02 9:56 UTC (3+ messages)
` [PATCH] fs/ntfs3: dealing with situations where dir_search_u may return null
[PATCH v2] ntfs3: Add a check for attr_names and oatbl
2024-05-29 2:38 UTC
[PATCH] ntfs3: Add a check for attr_names and oatbl
2024-05-29 1:53 UTC (3+ messages)
[syzbot] [ntfs3?] possible deadlock in ntfs_set_size (2)
2024-05-28 20:40 UTC
[PATCH] ntfs3: Validate ff offset
2024-05-28 18:52 UTC
[syzbot] [ntfs3?] possible deadlock in attr_collapse_range
2024-05-28 5:27 UTC
NTFS driver excessive logging by default: Correct links count
2024-05-27 8:25 UTC (3+ messages)
[GIT PULL] ntfs3: bugfixes for 6.10
2024-05-25 21:32 UTC (2+ messages)
[syzbot] [ntfs3?] possible deadlock in ntfs_file_release
2024-05-21 23:42 UTC
[syzbot] [ntfs3?] WARNING: held lock freed in alloc_super
2024-05-21 3:32 UTC
[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
2024-05-17 16:29 UTC (3+ messages)
[PATCH] fs/ntfs3: Break dir enumeration if directory contents error
2024-05-16 12:20 UTC (2+ messages)
` [PATCH v2] "
[PATCH] fs/ntfs3: Fix case when index is reused during tree transformation
2024-05-16 12:00 UTC (3+ messages)
` [PATCH v2] "
[syzbot] [ntfs3?] kernel BUG at fs/ntfs/aops.c:LINE!
2024-05-15 18:19 UTC
[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in decompress_lznt
2024-05-15 12:59 UTC (3+ messages)
` [PATCH] ntfs3: check if more than chunk-size bytes are written
[syzbot] [ntfs3?] WARNING in indx_insert_into_buffer (2)
2024-05-09 18:20 UTC
[syzbot] Monthly ntfs3 report (May 2024)
2024-05-06 13:18 UTC
[syzbot] [ntfs3?] possible deadlock in indx_read (2)
2024-05-05 22:47 UTC
support for Cygwin XATTRs in NTFS3?
2024-05-02 19:38 UTC (2+ messages)
[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in attr_make_nonresident
2024-05-01 12:51 UTC
[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in ntfs_check_attr_def
2024-04-25 14:13 UTC
[PATCH v1 1/1] fs/ntfs3: Fix compilation error
2024-04-24 14:48 UTC (2+ messages)
[PATCH 6.1 0/1] fs: ntfs3: fix UBSAN: shift-out-of-bounds in ntfs_fill_super()
2024-04-24 10:11 UTC (2+ messages)
` [PATCH 6.1 1/1] fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super
[PATCH v1 1/1] fs/ntfs3: Drop stray '\' (backslash) in formatting string
2024-04-23 21:01 UTC
[PATCH v2 00/11] Convert (most of) ntfs3 to use folios
2024-04-23 14:51 UTC (8+ messages)
` [PATCH v2 01/11] ntfs3: Convert ntfs_read_folio to use a folio
` [PATCH v2 05/11] ntfs3: Convert attr_data_write_resident "
` [PATCH v2 08/11] ntfs3: Remove calls to set/clear the error flag
` [PATCH v2 09/11] ntfs3: Convert attr_wof_frame_info() to use a folio
` [PATCH v2 10/11] ntfs3: Convert ntfs_get_frame_pages() "
` [PATCH v2 11/11] ntfs3: Convert ni_readpage_cmpr() to take "
[PATCH 00/11] Bugfix and refactoring
2024-04-23 6:59 UTC (6+ messages)
` [PATCH 10/11] fs/ntfs3: Remove cached label from sbi
` [PATCH 11/11] fs/ntfs3: Taking DOS names into account during link counting
[PATCH v2 0/9] Bugfix and refactoring
2024-04-23 6:44 UTC (10+ messages)
` [PATCH 1/9] fs/ntfs3: Taking DOS names into account during link counting
` [PATCH 2/9] fs/ntfs3: Remove max link count info display during driver init
` [PATCH 3/9] fs/ntfs3: Missed le32_to_cpu conversion
` [PATCH 4/9] fs/ntfs3: Check 'folio' pointer for NULL
` [PATCH 5/9] fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
` [PATCH 6/9] fs/ntfs3: Use variable length array instead of fixed size
` [PATCH 7/9] fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode
` [PATCH 8/9] fs/ntfs3: Always make file nonresident on fallocate call
` [PATCH 9/9] fs/ntfs3: Mark volume as dirty if xattr is broken
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox