index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
/
namei.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
fs/ntfs3: Code formatting
Konstantin Komarov
1
-8
/
+8
2023-07-03
fs/ntfs3: Fix ntfs_atomic_open
Konstantin Komarov
1
-12
/
+3
2023-03-27
fs/ntfs3: Code formatting and refactoring
Konstantin Komarov
1
-2
/
+2
2023-03-27
fs/ntfs3: Changed ntfs_get_acl() to use dentry
Konstantin Komarov
1
-2
/
+2
2023-03-27
fs/ntfs3: Remove noacsrules
Konstantin Komarov
1
-1
/
+0
2023-03-27
fs/ntfs3: Refactoring of various minor issues
Konstantin Komarov
1
-1
/
+1
2023-03-27
fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
ZhangPeng
1
-0
/
+10
2023-01-19
fs: port acl to mnt_idmap
Christian Brauner
1
-11
/
+7
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2022-12-21
Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
1
-0
/
+238
2022-11-14
fs/ntfs3: Changing locking in ntfs_rename
Konstantin Komarov
1
-0
/
+4
2022-11-14
fs/ntfs3: atomic_open implementation
Konstantin Komarov
1
-0
/
+100
2022-11-14
fs/ntfs3: Fix sparse problems
Konstantin Komarov
1
-7
/
+6
2022-11-12
fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()
Nathan Chancellor
1
-1
/
+1
2022-10-26
fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()
Nathan Chancellor
1
-8
/
+4
2022-10-20
fs: rename current get acl method
Christian Brauner
1
-2
/
+2
2022-09-30
fs/ntfs3: Add option "nocase"
Konstantin Komarov
1
-0
/
+139
2022-08-03
fs/ntfs3: New function ntfs_bad_inode
Konstantin Komarov
1
-3
/
+1
2022-08-03
fs/ntfs3: Remove unused mi_mark_free
Konstantin Komarov
1
-1
/
+1
2021-09-24
fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inode
Konstantin Komarov
1
-20
/
+0
2021-09-13
fs/ntfs3: Remove unneeded header files from c files
Kari Argillander
1
-4
/
+0
2021-08-31
fs/ntfs3: Rework file operations
Konstantin Komarov
1
-173
/
+63
2021-08-30
fs/ntfs3: Restyle comments to better align with kernel-doc
Kari Argillander
1
-42
/
+24
2021-08-27
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
1
-1
/
+1
2021-08-13
fs/ntfs3: Add file operations and implementation
Konstantin Komarov
1
-0
/
+539