public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2022-09-01 15:59:56 to 2022-10-28 17:04:29 UTC [more...]

[PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring
 2022-10-28 17:04 UTC  (7+ messages)
` [PATCH 01/14] fs/ntfs3: Fixing work with sparse clusters
` [PATCH 02/14] fs/ntfs3: Change new sparse cluster processing
` [PATCH 03/14] fs/ntfs3: Fix wrong indentations
` [PATCH 04/14] fs/ntfs3: atomic_open implementation
` [PATCH 05/14] fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate
` [PATCH 06/14] fs/ntfs3: Changing locking in ntfs_rename

[linux-next:master] BUILD REGRESSION fd8dab197cca2746e1fcd399a218eec5164726d4
 2022-10-28 16:56 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING ecc4eeb2208ab537a3f3744984cd7f30ac971db8
 2022-10-27 16:34 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 60eac8672b5b6061ec07499c0f1b79f6d94311ce
 2022-10-26 16:59 UTC 

[PATCH -next v2 1/2] fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()
 2022-10-26 16:56 UTC  (5+ messages)
` [PATCH -next v2 2/2] fs/ntfs3: Eliminate unnecessary ternary operator "

[linux-next:master] BUILD REGRESSION 89bf6e28373beef9577fa71f996a5f73a569617c
 2022-10-25 23:17 UTC  (4+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 76cf65d1377f733af1e2a55233e3353ffa577f54
 2022-10-25 18:52 UTC  (4+ messages)

[syzbot] BUG: unable to handle kernel paging request in mi_enum_attr
 2022-10-22 11:43 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 4d48f589d294ddc5e01d3b0dc7cecc55324c05ca
 2022-10-21 17:28 UTC 

[PATCH 0/4] fs/ntfs3: Bugfix and refactoring
 2022-10-21 16:53 UTC  (5+ messages)
` [PATCH 1/4] fs/ntfs3: Add ntfs_bitmap_weight_le function "
` [PATCH 2/4] fs/ntfs3: Fix sparse problems
` [PATCH 3/4] fs/ntfs3: Remove unused functions
` [PATCH 4/4] fs/ntfs3: Simplify ntfs_update_mftmirr function

[linux-next:master] BUILD REGRESSION acee3e83b493505058d1e48fce167f623dac1a05
 2022-10-21  5:12 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio
 2022-10-20 13:31 UTC 

[linux-next:master] BUILD REGRESSION a72b55bc981b62f7186600d06d1824f1d0612b27
 2022-10-19 14:40 UTC 

[linux-next:master] BUILD REGRESSION 4ca786ae6681b90b0ec3f4c55c89d12f835f8944
 2022-10-18 22:04 UTC  (3+ messages)

[syzbot] possible deadlock in ni_fiemap
 2022-10-18  5:47 UTC 

[linux-next:master] BUILD REGRESSION 77d8bf70fac0900844491376bc18b491710168bf
 2022-10-17 15:44 UTC 

[syzbot] possible deadlock in attr_data_get_block
 2022-10-17  7:43 UTC 

[linux-next:master] BUILD REGRESSION dca0a0385a4963145593ba417e1417af88a7c18d
 2022-10-17  2:23 UTC 

About ntfs3 with mmap rw
 2022-10-16 19:24 UTC  (2+ messages)

[PATCH] fs/ntfs3: delete duplicate condition in ntfs_read_mft()
 2022-10-15  8:28 UTC 

[PATCH] fs/ntfs3: Uninitialized variable bug in ntfs_d_compare()
 2022-10-14  9:40 UTC 

[linux-next:master] BUILD REGRESSION 56e8142dda103af35e1a47e560517dce355ac001
 2022-10-13 16:16 UTC 

[syzbot] BUG: scheduling while atomic in exit_to_user_mode_loop
 2022-10-13 13:41 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION f843795727e4f5612c612cd178db1557978da742
 2022-10-12 14:41 UTC 

[linux-next:master] BUILD REGRESSION b9f85101cad3397ef1e509909602a90e257ab9d8
 2022-10-11 15:17 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_fill_super
 2022-10-10 17:12 UTC 

[syzbot] WARNING: locking bug in evict
 2022-10-10 11:53 UTC 

[PATCH] fs/ntfs3: Add windows_names mount option
 2022-10-10 11:51 UTC  (3+ messages)

[PATCH 0/4] fs/ntfs3: Fix and rename hidedotfiles mount option
 2022-10-10 11:50 UTC  (6+ messages)
` [PATCH 1/4] fs/ntfs3: fix hidedotfiles mount option by reversing, behaviour
` [PATCH 2/4] fs/ntfs3: make hidedotfiles mount option work when renaming files
` [PATCH 3/4] fs/ntfs3: add hidedotfiles to the list of enabled mount options
` [PATCH 4/4] fs/ntfs3: rename hidedotfiles mount option to hide_dot_files

[PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute
 2022-10-10 11:46 UTC  (3+ messages)
` [PATCH v2 1/2] fs/ntfs3: add "
` [PATCH v2 2/2] fs/ntfs3: document "

[PATCH v2 0/5] fs/ntfs3: Fix and rename hidedotfiles mount option
 2022-10-10 11:37 UTC  (6+ messages)
` [PATCH v2 1/5] fs/ntfs3: fix hidedotfiles mount option by reversing behaviour
` [PATCH v2 2/5] fs/ntfs3: make hidedotfiles mount option work when renaming files
` [PATCH v2 3/5] fs/ntfs3: add hidedotfiles to the list of enabled mount options
` [PATCH v2 4/5] fs/ntfs3: document the hidedotfiles mount option
` [PATCH v2 5/5] fs/ntfs3: rename hidedotfiles mount option to hide_dot_files

[PATCH v2 0/2] fs/ntfs3: Add windows_names mount option
 2022-10-10 11:16 UTC  (3+ messages)
` [PATCH v2 1/2] fs/ntfs3: add "
` [PATCH v2 2/2] fs/ntfs3: document "

[syzbot] stack segment fault in truncate_inode_pages_final
 2022-10-10  7:42 UTC 

[syzbot] WARNING: locking bug in find_lock_entries
 2022-10-10  7:32 UTC 

[syzbot] WARNING: nested lock was not taken in ntfs_fill_super
 2022-10-07 19:14 UTC  (2+ messages)

build failure of next-20221005 due to a3a956c78efa ("fs/ntfs3: Add option "nocase"")
 2022-10-05 16:38 UTC  (2+ messages)

[syzbot] WARNING in wnd_init
 2022-10-05 12:17 UTC  (8+ messages)
  ` [PATCH] ntfs3: use __GFP_NOWARN allocation at wnd_init()
` [PATCH] fs/ntfs3: Validate attribute data and valid sizes

[syzbot] kernel panic: stack is corrupted in __might_resched
 2022-10-05  9:06 UTC 

[syzbot] WARNING in ntfs_fill_super
 2022-10-05  7:05 UTC  (3+ messages)
` [PATCH] ntfs3: use __GFP_NOWARN allocation at ntfs_fill_super()

[syzbot] general protection fault in ntfs_set_inode
 2022-10-05  0:58 UTC 

[PATCH -next] fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()
 2022-10-04 23:26 UTC  (3+ messages)

fs/ntfs3: Add option "nocase"
 2022-10-04 21:22 UTC 

[PATCH] fs/ntfs3: add system.ntfs_attrib_be extended attribute
 2022-10-04  4:34 UTC 

[PATCH 0/3] fs/ntfs3: Refactoring and hidedotfiles option
 2022-10-03 22:51 UTC  (5+ messages)
` [PATCH 1/3] fs/ntfs3: Add comments about cluster size
` [PATCH 2/3] fs/ntfs3: Add hidedotfiles option
` [PATCH 3/3] fs/ntfs3: Change destroy_inode to free_inode

[syzbot] WARNING in match_held_lock
 2022-10-03  3:53 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_trim_fs
 2022-10-02 20:04 UTC  (2+ messages)

[syzbot] invalid opcode in writeback_single_inode
 2022-10-02 18:22 UTC 

[syzbot] possible deadlock in mi_read
 2022-10-01 13:47 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in truncate_inode_pages_final
 2022-10-01 13:44 UTC 

[syzbot] WARNING: nested lock was not taken in evict
 2022-10-01 13:43 UTC 

[PATCH] fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs
 2022-10-01  7:00 UTC 

[paragon-software-group-ntfs3:master 4/22] fs/ntfs3/namei.c:445:7: warning: variable 'uni1' is used uninitialized whenever 'if' condition is true
 2022-10-01  1:38 UTC 

[paragon-software-group-ntfs3:master 19/22] fs/ntfs3/index.c:1021:59: sparse: sparse: restricted __le32 degrades to integer
 2022-10-01  0:46 UTC 

[paragon-software-group-ntfs3:master 4/22] fs/ntfs3/namei.c:481:31: sparse: sparse: incorrect type in argument 1 (different base types)
 2022-09-30 22:41 UTC 

[syzbot] UBSAN: shift-out-of-bounds in ntfs_fill_super
 2022-09-30 16:34 UTC  (14+ messages)
` [PATCH] fs/ntfs3: fix negative shift size in true_sectors_per_clst()

[PATCH] fs/ntfs3: fix memory leak in put_ntfs()
 2022-09-30 16:21 UTC  (2+ messages)

[PATCH v2] fs/ntfs3: use strcmp to determin attribute type
 2022-09-30 16:12 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in run_unpack
 2022-09-30 16:09 UTC  (8+ messages)
    ` [PATCH] fs/ntfs3: fix "
` [PATCH v2] "

[PATCH] ntfs3: harden against integer overflows
 2022-09-30 16:07 UTC  (2+ messages)

[PATCH] ntfs3: fix junction point resolution
 2022-09-30 15:56 UTC  (3+ messages)

[PATCH] fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
 2022-09-30 15:53 UTC  (3+ messages)

[PATCH] fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
 2022-09-30 15:51 UTC  (3+ messages)

[PATCH} ntfs3: fix [df]mask display in /proc/mounts
 2022-09-30 15:41 UTC  (2+ messages)

[PATCH] fs/ntfs3: Use kmalloc_array for allocating multiple elements
 2022-09-30 15:46 UTC  (2+ messages)

[PATCH] ntfs3: Fix attr_punch_hole() null pointer derenference
 2022-09-30 15:44 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in hdr_find_e
 2022-09-29  3:19 UTC  (2+ messages)

[syzbot] WARNING: Nested lock was not taken
 2022-09-26 12:44 UTC  (2+ messages)

[syzbot] KASAN: invalid-free in ni_clear
 2022-09-25 19:13 UTC 

[PATCH] fs/ntfs3: use strcmp to determin attribute type
 2022-09-24  6:34 UTC  (3+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in ni_write_inode
 2022-09-23 16:16 UTC 

[PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring
 2022-09-23 12:04 UTC  (3+ messages)
` [PATCH 1/2] fs/ntfs3: Add option "nocase"
` [PATCH 2/2] fs/ntfs3: Rename variables and add comment

[syzbot] KASAN: stack-out-of-bounds Read in iput
 2022-09-20 11:30 UTC 

[syzbot] WARNING in writeback_single_inode
 2022-09-19 21:04 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_get_ea
 2022-09-19 13:32 UTC  (12+ messages)
` [PATCH] fs/netfs3: add a boundary check for EA_FULL
    ` [PATCH] fs/ntfs3: "add a boundary check for EA_FULL" lose right parenthesis
        ` [PATCH v3] fs/ntfs3: add a boundary check for EA_FULL
            ` [PATCH v4] fs/ntfs3: Fix buffer overflow and integer overflow
` [PATCH v2] fs/netfs3: add a boundary check for EA_FULL

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_iget5
 2022-09-14 17:14 UTC  (2+ messages)

[PATCH] ntfs3: Fix memory leak in ntfs_fill_super()
 2022-09-14 11:16 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in __d_instantiate
 2022-09-13 20:14 UTC 

[PATCH v2 00/14] fs/buffer: remove ll_rw_block()
 2022-09-05 14:10 UTC  (36+ messages)
` [PATCH v2 01/14] fs/buffer: remove __breadahead_gfp()
` [PATCH v2 02/14] fs/buffer: add some new buffer read helpers
` [PATCH v2 03/14] fs/buffer: replace ll_rw_block()
` [PATCH v2 04/14] gfs2: "
` [PATCH v2 05/14] isofs: "
` [PATCH v2 06/14] jbd2: "
` [PATCH v2 07/14] ntfs3: "
` [PATCH v2 08/14] ocfs2: "
` [PATCH v2 09/14] reiserfs: "
` [PATCH v2 10/14] udf: "
` [PATCH v2 11/14] ufs: "
` [PATCH v2 12/14] fs/buffer: remove ll_rw_block() helper
` [PATCH v2 13/14] ext2: replace bh_submit_read() helper with bh_read_locked()
` [PATCH v2 14/14] fs/buffer: remove bh_submit_read() helper

[fs/ntfs3] 6457c9bffd: RIP:put_mount_options
 2022-09-02  6:23 UTC 


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