public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-04-15 15:47:26 to 2024-07-30 12:42:26 UTC [more...]

[PATCH AUTOSEL 6.10 2/3] fs/ntfs3: Do copy_to_user out of run_lock
 2024-07-30 12:42 UTC 

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 

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
 2024-07-11  8:27 UTC  (3+ messages)

[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] [ntfs3?] possible deadlock in ntfs_file_write_iter
 2024-06-15  8:45 UTC 

[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  (13+ messages)
` [PATCH v2 01/11] ntfs3: Convert ntfs_read_folio to use a folio
` [PATCH v2 02/11] ntfs3: Convert ntfs_write_begin "
` [PATCH v2 03/11] ntfs3: Convert attr_data_read_resident() to take "
` [PATCH v2 04/11] ntfs3: Convert ntfs_write_end() to work on "
` [PATCH v2 05/11] ntfs3: Convert attr_data_write_resident to use "
` [PATCH v2 06/11] ntfs3: Convert attr_make_nonresident "
` [PATCH v2 07/11] ntfs3: Convert inode_read_data() to use folios
` [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  (16+ messages)
` [PATCH 01/11] fs/ntfs3: Remove max link count info display during driver init
` [PATCH 02/11] fs/ntfs3: Missed le32_to_cpu conversion
` [PATCH 03/11] fs/ntfs3: Mark volume as dirty if xattr is broken
` [PATCH 04/11] fs/ntfs3: Use variable length array instead of fixed size
` [PATCH 05/11] fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
` [PATCH 06/11] fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode
` [PATCH 07/11] fs/ntfs3: Check 'folio' pointer for NULL
` [PATCH 08/11] fs/ntfs3: Always make file nonresident if fallocate (xfstest 438)
` [PATCH 09/11] fs/ntfs3: Optimize to store sorted attribute definition table
` [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

[PATCH 17/30] ntfs3: Remove calls to set/clear the error flag
 2024-04-20  2:50 UTC 

[PATCH 00/10] ntfs3: Convert (most of) ntfs3 to use folios
 2024-04-19  1:12 UTC  (14+ messages)
` [PATCH 01/10] ntfs3: Convert ntfs_read_folio to use a folio
` [PATCH 02/10] ntfs3: Convert ntfs_write_begin "
` [PATCH 03/10] ntfs3: Convert attr_data_read_resident() to take "
` [PATCH 04/10] ntfs3: Convert ntfs_write_end() to work on "
` [PATCH 05/10] ntfs3: Convert attr_data_write_resident to use "
` [PATCH 06/10] ntfs3: Convert attr_make_nonresident "
` [PATCH 07/10] ntfs3: Convert reading $AttrDef to use folios
` [PATCH 08/10] ntfs3: Use a folio to read UpCase
` [PATCH 09/10] ntfs3: Remove inode_write_data()
` [PATCH 10/10] ntfs3: Remove ntfs_map_page and ntfs_unmap_page

[PATCH] fs: Remove NTFS classic
 2024-04-18  6:36 UTC  (4+ messages)
` [PATCH 2/2] ntfs3: remove warning

[paragon-software-group-ntfs3:master 11/13] fs/ntfs3/super.c:1473:40: sparse: sparse: incorrect type in initializer (different base types)
 2024-04-18  3:26 UTC 

[paragon-software-group-ntfs3:master 12/13] fs/ntfs3/super.c:1241:26: warning: variable 'attr' is uninitialized when used here
 2024-04-18  0:01 UTC 

[PATCH 2/2] ntfs3: remove warning
 2024-04-16 12:55 UTC  (15+ messages)


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