ntfs3.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[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] fs/ntfs3: Fix case when index is reused during tree transformation
 2024-04-23 14:55 UTC  (2+ messages)

[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] fs/ntfs3: Break dir enumeration if directory contents error
 2024-04-23 14:41 UTC 

[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  (26+ messages)
    ` [PATCH 1/2] ntfs3: serve as alias for the legacy ntfs driver
    ` [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 

NTFS driver excessive logging by default: Correct links count
 2024-04-15 14:12 UTC  (5+ messages)

[syzbot] [ntfs3?] WARNING in do_open_execat (2)
 2024-04-09 22:42 UTC 

[syzbot] [ntfs3?] WARNING in attr_data_get_block (4)
 2024-04-08  8:26 UTC 

[syzbot] Monthly ntfs3 report (Apr 2024)
 2024-04-05 12:38 UTC 

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-04-02 11:00 UTC  (42+ messages)
` [PATCH net-next v5 01/21] lib/bitmap: add bitmap_{read,write}()
` [PATCH net-next v5 02/21] lib/test_bitmap: add tests for bitmap_{read,write}()
` [PATCH net-next v5 03/21] lib/test_bitmap: use pr_info() for non-error messages
` [PATCH net-next v5 04/21] bitops: add missing prototype check
` [PATCH net-next v5 05/21] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH net-next v5 06/21] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH net-next v5 07/21] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH net-next v5 08/21] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH net-next v5 09/21] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH net-next v5 10/21] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH net-next v5 11/21] tools: move alignment-related macros to new <linux/align.h>
` [PATCH net-next v5 12/21] bitmap: introduce generic optimized bitmap_size()
` [PATCH net-next v5 13/21] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH net-next v5 14/21] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH net-next v5 17/21] lib/bitmap: add tests for IP tunnel flags conversion helpers
    ` [Intel-wired-lan] [PATCH net-next v5 00/21] ice: add PFCP filter support

[syzbot] [ntfs3?] INFO: trying to register non-static key in do_mpage_readpage (2)
 2024-04-01 16:51 UTC 

[syzbot] [ntfs3?] kernel BUG in __ntfs_grab_cache_pages
 2024-03-31 15:41 UTC 

[PATCH RFC] ntfs3: remove atomic_open
 2024-03-22  2:35 UTC  (3+ messages)

[syzbot] [ntfs3?] KASAN: use-after-free Read in ntfs_attr_find (2)
 2024-03-19 11:03 UTC 

PROBLEM: ntfs3: nocase option seems to be registered incorrectly, has strange behavior
 2024-03-19  3:41 UTC 

[syzbot] [ntfs3?] KASAN: use-after-free Read in ntfs_read_folio
 2024-03-14 10:57 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: use-after-free Read in ntfs_lookup_inode_by_name
 2024-03-14  9:04 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in do_open_execat
 2024-03-12 12:44 UTC  (5+ messages)

[syzbot] [ntfs3?] kernel BUG in ntfs_iget
 2024-03-11 18:20 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in map_mft_record
 2024-03-11 16:29 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_iget5
 2024-03-11 16:23 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[syzbot] [ntfs3?] UBSAN: shift-out-of-bounds in ntfs_iget
 2024-03-06 12:21 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING: kmalloc bug in wnd_init
 2024-03-06  9:53 UTC 

[syzbot] Monthly ntfs3 report (Mar 2024)
 2024-03-05 11:09 UTC 

[linux-next:master] BUILD REGRESSION 20af1ca418d2c0b11bc2a1fe8c0c88f67bcc2a7e
 2024-02-28 22:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8552c902efe7ef670b6961fb8885b67961aeb629
 2024-02-26 19:58 UTC 

Linux regressions report for mainline [2024-02-25]
 2024-02-26 17:33 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_set_state (2)
 2024-02-26 15:00 UTC  (7+ messages)

[PATCH] ntfs3: remove SLAB_MEM_SPREAD flag usage
 2024-02-24 13:50 UTC 

[linux-next:master] BUILD REGRESSION 33e1d31873f87d119e5120b88cd350efa68ef276
 2024-02-23 18:24 UTC 

[linux-next:master] BUILD REGRESSION e31185ce00a96232308300008db193416ceb9769
 2024-02-23 16:04 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
 2024-02-21 18:21 UTC 

[PATCH v2] fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS
 2024-02-21 10:43 UTC 

[syzbot] [ntfs3?] kernel panic: stack is corrupted in run_unpack_ex
 2024-02-21 10:23 UTC  (3+ messages)

[PATCH] fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS
 2024-02-21  9:23 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 2d5c7b7eb345249cb34d42cbc2b97b4c57ea944e
 2024-02-21  5:43 UTC 

[syzbot] [ntfs3?] UBSAN: shift-out-of-bounds in ntfs_read_inode_mount
 2024-02-19 22:18 UTC 

[syzbot] [ntfs3?] kernel panic: stack is corrupted in __lock_acquire (5)
 2024-02-19 11:49 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 01/28] fs/ntfs3: Modified fix directory element type detection
 2024-02-18 18:06 UTC  (9+ messages)
` [PATCH AUTOSEL 6.1 07/28] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
` [PATCH AUTOSEL 6.1 08/28] fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
` [PATCH AUTOSEL 6.1 09/28] fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
` [PATCH AUTOSEL 6.1 10/28] fs/ntfs3: Correct function is_rst_area_valid
` [PATCH AUTOSEL 6.1 11/28] fs/ntfs3: Update inode->i_size after success write into compressed file
` [PATCH AUTOSEL 6.1 12/28] fs/ntfs3: Fix oob in ntfs_listxattr

[syzbot] [ntfs3?] kernel BUG in ntfs_end_buffer_async_read
 2024-02-17 13:05 UTC 

[linux-next:master] BUILD REGRESSION d37e1e4c52bc60578969f391fb81f947c3e83118
 2024-02-17  4:08 UTC 

[syzbot] [exfat?] [ntfs3?] INFO: task hung in __generic_file_fsync (3)
 2024-02-16  9:58 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2c3b09aac00d7835023bbc4473ee06696be64fa8
 2024-02-15  5:06 UTC 

[syzbot] [ntfs3?] BUG: unable to handle kernel paging request in step_into
 2024-02-14  9:45 UTC  (2+ messages)

[PATCH v2] fs/ntfs3: use kcalloc() instead of kzalloc()
 2024-02-13  9:17 UTC 

[linux-next:master] BUILD REGRESSION ae00c445390b349e070a64dc62f08aa878db7248
 2024-02-13  5:15 UTC 

[PATCH AUTOSEL 5.15 01/22] fs/ntfs3: Modified fix directory element type detection
 2024-02-13  0:23 UTC  (12+ messages)
` [PATCH AUTOSEL 5.15 02/22] fs/ntfs3: Improve ntfs_dir_count
` [PATCH AUTOSEL 5.15 03/22] fs/ntfs3: Correct hard links updating when dealing with DOS names
` [PATCH AUTOSEL 5.15 04/22] fs/ntfs3: Print warning while fixing hard links count
` [PATCH AUTOSEL 5.15 05/22] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH AUTOSEL 5.15 06/22] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [PATCH AUTOSEL 5.15 07/22] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
` [PATCH AUTOSEL 5.15 08/22] fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
` [PATCH AUTOSEL 5.15 09/22] fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
` [PATCH AUTOSEL 5.15 10/22] fs/ntfs3: Correct function is_rst_area_valid
` [PATCH AUTOSEL 5.15 11/22] fs/ntfs3: Update inode->i_size after success write into compressed file
` [PATCH AUTOSEL 5.15 12/22] fs/ntfs3: Fix oob in ntfs_listxattr


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).