aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/ntfs_fs.h
AgeCommit message (Expand)Author
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
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov
2022-07-14fs/ntfs3: Use enum req_op where appropriateBart Van Assche
2022-07-05fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin
2022-06-29ntfs3: Remove check for PageErrorMatthew Wilcox (Oracle)
2022-06-28fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov
2022-05-08ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)
2022-01-22mm: remove cleancacheChristoph Hellwig