summaryrefslogtreecommitdiff
path: root/fs/ntfs3/namei.c
AgeCommit message (Expand)Author
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18ntfs3: convert to new timestamp accessorsJeff Layton
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov
2023-07-24ntfs3: convert to ctime accessor functionsJeff Layton
2023-07-10ntfs3: convert to simple_rename_timestampJeff Layton
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov
2023-07-03fs/ntfs3: Fix ntfs_atomic_openKonstantin Komarov
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2023-03-27fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov
2023-03-27fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-12-21Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-11-14fs/ntfs3: Changing locking in ntfs_renameKonstantin Komarov
2022-11-14fs/ntfs3: atomic_open implementationKonstantin Komarov
2022-11-14fs/ntfs3: Fix sparse problemsKonstantin Komarov
2022-11-12fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()Nathan Chancellor
2022-10-26fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()Nathan Chancellor
2022-10-20fs: rename current get acl methodChristian Brauner
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov
2021-09-24fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inodeKonstantin Komarov
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov