index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
/
namei.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-01
fs/ntfs3: Fix possible deadlock in mi_read
Konstantin Komarov
1
-1
/
+1
2024-10-01
ntfs3: Change to non-blocking allocation in ntfs_d_hash
Diogo Jahchan Koike
1
-2
/
+2
2024-09-03
fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr
Konstantin Komarov
1
-2
/
+2
2024-07-11
fs/ntfs3: Fix formatting, change comments, renaming
Konstantin Komarov
1
-3
/
+1
2024-07-11
fs/ntfs3: Implement simple fileattr
Konstantin Komarov
1
-0
/
+2
2024-04-23
fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode
Konstantin Komarov
1
-23
/
+8
2024-04-17
fs/ntfs3: remove atomic_open
Jeff Layton
1
-90
/
+0
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2024-02-02
ntfs3: use file_mnt_idmap helper
Alexander Mikhalitsyn
1
-1
/
+1
2023-12-06
fs/ntfs3: Implement super_operations::shutdown
Konstantin Komarov
1
-0
/
+12
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-2
/
+2
2023-10-18
ntfs3: convert to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-09-28
fs/ntfs3: Refactoring and comments
Konstantin Komarov
1
-3
/
+3
2023-07-24
ntfs3: convert to ctime accessor functions
Jeff Layton
1
-2
/
+2
2023-07-10
ntfs3: convert to simple_rename_timestamp
Jeff Layton
1
-5
/
+2
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