NTFS3 file system kernel mode driver
 help / color / mirror / Atom feed
 messages from 2023-11-13 17:37:55 to 2024-02-13 00:22:48 UTC [more...]

[PATCH AUTOSEL 6.1 01/28] fs/ntfs3: Modified fix directory element type detection
 2024-02-13  0:22 UTC  (10+ messages)
` [PATCH AUTOSEL 6.1 02/28] fs/ntfs3: Improve ntfs_dir_count
` [PATCH AUTOSEL 6.1 03/28] fs/ntfs3: Correct hard links updating when dealing with DOS names
` [PATCH AUTOSEL 6.1 04/28] fs/ntfs3: Print warning while fixing hard links count
` [PATCH AUTOSEL 6.1 05/28] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH AUTOSEL 6.1 06/28] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [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.6 01/51] fs/ntfs3: Improve alternative boot processing
 2024-02-13  0:19 UTC  (22+ messages)
` [PATCH AUTOSEL 6.6 02/51] fs/ntfs3: Modified fix directory element type detection
` [PATCH AUTOSEL 6.6 03/51] fs/ntfs3: Improve ntfs_dir_count
` [PATCH AUTOSEL 6.6 04/51] fs/ntfs3: Correct hard links updating when dealing with DOS names
` [PATCH AUTOSEL 6.6 05/51] fs/ntfs3: Print warning while fixing hard links count
` [PATCH AUTOSEL 6.6 06/51] fs/ntfs3: Reduce stack usage
` [PATCH AUTOSEL 6.6 07/51] fs/ntfs3: Fix multithreaded stress test
` [PATCH AUTOSEL 6.6 08/51] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH AUTOSEL 6.6 09/51] fs/ntfs3: Add file_modified
` [PATCH AUTOSEL 6.6 10/51] fs/ntfs3: Drop suid and sgid bits as a part of fpunch
` [PATCH AUTOSEL 6.6 11/51] fs/ntfs3: Implement super_operations::shutdown
` [PATCH AUTOSEL 6.6 12/51] fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
` [PATCH AUTOSEL 6.6 13/51] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [PATCH AUTOSEL 6.6 14/51] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
` [PATCH AUTOSEL 6.6 15/51] fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
` [PATCH AUTOSEL 6.6 16/51] fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
` [PATCH AUTOSEL 6.6 17/51] fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
` [PATCH AUTOSEL 6.6 18/51] fs/ntfs3: Use i_size_read and i_size_write
` [PATCH AUTOSEL 6.6 19/51] fs/ntfs3: Correct function is_rst_area_valid
` [PATCH AUTOSEL 6.6 20/51] fs/ntfs3: Fixed overflow check in mi_enum_attr()
` [PATCH AUTOSEL 6.6 21/51] fs/ntfs3: Update inode->i_size after success write into compressed file
` [PATCH AUTOSEL 6.6 22/51] fs/ntfs3: Fix oob in ntfs_listxattr

[PATCH AUTOSEL 6.7 01/58] fs/ntfs3: Improve alternative boot processing
 2024-02-13  0:17 UTC  (25+ messages)
` [PATCH AUTOSEL 6.7 02/58] fs/ntfs3: Modified fix directory element type detection
` [PATCH AUTOSEL 6.7 03/58] fs/ntfs3: Improve ntfs_dir_count
` [PATCH AUTOSEL 6.7 04/58] fs/ntfs3: Correct hard links updating when dealing with DOS names
` [PATCH AUTOSEL 6.7 05/58] fs/ntfs3: Print warning while fixing hard links count
` [PATCH AUTOSEL 6.7 06/58] fs/ntfs3: Reduce stack usage
` [PATCH AUTOSEL 6.7 07/58] fs/ntfs3: Fix multithreaded stress test
` [PATCH AUTOSEL 6.7 08/58] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH AUTOSEL 6.7 09/58] fs/ntfs3: Correct use bh_read
` [PATCH AUTOSEL 6.7 10/58] fs/ntfs3: Add file_modified
` [PATCH AUTOSEL 6.7 11/58] fs/ntfs3: Drop suid and sgid bits as a part of fpunch
` [PATCH AUTOSEL 6.7 12/58] fs/ntfs3: Implement super_operations::shutdown
` [PATCH AUTOSEL 6.7 13/58] fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
` [PATCH AUTOSEL 6.7 14/58] fs/ntfs3: Add and fix comments
` [PATCH AUTOSEL 6.7 15/58] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [PATCH AUTOSEL 6.7 16/58] fs/ntfs3: Fix c/mtime typo
` [PATCH AUTOSEL 6.7 17/58] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
` [PATCH AUTOSEL 6.7 18/58] fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
` [PATCH AUTOSEL 6.7 19/58] fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
` [PATCH AUTOSEL 6.7 20/58] fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
` [PATCH AUTOSEL 6.7 21/58] fs/ntfs3: Use i_size_read and i_size_write
` [PATCH AUTOSEL 6.7 22/58] fs/ntfs3: Correct function is_rst_area_valid
` [PATCH AUTOSEL 6.7 23/58] fs/ntfs3: Fixed overflow check in mi_enum_attr()
` [PATCH AUTOSEL 6.7 24/58] fs/ntfs3: Update inode->i_size after success write into compressed file
` [PATCH AUTOSEL 6.7 25/58] fs/ntfs3: Fix oob in ntfs_listxattr

[PATCH] fs/ntfs3/frecord: don't define i_size if NTFS3_LZX_XPRESS is disabled
 2024-02-12 11:43 UTC 

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-02-12 11:35 UTC  (32+ 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 15/21] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH net-next v5 16/21] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH net-next v5 17/21] lib/bitmap: add tests for IP tunnel flags conversion helpers
` [PATCH net-next v5 18/21] pfcp: add PFCP module
` [PATCH net-next v5 19/21] pfcp: always set pfcp metadata
` [PATCH net-next v5 20/21] ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS
` [PATCH net-next v5 21/21] ice: Add support for PFCP hardware offload in switchdev
    ` [Intel-wired-lan] [PATCH net-next v5 00/21] ice: add PFCP filter support

