ntfs3.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 11:49:12 to 2021-09-16 14:07:46 UTC [more...]

[PATCH v2 0/4] fs/ntfs3: Fix various styling issues
 2021-09-16 14:07 UTC  (6+ messages)
` [PATCH v2 1/4] fs/ntfs3: Remove '+' before constant in ni_insert_resident()
` [PATCH v2 2/4] fs/ntfs3: Place Comparisons constant right side of the test
` [PATCH v2 3/4] fs/ntfs3: Remove braces from single statment block
` [PATCH v2 4/4] fs/ntfs3: Remove tabs before spaces from comment

ntfs3 mount options
 2021-09-15 18:36 UTC  (5+ messages)

fs/ntfs3: Runtree implementation with rbtree or others
 2021-09-15 15:44 UTC  (2+ messages)

[PATCH] Doc/fs/ntfs3: Fix rst format and make it cleaner
 2021-09-14 20:53 UTC  (2+ messages)

[PATCH 0/3] fs/ntfs3: Make entry binary search faster
 2021-09-13 16:55 UTC  (5+ messages)
` [PATCH 1/3] fs/ntfs3: Limit binary search table size
` [PATCH 2/3] fs/ntfs3: Make binary search to search smaller chunks in beginning
` [PATCH 3/3] fs/ntfs3: Always use binary search with entry search

[PATCH v2 0/8] fs/ntfs3: Refactor header includes
 2021-09-13 16:52 UTC  (10+ messages)
` [PATCH v2 1/8] fs/ntfs3. Add forward declarations for structs to debug.h
` [PATCH v2 2/8] fs/ntfs3: Add missing header files to ntfs.h
` [PATCH v2 3/8] fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.h
` [PATCH v2 4/8] fs/ntfs3: Add missing header and guards to lib/ headers
` [PATCH v2 5/8] fs/ntfs3: Change right headers to bitfunc.c
` [PATCH v2 6/8] fs/ntfs3: Change right headers to upcase.c
` [PATCH v2 7/8] fs/ntfs3: Change right headers to lznt.c
` [PATCH v2 8/8] fs/ntfs3: Remove unneeded header files from c files

[PATCH][next] fs/ntfs3: Remove redundant initialization of variable err
 2021-09-13 16:49 UTC  (3+ messages)

[PATCH 0/3] fs/ntfs3: Speed up hardlink creation
 2021-09-13 15:15 UTC  (4+ messages)
` [PATCH 1/3] fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
` [PATCH 2/3] fs/ntfs3: Change max hardlinks limit to 4000
` [PATCH 3/3] fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update

[BUG] moving big tree of files to the ntfs partition causes kernel crash
 2021-09-12 18:35 UTC  (3+ messages)

[PATCH][next] fs/ntfs3: Fix a memory leak on object opts
 2021-09-10 10:50 UTC  (2+ messages)

[PATCH 00/11] fs/ntfs3: Refactor fill_super
 2021-09-09 18:09 UTC  (12+ messages)
` [PATCH 01/11] fs/ntfs3: Fix wrong error message $Logfile -> $UpCase
` [PATCH 02/11] fs/ntfs3: Change EINVAL to ENOMEM when d_make_root fails
` [PATCH 03/11] fs/ntfs3: Remove impossible fault condition in fill_super
` [PATCH 04/11] fs/ntfs3: Return straight without goto "
` [PATCH 05/11] fs/ntfs3: Remove unnecessary variable loading "
` [PATCH 06/11] fs/ntfs3: Use sb instead of sbi->sb "
` [PATCH 07/11] fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super
` [PATCH 08/11] fs/ntfs3: Remove tmp pointer bd_inode in fill_super
` [PATCH 09/11] fs/ntfs3: Remove tmp pointer upcase "
` [PATCH 10/11] fs/ntfs3: Initialize pointer before use place "
` [PATCH 11/11] fs/ntfs3: Initiliaze sb blocksize only in one place + refactor

[PATCH v4 0/9] fs/ntfs3: Use new mount api and change some opts
 2021-09-09 16:39 UTC  (14+ messages)
` [PATCH v4 1/9] fs/ntfs3: Remove unnecesarry mount option noatime
` [PATCH v4 2/9] fs/ntfs3: Remove unnecesarry remount flag handling
` [PATCH v4 3/9] fs/ntfs3: Convert mount options to pointer in sbi
` [PATCH v4 4/9] fs/ntfs3: Use new api for mounting
` [PATCH v4 5/9] fs/ntfs3: Init spi more in init_fs_context than fill_super
` [PATCH v4 6/9] fs/ntfs3: Make mount option nohidden more universal
` [PATCH v4 7/9] fs/ntfs3: Add iocharset= mount option as alias for nls=
` [PATCH v4 8/9] fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
` [PATCH v4 9/9] fs/ntfs3: Show uid/gid always in show_options()

[PATCH 0/3] fs/ntfs3: Speed up hardlink creation
 2021-09-09 13:10 UTC  (2+ messages)

[PATCH 2/3] fs/ntfs3: Change max hardlinks limit to 4000
 2021-09-09 12:57 UTC  (3+ messages)

[PATCH 3/3] fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
 2021-09-09 12:53 UTC  (2+ messages)

[PATCH 1/3] fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
 2021-09-09 12:36 UTC  (2+ messages)

[PATCH v3 0/9] fs/ntfs3: Use new mount api and change some opts
 2021-09-08 10:32 UTC  (18+ messages)
