public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-10-15 02:20:09 to 2024-01-31 14:40:39 UTC [more...]

[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 

[PATCH 0/5] fs/ntfs3: Bugfix
 2024-01-29  8:09 UTC  (6+ 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

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

[regressions] ntfs3: empty file on update without forced cache drop
 2024-01-26 12:57 UTC  (5+ messages)

[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  (15+ messages)
` [PATCH v3 01/11] bitops: add missing prototype check
` [PATCH v3 02/11] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v3 03/11] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v3 04/11] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH v3 05/11] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v3 06/11] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v3 07/11] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v3 08/11] tools: move alignment-related macros to new <linux/align.h>
` [PATCH v3 09/11] bitmap: introduce generic optimized bitmap_size()
` [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

[PATCH] fs/ntfs3: Slightly simplify ntfs_inode_printk()
 2023-11-10 19:59 UTC 

[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-11-02 11:48 UTC  (22+ messages)
` [PATCH v2 01/13] bitops: add missing prototype check
` [PATCH v2 02/13] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v2 04/13] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH v2 05/13] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v2 06/13] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v2 07/13] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v2 08/13] bitmap: introduce generic optimized bitmap_size()
` [PATCH v2 09/13] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v2 10/13] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH v2 12/13] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH v2 13/13] lib/bitmap: add tests for IP tunnel flags conversion helpers

[syzbot] Monthly ntfs3 report (Oct 2023)
 2023-11-01 10:13 UTC 

[syzbot] [ntfs3] kernel panic: stack is corrupted in lock_acquire (2)
 2023-10-31 20:22 UTC 

[PATCH] fs/ntfs3: Add ioctl operation for directories (FITRIM)
 2023-10-30  8:33 UTC 

[PATCH AUTOSEL 5.15 02/28] fs/ntfs3: Add ckeck in ni_update_parent()
 2023-10-29 22:58 UTC  (9+ messages)
` [PATCH AUTOSEL 5.15 03/28] fs/ntfs3: Write immediately updated ntfs state
` [PATCH AUTOSEL 5.15 04/28] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
` [PATCH AUTOSEL 5.15 05/28] fs/ntfs3: fix deadlock in mark_as_free_ex
` [PATCH AUTOSEL 5.15 06/28] fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
` [PATCH AUTOSEL 5.15 07/28] fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
` [PATCH AUTOSEL 5.15 08/28] fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()
` [PATCH AUTOSEL 5.15 09/28] fs/ntfs3: Fix directory element type detection
` [PATCH AUTOSEL 5.15 10/28] fs/ntfs3: Avoid possible memory leak

[PATCH AUTOSEL 6.1 02/39] fs/ntfs3: Add ckeck in ni_update_parent()
 2023-10-29 22:56 UTC  (9+ messages)
` [PATCH AUTOSEL 6.1 03/39] fs/ntfs3: Write immediately updated ntfs state
` [PATCH AUTOSEL 6.1 04/39] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
` [PATCH AUTOSEL 6.1 05/39] fs/ntfs3: fix deadlock in mark_as_free_ex
` [PATCH AUTOSEL 6.1 06/39] fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
` [PATCH AUTOSEL 6.1 07/39] fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
` [PATCH AUTOSEL 6.1 08/39] fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()
` [PATCH AUTOSEL 6.1 09/39] fs/ntfs3: Fix directory element type detection
` [PATCH AUTOSEL 6.1 10/39] fs/ntfs3: Avoid possible memory leak

[PATCH AUTOSEL 6.5 02/52] fs/ntfs3: Add ckeck in ni_update_parent()
 2023-10-29 22:53 UTC  (14+ messages)
` [PATCH AUTOSEL 6.5 03/52] fs/ntfs3: Write immediately updated ntfs state
` [PATCH AUTOSEL 6.5 04/52] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
` [PATCH AUTOSEL 6.5 05/52] fs/ntfs3: Add more attributes checks in mi_enum_attr()
` [PATCH AUTOSEL 6.5 06/52] fs/ntfs3: fix deadlock in mark_as_free_ex
` [PATCH AUTOSEL 6.5 07/52] fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super
` [PATCH AUTOSEL 6.5 08/52] fs/ntfs3: Fix alternative boot searching
` [PATCH AUTOSEL 6.5 09/52] fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo
` [PATCH AUTOSEL 6.5 10/52] fs/ntfs3: Do not allow to change label if volume is read-only
` [PATCH AUTOSEL 6.5 11/52] fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
` [PATCH AUTOSEL 6.5 12/52] fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
` [PATCH AUTOSEL 6.5 13/52] fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()
` [PATCH AUTOSEL 6.5 14/52] fs/ntfs3: Fix directory element type detection
` [PATCH AUTOSEL 6.5 15/52] fs/ntfs3: Avoid possible memory leak

[syzbot] [ntfs3?] possible deadlock in indx_read
 2023-10-28 22:43 UTC 

[syzbot] [ntfs3?] INFO: task hung in ntfs_read_folio (2)
 2023-10-28 17:05 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 66f1e1ea3548378ff6387b1ce0b40955d54e86aa
 2023-10-28  9:45 UTC 

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in unlock_page (2)
 2023-10-27  5:11 UTC 

[syzbot] [ntfs3?] WARNING in sys_pivot_root
 2023-10-24 10:02 UTC 

[GIT PULL] ntfs3: bugfixes for 6.6
 2023-10-19  6:37 UTC 

[PATCH v2 00/27] Finish the create_empty_buffers() transition
 2023-10-18 14:19 UTC  (30+ messages)
` [PATCH v2 01/27] buffer: Return bool from grow_dev_folio()
` [PATCH v2 02/27] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH v2 03/27] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH v2 04/27] ext4: Convert to folio_create_empty_buffers
` [PATCH v2 05/27] buffer: Add get_nth_bh()
` [PATCH v2 06/27] gfs2: Convert inode unstuffing to use a folio
` [PATCH v2 07/27] gfs2: Convert gfs2_getbuf() to folios
` [PATCH v2 08/27] gfs2: Convert gfs2_getjdatabuf to use a folio
` [PATCH v2 09/27] gfs2: Convert gfs2_write_buf_to_page() "
` [PATCH v2 10/27] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH v2 11/27] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH v2 12/27] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH v2 13/27] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH v2 14/27] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH v2 15/27] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH v2 16/27] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH v2 17/27] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH v2 18/27] ntfs: Convert ntfs_writepage "
` [PATCH v2 19/27] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH v2 20/27] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH v2 21/27] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH v2 22/27] reiserfs: Convert writepage "
` [PATCH v2 23/27] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH v2 24/27] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH v2 25/27] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH v2 26/27] ufs: Remove ufs_get_locked_page()
` [PATCH v2 27/27] buffer: Remove folio_create_empty_buffers()

[PATCH] fs/ntfs3: Fix an NULL dereference bug
 2023-10-17 14:04 UTC 

[PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-15  2:20 UTC  (5+ messages)
` [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits()


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