[PATCH 0/5] fs/ntfs3: Bugfix
 2024-02-11 12:31 UTC  (7+ messages)
` [PATCH 1/5] fs/ntfs3: Prevent generic message "attempt to access beyond end of device"
` [PATCH 2/5] fs/ntfs3: Use i_size_read and i_size_write
` [PATCH 3/5] fs/ntfs3: Correct function is_rst_area_valid
` [PATCH 4/5] fs/ntfs3: Fixed overflow check in mi_enum_attr()
` [PATCH 5/5] fs/ntfs3: Update inode->i_size after success write into compressed file

[regressions] ntfs3: empty file on update without forced cache drop
 2024-02-11  7:28 UTC  (6+ messages)

[PATCH] fs/ntfs3: use kcalloc() instead of kzalloc()
 2024-02-11  4:31 UTC  (2+ messages)

[PATCH] ntfs3: avoid an unused variable warning
 2024-02-10 15:29 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 445a555e0623387fa9b94e68e61681717e70200a
 2024-02-10  6:49 UTC 

[GIT PULL] ntfs3: bugfixes for 6.8
 2024-02-09 13:21 UTC 

[linux-next:master] BUILD REGRESSION b1d3a0e70c3881d2f8cf6692ccf7c2a4fb2d030d
 2024-02-09  5:23 UTC 

[linux-next:master] BUILD REGRESSION ac139fc7db67968e5061715508b5fc4aa7c40c56
 2024-02-07  6:37 UTC 

[linux-next:master] BUILD REGRESSION 076d56d74f17e625b3d63cf4743b3d7d02180379
 2024-02-03  5:06 UTC 

[syzbot] Monthly ntfs3 report (Feb 2024)
 2024-02-02 21:04 UTC 

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
 2024-02-02  3:33 UTC  (2+ messages)
` [PATCH] fs/ntfs3: fix oob "

[linux-next:master] BUILD REGRESSION 51b70ff55ed88edd19b080a524063446bcc34b62
 2024-02-01 16:54 UTC 

mi_pack_runs() can memmove() too much
 2024-01-31 18:42 UTC 

[linux-next:master] BUILD REGRESSION 06f658aadff0e483ee4f807b0b46c9e5cba62bfa
 2024-01-31 14:39 UTC 

[linux-next:master] BUILD REGRESSION 41d66f96d0f15a0a2ad6fa2208f6bac1a66cbd52
 2024-01-30 18:20 UTC 

[PATCH 1/2] ntfs3: use file_mnt_idmap helper
 2024-01-30  9:39 UTC  (3+ messages)
` (subset) "

a huge ntfs log file can cause log_read_rst() to loop forever
 2024-01-29 18:21 UTC 

mi_enum_attr() has insufficient check on attr->res.data_size
 2024-01-27 11:06 UTC 

[PATCH 66/82] fs/ntfs3: Refactor intentional wrap-around test
 2024-01-23  0:27 UTC 

potential buffer overrun in ntfs_fix_post_read()
 2024-01-20 21:54 UTC 

fs/ntfs3/dif.c ntfs_read_hdr() uses INDEX_HDR fields without enough checks
 2024-01-19 21:14 UTC 

buffer overrun in fs/ntfs3 log_replay() if log restart area is corrupt
 2024-01-19 14:27 UTC 

[syzbot] [ntfs3?] INFO: trying to register non-static key in do_mpage_readpage
 2024-01-17 10:01 UTC  (3+ messages)

[PATCH] fs: Remove NTFS classic
 2024-01-16 11:32 UTC  (11+ messages)
    ` [PATCH] "

