index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
/
namei.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/ntfs3: Fix formatting, change comments, renaming
Konstantin Komarov
2024-07-11
1
-3
/
+1
*
fs/ntfs3: Implement simple fileattr
Konstantin Komarov
2024-07-11
1
-0
/
+2
*
fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode
Konstantin Komarov
2024-04-23
1
-23
/
+8
*
fs/ntfs3: remove atomic_open
Jeff Layton
2024-04-17
1
-90
/
+0
*
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-03-11
1
-1
/
+1
|
\
|
*
ntfs3: use file_mnt_idmap helper
Alexander Mikhalitsyn
2024-02-02
1
-1
/
+1
*
|
fs/ntfs3: Implement super_operations::shutdown
Konstantin Komarov
2023-12-06
1
-0
/
+12
|
/
*
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
1
-2
/
+2
|
\
|
*
ntfs3: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-2
/
+2
*
|
fs/ntfs3: Refactoring and comments
Konstantin Komarov
2023-09-28
1
-3
/
+3
|
/
*
ntfs3: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-2
/
+2
*
ntfs3: convert to simple_rename_timestamp
Jeff Layton
2023-07-10
1
-5
/
+2
*
fs/ntfs3: Code formatting
Konstantin Komarov
2023-07-02
1
-8
/
+8
*
fs/ntfs3: Fix ntfs_atomic_open
Konstantin Komarov
2023-07-02
1
-12
/
+3
*
fs/ntfs3: Code formatting and refactoring
Konstantin Komarov
2023-03-27
1
-2
/
+2
*
fs/ntfs3: Changed ntfs_get_acl() to use dentry
Konstantin Komarov
2023-03-27
1
-2
/
+2
*
fs/ntfs3: Remove noacsrules
Konstantin Komarov
2023-03-27
1
-1
/
+0
*
fs/ntfs3: Refactoring of various minor issues
Konstantin Komarov
2023-03-27
1
-1
/
+1
*
fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
ZhangPeng
2023-03-27
1
-0
/
+10
*
fs: port acl to mnt_idmap
Christian Brauner
2023-01-19
1
-11
/
+7
*
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+2
*
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+2
*
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+2
*
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+2
*
Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
2022-12-21
1
-0
/
+238
|
\
|
*
fs/ntfs3: Changing locking in ntfs_rename
Konstantin Komarov
2022-11-14
1
-0
/
+4
|
*
fs/ntfs3: atomic_open implementation
Konstantin Komarov
2022-11-14
1
-0
/
+100
|
*
fs/ntfs3: Fix sparse problems
Konstantin Komarov
2022-11-14
1
-7
/
+6
|
*
fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()
Nathan Chancellor
2022-11-12
1
-1
/
+1
|
*
fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()
Nathan Chancellor
2022-10-26
1
-8
/
+4
|
*
fs/ntfs3: Add option "nocase"
Konstantin Komarov
2022-09-30
1
-0
/
+139
*
|
fs: rename current get acl method
Christian Brauner
2022-10-20
1
-2
/
+2
|
/
*
fs/ntfs3: New function ntfs_bad_inode
Konstantin Komarov
2022-08-03
1
-3
/
+1
*
fs/ntfs3: Remove unused mi_mark_free
Konstantin Komarov
2022-08-03
1
-1
/
+1
*
fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inode
Konstantin Komarov
2021-09-24
1
-20
/
+0
*
fs/ntfs3: Remove unneeded header files from c files
Kari Argillander
2021-09-13
1
-4
/
+0
*
fs/ntfs3: Rework file operations
Konstantin Komarov
2021-08-31
1
-173
/
+63
*
fs/ntfs3: Restyle comments to better align with kernel-doc
Kari Argillander
2021-08-30
1
-42
/
+24
*
fs/ntfs3: Use kernel ALIGN macros over driver specific
Kari Argillander
2021-08-27
1
-1
/
+1
*
fs/ntfs3: Add file operations and implementation
Konstantin Komarov
2021-08-13
1
-0
/
+539