index
:
pub/scm/linux/kernel/git/djiang/linux.git
master
Dave Jiang fork of linux.git
Dave Jiang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
/
namei.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'ntfs3_for_7.3' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
1
-20
/
+44
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-30
fs/ntfs3: Add basic support for alternative data streams
Konstantin Komarov
1
-18
/
+37
2026-07-24
ntfs3: fix info-leak in ntfs_rename()
Konstantin Komarov
1
-2
/
+7
2026-07-01
ntfs3: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-06-02
fs/ntfs3: add fileattr support
Konstantin Komarov
1
-0
/
+4
2026-06-02
fs/ntfs3: fix syncing wrong inode on DIRSYNC cross-directory rename
Zhan Xusheng
1
-1
/
+1
2026-01-13
ntfs: ->d_compare() must not block
Al Viro
1
-9
/
+8
2025-10-17
fs/ntfs3: Reformat code and update terminology
Konstantin Komarov
1
-3
/
+3
2025-07-07
fs/ntfs3: Exclude call make_bad_inode for live nodes.
Konstantin Komarov
1
-0
/
+16
2025-06-23
fs/ntfs3: cancle set bad inode after removing name fails
Edward Adam Davis
1
-7
/
+3
2025-05-19
fs/ntfs3: remove ability to change compression on mounted volume
Konstantin Komarov
1
-2
/
+0
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
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
[next]