[PATCH] fs/ntfs3: Use kvfree to free memory allocated by kvmalloc
 2024-01-16 10:50 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_set_state
 2024-01-15 13:41 UTC  (3+ messages)

[syzbot] [ntfs3?] KMSAN: uninit-value in longest_match_std (2)
 2024-01-09 18:17 UTC 

[syzbot] [ntfs3?] KMSAN: kernel-infoleak in listxattr
 2024-01-04 12:04 UTC 

[syzbot] [ntfs3?] possible deadlock in filemap_fault
 2024-01-04  2:02 UTC 

[syzbot] Monthly ntfs3 report (Jan 2024)
 2024-01-02 13:36 UTC 

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in ntfs_listxattr (2)
 2023-12-30  9:00 UTC  (2+ messages)
` [PATCH arm64] ntfs3: fix oob in ntfs_listxattr

[PATCH] fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache
 2023-12-26  8:51 UTC 

[PATCH 0/8] fs/ntfs3: Bugfix and refactoring
 2023-12-23 16:56 UTC  (6+ messages)
` [PATCH 5/8] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)

[syzbot] [ntfs3?] WARNING: kmalloc bug in ntfs_load_attr_list
 2023-12-23 13:38 UTC  (3+ messages)
` [PATCH] fs/ntfs3: fix warning "

[PATCH] fs/ntfs3: Disable ATTR_LIST_ENTRY size check
 2023-12-21 11:35 UTC 

[linux-next:master] BUILD REGRESSION 48e8992e33abf054bcc0bb2e77b2d43bb899212e
 2023-12-14  5:49 UTC 

[linux-next:master] BUILD REGRESSION abb240f7a2bd14567ab53e602db562bb683391e6
 2023-12-13  4:09 UTC 

[linux-next:master] BUILD REGRESSION bc63de6e6ba0b16652c5fb4b9c9916b9e7ca1f23
 2023-12-09  5:13 UTC 

[PATCH] ntfs3: align struct ATTR_LIST_ENTRY
 2023-12-08  0:37 UTC  (2+ messages)

[PATCH 00/16] fs/ntfs3: Bugfix and refactoring
 2023-12-07  9:31 UTC  (18+ messages)
` [PATCH 01/16] fs/ntfs3: Improve alternative boot processing
` [PATCH 02/16] fs/ntfs3: Modified fix directory element type detection
` [PATCH 03/16] fs/ntfs3: Improve ntfs_dir_count
` [PATCH 04/16] fs/ntfs3: Correct hard links updating when dealing with DOS neams
` [PATCH 05/16] fs/ntfs3: Print warning while fixing hard links count
` [PATCH 06/16] fs/ntfs3: Reduce stack usage
` [PATCH 07/16] fs/ntfs3: Fix multithreaded stress test
` [PATCH 08/16] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
` [PATCH 09/16] fs/ntfs3: Correct use bh_read
` [PATCH 10/16] fs/ntfs3: Add file_modified
` [PATCH 11/16] fs/ntfs3: Drop suid and sgid bits as a part of fpunch
` [PATCH 12/16] fs/ntfs3: Implement super_operations::shutdown
` [PATCH 13/16] fs/ntfs3: ntfs3_forced_shutdown use int instead of bool
` [PATCH 14/16] fs/ntfs3: Add and fix comments
` [PATCH 15/16] fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
` [PATCH 16/16] fs/ntfs3: Fix c/mtime typo

[paragon-software-group-ntfs3:master 8/16] include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct ATTR_LIST_ENTRY) == 0x20"
 2023-12-07  2:21 UTC 

64MB written when mounting in RW mode
 2023-12-06  9:19 UTC 

du -hs doesn't work on directories with compressed files
 2023-12-06  9:19 UTC 

[syzbot] Monthly ntfs3 report (Dec 2023)
 2023-12-02 14:45 UTC 

du -hs doesn't work on directories with compressed files
 2023-11-30 19:50 UTC 

64MB written when mounting in RW mode
 2023-11-30 19:47 UTC 

[syzbot] [ntfs3?] WARNING in indx_insert_into_buffer
 2023-11-23 17:06 UTC 

[BUG] ntfs3: Multiple ntfs_readdir calls with unlinks in between fail to list all elements in directory
 2023-11-23  1:05 UTC 

[syzbot] [ntfs3?] WARNING in attr_data_get_block (3)
 2023-11-22 14:48 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_set_size
 2023-11-22  5:21 UTC 

[syzbot] [ntfs3?] general protection fault in ni_readpage_cmpr
 2023-11-21 15:58 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-11-20 23:01 UTC  (2+ messages)

[PATCH v3 00/11] bitmap: prereqs for ip_tunnel flags conversion
 2023-11-20 11:04 UTC  (8+ messages)
` [PATCH v3 04/11] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH v3 07/11] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v3 10/11] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v3 11/11] lib/bitmap: add compile-time test for __assign_bit() optimization


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 read-only IMAP folder(s) and NNTP newsgroup(s).