summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-27fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov3-4/+10
2023-03-27fs/ntfs3: Check for extremely large size of $AttrDefKonstantin Komarov1-1/+9
2023-03-27fs/ntfs3: Improved checking of attribute's name lengthKonstantin Komarov1-1/+7
2023-03-27fs/ntfs3: Add null pointer checksKonstantin Komarov2-7/+12
2023-03-27fs/ntfs3: fix spelling mistake "attibute" -> "attribute"Yu Zhe1-1/+1
2023-03-27fs/ntfs3: Add length check in indx_get_rootEdward Lo1-1/+10
2023-03-27fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng3-1/+6
2023-03-27fs/ntfs3: Validate MFT flags before replaying logsEdward Lo1-0/+6
2023-03-27fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal1-0/+3
2023-03-27fs/ntfs3: Enhance the attribute size checkEdward Lo1-7/+2
2023-03-27fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng1-0/+4
2023-03-27fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin1-0/+1
2023-03-27fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng1-0/+10
2023-03-27fs/ntfs3: Add check for kmemdupJiasheng Jiang1-0/+4
2023-03-27fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin1-1/+1
2023-03-27fs/ntfs3: Fix wrong cast in xattr.cDaniel Pinto1-2/+2
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-18/+15
2023-02-21Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-40/+42
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+3
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner4-23/+18
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner3-6/+8
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