aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/ntfs_fs.h
AgeCommit message (Expand)Author
12 daysMerge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-23ntfs3: add legacy ntfs file operationsChristian Brauner
2024-04-23ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner
2024-04-23fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov
2024-04-23fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov
2024-04-01fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin
2024-01-29fs/ntfs3: Add ioctl operation for directories (FITRIM)Nekun
2024-01-29fs/ntfs3: Fix an NULL dereference bugDan Carpenter
2024-01-29fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov
2024-01-29fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong
2023-12-06fs/ntfs3: Add and fix commentsKonstantin Komarov
2023-12-06fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov
2023-12-06fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-09ntfs3: move ntfs_xattr_handlers to .rodataWedson Almeida Filho
2023-09-28fs/ntfs3: Refactoring and commentsKonstantin Komarov
2023-09-28fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_superKonstantin Komarov
2023-07-03fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov
2023-07-03fs/ntfs3: Fix endian problemKonstantin Komarov
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov
2023-07-03fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin 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 field sbi->used.bitmap.set_tailKonstantin Komarov
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov
2023-03-27fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() 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: Improve checking of bad clustersKonstantin Komarov
2022-11-14fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov
2022-11-14fs/ntfs3: Check fields while readingKonstantin Komarov
2022-11-14fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov
2022-11-14fs/ntfs3: Changing locking in ntfs_renameKonstantin Komarov
2022-11-14fs/ntfs3: Change new sparse cluster processingKonstantin Komarov
2022-11-14fs/ntfs3: Remove unused functionsKonstantin Komarov
2022-11-14fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoringKonstantin Komarov
2022-11-14fs/ntfs3: Add functions to modify LE bitmapsThomas Kühnel
2022-11-12fs/ntfs3: Add windows_names mount optionDaniel Pinto
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov
2022-09-30fs/ntfs3: Add hidedotfiles optionKonstantin Komarov
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds