LinuxLists
Users
About
Kari Argillander (
[email protected]
)
Number of posts: 294 (0.16 per day)
First post: 2017-12-12 22:03:04
Last post: 2023-01-01 19:21:01
Previous Page
/
Next Page
Date
List
Subject
2021-09-07 20:55:23
linux-kernel
Re: [PATCH v3 0/9] fs/ntfs3: Use new mount api and change some opts
2021-09-07 17:36:26
linux-kernel
Re: [PATCH 2/5] fs/ntfs3: Use consistent spacing around '+'
2021-09-07 17:35:12
linux-kernel
[PATCH v4 3/9] fs/ntfs3: Convert mount options to pointer in sbi
2021-09-07 16:16:18
linux-kernel
[PATCH v4 6/9] fs/ntfs3: Make mount option nohidden more universal
2021-09-07 16:03:23
linux-kernel
[PATCH v4 8/9] fs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
2021-09-07 16:03:19
linux-kernel
[PATCH v4 5/9] fs/ntfs3: Init spi more in init_fs_context than fill_super
2021-09-07 15:40:17
linux-kernel
[PATCH v4 9/9] fs/ntfs3: Show uid/gid always in show_options()
2021-09-07 15:40:03
linux-kernel
[PATCH v4 7/9] fs/ntfs3: Add iocharset= mount option as alias for nls=
2021-09-07 15:37:42
linux-kernel
[PATCH v4 4/9] fs/ntfs3: Use new api for mounting
2021-09-07 15:37:25
linux-kernel
[PATCH v4 0/9] fs/ntfs3: Use new mount api and change some opts
2021-09-07 15:37:20
linux-kernel
[PATCH v4 2/9] fs/ntfs3: Remove unnecesarry remount flag handling
2021-09-07 15:37:19
linux-kernel
[PATCH v4 1/9] fs/ntfs3: Remove unnecesarry mount option noatime
2021-09-07 14:48:20
linux-kernel
[PATCH 0/4] Fix error path and use kernel macros for min/max/calmp
2021-09-07 14:47:31
linux-kernel
[PATCH 4/4] fs/ntfs3: Use min/max macros instated of ternary operators
2021-09-07 14:47:23
linux-kernel
[PATCH 2/4] fs/ntfs3: Remove always false condition check
2021-09-07 14:36:59
linux-kernel
[PATCH 1/4] fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPC
2021-09-07 14:36:00
linux-kernel
[PATCH 3/4] fs/ntfs3: Use clamp/max macros instead of comparisons
2021-09-07 09:33:02
linux-kernel
[PATCH v2 0/4] fs/ntfs3: Fix various styling issues
2021-09-07 09:32:45
linux-kernel
[PATCH v2 4/4] fs/ntfs3: Remove tabs before spaces from comment
2021-09-07 09:32:39
linux-kernel
[PATCH v2 2/4] fs/ntfs3: Place Comparisons constant right side of the test
2021-09-07 09:32:39
linux-kernel
[PATCH v2 1/4] fs/ntfs3: Remove '+' before constant in ni_insert_resident()
2021-09-07 08:36:45
linux-kernel
[PATCH v2 3/4] fs/ntfs3: Remove braces from single statment block
2021-09-07 07:46:53
linux-kernel
Re: [PATCH] docs: fs: Refactor directory-locking.rst for better reading
2021-09-07 07:43:17
linux-kernel
Re: [PATCH v3 0/9] fs/ntfs3: Use new mount api and change some opts
2021-09-06 22:58:57
linux-kernel
Re: [PATCH v3 00/40] staging: r8188eu: remove function pointers from struct hal_ops
2021-09-03 22:09:22
linux-kernel
Re: [RFC PATCH 00/20] fs: Remove usage of broken nls_utf8 and drop it
2021-09-03 21:34:07
linux-kernel
Re: [RFC PATCH 00/20] fs: Remove usage of broken nls_utf8 and drop it
2021-09-03 21:32:25
linux-kernel
[PATCH] ACPI: scan: Remove unneeded header linux/nls.h
2021-09-03 16:15:24
linux-kernel
Re: [PATCH][next] fs/ntfs3: Remove redundant initialization of variable err
2021-09-02 23:30:31
linux-kernel
[PATCH v2 3/8] fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.h
2021-09-02 23:29:28
linux-kernel
[PATCH v2 8/8] fs/ntfs3: Remove unneeded header files from c files
2021-09-02 23:29:02
linux-kernel
[PATCH v2 4/8] fs/ntfs3: Add missing header and guards to lib/ headers
2021-09-02 23:27:13
linux-kernel
[PATCH 3/3] fs/ntfs3: Always use binary search with entry search
2021-09-02 20:08:49
linux-kernel
[PATCH v2 0/8] fs/ntfs3: Refactor header includes
2021-09-02 20:07:38
linux-kernel
[PATCH v2 6/8] fs/ntfs3: Change right headers to upcase.c
2021-09-02 20:07:37
linux-kernel
[PATCH v2 5/8] fs/ntfs3: Change right headers to bitfunc.c
2021-09-02 20:07:30
linux-kernel
[PATCH v2 2/8] fs/ntfs3: Add missing header files to ntfs.h
2021-09-02 20:07:29
linux-kernel
[PATCH v2 1/8] fs/ntfs3. Add forward declarations for structs to debug.h
2021-09-02 16:18:33
linux-kernel
[PATCH v2 7/8] fs/ntfs3: Change right headers to lznt.c
2021-09-02 15:44:34
linux-kernel
[PATCH 2/3] fs/ntfs3: Make binary search to search smaller chunks in beginning
2021-09-02 15:44:34
linux-kernel
[PATCH 1/3] fs/ntfs3: Limit binary search table size
2021-09-02 15:44:34
linux-kernel
[PATCH 0/3] fs/ntfs3: Make entry binary search faster
2021-09-02 10:00:14
linux-kernel
Re: [PATCH] fs/ntfs3: Rework file operations
2021-09-02 08:14:05
linux-kernel
Re: [PATCH 2/5] fs/ntfs3: Use consistent spacing around '+'
2021-09-01 13:28:52
linux-kernel
Re: [PATCH 1/5] fs/ntfs3: Use kmalloc_array over kmalloc with multiply
2021-08-31 22:50:48
linux-kernel
Re: [PATCH v10 07/12] Input: wacom_i2c - Clean up the query device fields
2021-08-31 21:58:27
linux-kernel
Re: [PATCH] fs/ntfs3: Rework file operations
2021-08-31 21:50:21
linux-kernel
Re: [PATCH] fs/ntfs3: Restyle comments to better align with kernel-doc
2021-08-31 21:32:23
linux-kernel
[PATCH 1/5] fs/ntfs3: Use kmalloc_array over kmalloc with multiply
2021-08-31 21:14:38
linux-kernel
[PATCH 3/5] fs/ntfs3: Place Comparisons constant right side of the test
2021-08-31 21:14:19
linux-kernel
[PATCH 0/5] fs/ntfs3: Fix various styling issues