ntfs3.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-12 20:49:55 to 2021-08-27 10:14:59 UTC [more...]

[PATCH] fs/ntfs3: Delete dead code in ni_write_frame()
 2021-08-27 10:14 UTC  (2+ messages)

[bug report] fs/ntfs3: missing error code in attr_data_get_block()
 2021-08-27  9:43 UTC  (2+ messages)

[PATCH] fs/ntfs3: Remove GPL boilerplates from decompress lib files
 2021-08-26 22:06 UTC  (2+ messages)

[PATCH 0/2] fs/ntfs3: Fix minor things in ntfs_get_acl_ex()
 2021-08-26  9:13 UTC  (4+ messages)
` [PATCH 1/2] fs/ntfs3: Fix pass zero to ERR_PTR() in ntfs_get_acl_ex
` [PATCH 2/2] fs/ntfs3: Fix missing type checking "

[PATCH v2] fs/ntfs3: Use kernel ALIGN macros over driver specific
 2021-08-26  8:56 UTC 

[PATCH] fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter
 2021-08-25 19:31 UTC  (3+ messages)

Ntfs3 git repo in github should not back merge
 2021-08-25 19:27 UTC 

[PATCH] fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()
 2021-08-25 18:24 UTC 

[PATCH] fs/ntfs3: Use kernel ALIGN macros over driver specific
 2021-08-25 18:04 UTC  (3+ messages)

[bug report] fs/ntfs3: inconsistent NULL checking in do_action()
 2021-08-25  8:37 UTC 

[bug report] fs/ntfs3: integer overflow in ni_fiemap()
 2021-08-25  8:35 UTC  (3+ messages)

[bug report] fs/ntfs3: inconsistent NULL checks in mi_read()
 2021-08-25  7:44 UTC 

[PATCH v4 0/3] fs/ntfs3: Use kernel alloc wrappers and fix warnings
 2021-08-25  6:33 UTC  (5+ messages)
` [PATCH v4 1/3] fs/ntfs3: Restyle comment block in ni_parse_reparse()
` [PATCH v4 2/3] fs/ntfs3: Do not use driver own alloc wrappers
` [PATCH v4 3/3] fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc

[PATCH] fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now
 2021-08-24 18:20 UTC 

[PATCH] fs/ntfs3: fix an error code in ntfs_get_acl_ex()
 2021-08-24 17:07 UTC  (3+ messages)

[PATCH] fs/ntfs3: add checks for allocation failure
 2021-08-24 16:57 UTC  (3+ messages)

[PATCH v2 0/6] fs/ntfs3: Use new mount api and change some opts
 2021-08-24 14:13 UTC  (25+ messages)
` [PATCH v2 1/6] fs/ntfs3: Remove unnecesarry mount option noatime
` [PATCH v2 2/6] fs/ntfs3: Remove unnecesarry remount flag handling
` [PATCH v2 3/6] fs/ntfs3: Use new api for mounting
` [PATCH v2 4/6] fs/ntfs3: Make mount option nohidden more universal
` [PATCH v2 5/6] fs/ntfs3: Add iocharset= mount option as alias for nls=
` [PATCH v2 6/6] fs/ntfs3: Rename mount option no_acl_rules > (no)acl_rules

[bug report] fs/ntfs3: inconsistent NULL checking in ntfs_read_run_nb()
 2021-08-24 11:41 UTC 

[bug report] fs/ntfs3: inconsistent NULL checking in attr_allocate_frame()
 2021-08-24 11:40 UTC 

[bug report] fs/ntfs3: inconsistent NULL checking in attr_set_size()
 2021-08-24 11:40 UTC 

[bug report] fs/ntfs3: inconsistent NULL checking in mi_read()
 2021-08-24 11:39 UTC 

[bug report] fs/ntfs3: mask truncates in ntfs_compress_write()
 2021-08-24 11:39 UTC 

[bug report] fs/ntfs3: Add attrib operations
 2021-08-24 10:49 UTC  (2+ messages)

[bug report] fs/ntfs3: Add initialization of super block
 2021-08-24 10:33 UTC  (2+ messages)

[PATCH 1/3] fs/ntfs3: Fix error code in indx_add_allocate()
 2021-08-24 10:22 UTC  (6+ messages)
` [PATCH 2/3] fs/ntfs3: Potential NULL dereference in hdr_find_split()
` [PATCH 3/3] fs/ntfs3: Fix error handling in indx_insert_into_root()

[bug report] fs/ntfs3: Add attrib operations
 2021-08-24  9:53 UTC 

[bug report] fs/ntfs3: Add file operations and implementation
 2021-08-24  9:32 UTC  (2+ messages)

[PATCH v3 0/3] fs/ntfs3: Use kernel alloc wrappers and fix warnings
 2021-08-24  8:04 UTC  (9+ messages)
` [PATCH v3 1/3] fs/ntfs3: Fix one none utf8 char in source file
` [PATCH v3 2/3] fs/ntfs3: Do not use driver own alloc wrappers
` [PATCH v3 3/3] fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc

[PATCH] fs/ntfs3: Remove unused including <linux/version.h>
 2021-08-19 11:05 UTC  (2+ messages)

[PATCH][next] fs/ntfs3: Fix fall-through warnings for Clang
 2021-08-18 23:29 UTC  (2+ messages)

[PATCH v2] Use kernel alloc wrappers and fix wargings
 2021-08-17 23:43 UTC  (6+ messages)
` [PATCH v2] fs/ntfs3: Fix one none utf8 char in source file
` [PATCH v2] fs/ntfs3: Do not use driver own alloc wrappers
` [PATCH v2] fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc

[PATCH] fs/ntfs3: Do not use driver own alloc wrappers
 2021-08-17 17:20 UTC  (2+ messages)

[PATCH] fs/ntfs3: Remove unused variable cnt in ntfs_security_init()
 2021-08-16 23:36 UTC  (3+ messages)

[PATCH][next] fs/ntfs3: Fix integer overflow in multiplication
 2021-08-16 18:59 UTC  (2+ messages)

(no subject)
 2021-08-16 14:21 UTC  (19+ messages)
` [RFC PATCH 1/4] fs/ntfs3: Use new api for mounting
` [RFC PATCH 2/4] fs/ntfs3: Remove unnecesarry mount option noatime
` [RFC PATCH 3/4] fs/ntfs3: Make mount option nohidden more universal
` [RFC PATCH 4/4] fs/ntfs3: Add iocharset= mount option as alias for nls=
` [RFC PATCH 0/4] fs/ntfs3: Use new mount api and change some opts
` your mail

[PATCH] fs/ntfs3: Add ifndef + define to all header files
 2021-08-16 12:01 UTC 

[PATCH] fs/ntfs3: Use linux/log2 is_power_of_2 function
 2021-08-16 10:37 UTC 

[PATCH][next][V2] fs/ntfs3: Fix various spelling mistakes
 2021-08-16 10:13 UTC 

[PATCH] fs/ntfs3: Fix spelling mistake "whitout" -> "without"
 2021-08-16  9:49 UTC  (4+ messages)

Paragon NTFSv3 (was Re: [GIT PULL] vboxsf fixes for 5.14-1)
 2021-08-16  3:00 UTC  (3+ messages)

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-08-13 15:53 UTC 

Test delivery to start the archive
 2021-08-12 20:49 UTC 


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).