summaryrefslogtreecommitdiff
path: root/fs/ntfs3/namei.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov1-23/+8
2024-04-17fs/ntfs3: remove atomic_openJeff Layton1-90/+0
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-02-02ntfs3: use file_mnt_idmap helperAlexander Mikhalitsyn1-1/+1
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov1-0/+12
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2023-10-18ntfs3: convert to new timestamp accessorsJeff Layton1-2/+2
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov1-3/+3
2023-07-24ntfs3: convert to ctime accessor functionsJeff Layton1-2/+2
2023-07-10ntfs3: convert to simple_rename_timestampJeff Layton1-5/+2
2023-07-02fs/ntfs3: Code formattingKonstantin Komarov1-8/+8
2023-07-02fs/ntfs3: Fix ntfs_atomic_openKonstantin Komarov1-12/+3
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov1-2/+2
2023-03-27fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov1-2/+2
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov1-1/+0
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov1-1/+1
2023-03-27fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng1-0/+10
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-11/+7
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds1-0/+238
2022-11-14fs/ntfs3: Changing locking in ntfs_renameKonstantin Komarov1-0/+4
2022-11-14fs/ntfs3: atomic_open implementationKonstantin Komarov1-0/+100
2022-11-14fs/ntfs3: Fix sparse problemsKonstantin Komarov1-7/+6
2022-11-12fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()Nathan Chancellor1-1/+1
2022-10-26fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()Nathan Chancellor1-8/+4
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov1-0/+139
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov1-3/+1
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov1-1/+1
2021-09-24fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov1-20/+0
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-4/+0
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov1-173/+63
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-42/+24
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander1-1/+1
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov1-0/+539