summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2023-09-25ntfs3: put resources during ntfs_fill_super()Christian Brauner1-0/+1
2023-09-07ntfs3: drop inode references in ntfs_put_super()Christian Brauner1-6/+12
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-18/+15
2023-08-18ntfs3: convert ntfs_get_block_vbo() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-08-10ntfs3: free the sbi in ->kill_sbChristoph Hellwig1-13/+12
2023-08-10ntfs3: don't call sync_blockdev in ntfs_put_superChristoph Hellwig1-2/+0
2023-08-10ntfs3: rename put_ntfs ntfs3_free_sbiChristoph Hellwig1-5/+5
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24ntfs3: convert to ctime accessor functionsJeff Layton5-14/+17
2023-07-10ntfs3: convert to simple_rename_timestampJeff Layton1-5/+2
2023-07-08Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds17-237/+531
2023-07-02fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov1-3/+4
2023-07-02fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov3-2/+195
2023-07-02fs/ntfs3: Fix endian problemKonstantin Komarov2-7/+6
2023-07-02fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov3-3/+14
2023-07-02fs/ntfs3: Code refactoringKonstantin Komarov7-81/+88
2023-07-02fs/ntfs3: Code formattingKonstantin Komarov14-83/+92
2023-07-02fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()Konstantin Komarov1-19/+39
2023-07-02fs/ntfs3: Alternative boot if primary boot is corruptedKonstantin Komarov1-27/+71
2023-07-02fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov4-1/+15
2023-07-02fs/ntfs3: Fix ntfs_atomic_openKonstantin Komarov1-12/+3
2023-07-02fs/ntfs3: Correct checking while generating attr_listKonstantin Komarov1-15/+10
2023-07-02fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa1-2/+2
2023-07-02fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai1-2/+2
2023-07-02fs/ntfs3: Return error for inconsistent extended attributesEdward Lo1-0/+1
2023-07-02fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo1-5/+11
2023-07-02fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li1-1/+1
2023-07-02ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng1-0/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells1-1/+30
2023-04-29Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds16-446/+528
2023-03-27fs/ntfs3: Fix root inode checkingKonstantin Komarov1-1/+10
2023-03-27fs/ntfs3: Print details about mount failsKonstantin Komarov3-92/+122
2023-03-27fs/ntfs3: Add missed "nocase" in ntfs_show_optionsKonstantin Komarov1-19/+21
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov15-178/+186
2023-03-27fs/ntfs3: Changed ntfs_get_acl() to use dentryKonstantin Komarov4-22/+15
2023-03-27fs/ntfs3: Remove field sbi->used.bitmap.set_tailKonstantin Komarov2-3/+0
2023-03-27fs/ntfs3: Undo critial modificatins to keep directory consistencyKonstantin Komarov1-10/+20
2023-03-27fs/ntfs3: Undo endian changesKonstantin Komarov1-6/+5
2023-03-27fs/ntfs3: Optimization in ntfs_set_state()Konstantin Komarov1-2/+7
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov4-49/+58
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov6-38/+1
2023-03-27fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov2-8/+3
2023-03-27fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai1-1/+1
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov5-8/+8