` [PATCH v3 1/9] fs/ntfs3: Remove unnecesarry mount option noatime
` [PATCH v3 2/9] fs/ntfs3: Remove unnecesarry remount flag handling
` [PATCH v3 3/9] fs/ntfs3: Convert mount options to pointer in sbi
` [PATCH v3 4/9] fs/ntfs3: Use new api for mounting
` [PATCH v3 5/9] fs/ntfs3: Init spi more in init_fs_context than fill_super
` [PATCH v3 6/9] fs/ntfs3: Make mount option nohidden more universal
` [PATCH v3 7/9] fs/ntfs3: Add iocharset= mount option as alias for nls=
` [PATCH v3 8/9] fs/ntfs3: Rename mount option no_acl_rules > (no)acl_rules
` [PATCH v3 9/9] fs/ntfs3: Show uid/gid always in show_options()

[PATCH 0/5] fs/ntfs3: Fix various styling issues
 2021-09-07 16:25 UTC  (12+ messages)
` [PATCH 1/5] fs/ntfs3: Use kmalloc_array over kmalloc with multiply
` [PATCH 2/5] fs/ntfs3: Use consistent spacing around '+'
` [PATCH 3/5] fs/ntfs3: Place Comparisons constant right side of the test
` [PATCH 4/5] fs/ntfs3: Remove braces from single statment block

[PATCH 0/4] Fix error path and use kernel macros for min/max/calmp
 2021-09-07 14:28 UTC  (5+ messages)
` [PATCH 1/4] fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPC
` [PATCH 2/4] fs/ntfs3: Remove always false condition check
` [PATCH 3/4] fs/ntfs3: Use clamp/max macros instead of comparisons
` [PATCH 4/4] fs/ntfs3: Use min/max macros instated of ternary operators

[GIT PULL] ntfs3: new NTFS driver for 5.15
 2021-09-04 19:00 UTC  (4+ messages)

ntfs3 pull request to linus
 2021-09-03  6:23 UTC 

[PATCH] fs/ntfs3: Change how module init/info messages are displayed
 2021-09-02 16:37 UTC  (2+ messages)

[PATCH] fs/ntfs3: Remove GPL boilerplates from decompress lib files
 2021-09-02 16:31 UTC  (3+ messages)

[PATCH] fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iter
 2021-09-02 16:26 UTC  (4+ messages)

[PATCH] fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()
 2021-09-02 16:23 UTC  (2+ messages)

[bug report] fs/ntfs3: Rework file operations
 2021-09-02 10:25 UTC 

[PATCH] fs/ntfs3: Rework file operations
 2021-09-02  8:25 UTC  (4+ messages)

[PATCH 0/7] fs/ntfs3: Refactor header includes
 2021-09-01  0:45 UTC  (11+ messages)
` [PATCH 1/7] fs/ntfs3: Add missing header files to ntfs.h
` [PATCH 2/7] fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.h
` [PATCH 3/7] fs/ntfs3: Add missing header and guards to lib/ headers
` [PATCH 4/7] fs/ntfs3: Change right headers to bitfunc.c
` [PATCH 5/7] fs/ntfs3: Change right headers to upcase.c
` [PATCH 6/7] fs/ntfs3: Change right headers to lznt.c
` [PATCH 7/7] fs/ntfs3: Remove unneeded header files from c files

[PATCH] fs/ntfs3: Restyle comments to better align with kernel-doc
 2021-08-31 19:56 UTC  (2+ messages)

[PATCH] fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now
 2021-08-31 16:19 UTC  (2+ messages)

[PATCH] Restyle comments to better align with kernel-doc
 2021-08-30 17:13 UTC  (2+ messages)

Ntfs3 git repo in github should not back merge
 2021-08-29 23:26 UTC  (5+ messages)

[PATCH v7 04/19] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
 2021-08-28 17:13 UTC  (3+ messages)

[PATCH v2 0/6] fs/ntfs3: Use new mount api and change some opts
 2021-08-27 18:44 UTC  (7+ messages)
` [PATCH v2 3/6] fs/ntfs3: Use new api for mounting

[PATCH 3/3] fs/ntfs3: Fix error handling in indx_insert_into_root()
 2021-08-27 17:47 UTC  (2+ messages)

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

[PATCH] fs/ntfs3: add checks for allocation failure
 2021-08-27 17:16 UTC  (4+ messages)

[PATCH v2] fs/ntfs3: Use kernel ALIGN macros over driver specific
 2021-08-27 17:14 UTC  (2+ messages)

[PATCH v4 0/3] fs/ntfs3: Use kernel alloc wrappers and fix warnings
 2021-08-27 17:12 UTC  (6+ 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 unused including <linux/version.h>
 2021-08-27 16:31 UTC  (2+ messages)

[PATCH][next] fs/ntfs3: Fix fall-through warnings for Clang
 2021-08-27 16:26 UTC  (2+ messages)

[PATCH] fs/ntfs3: Use linux/log2 is_power_of_2 function
 2021-08-27 16:08 UTC  (2+ messages)

[PATCH][next][V2] fs/ntfs3: Fix various spelling mistakes
 2021-08-27 16:06 UTC  (2+ messages)

[PATCH] fs/ntfs3: Remove unused variable cnt in ntfs_security_init()
 2021-08-27 16:12 UTC  (2+ messages)

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

[PATCH] fs/ntfs3: Add ifndef + define to all header files
 2021-08-27 16:09 UTC  (2+ messages)

[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 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] 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 


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