summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)Author
2023-07-03fs/ntfs3: Alternative boot if primary boot is corruptedKonstantin Komarov
2023-07-03fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov
2023-07-03fs/ntfs3: Fix ntfs_atomic_openKonstantin Komarov
2023-07-03fs/ntfs3: Correct checking while generating attr_listKonstantin Komarov
2023-07-03fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa
2023-07-03fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai
2023-07-03fs/ntfs3: Return error for inconsistent extended attributesEdward Lo
2023-07-03fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo
2023-07-03fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li
2023-07-03ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24ntfs3: Provide a splice-read wrapperDavid Howells
2023-04-29Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2023-03-27fs/ntfs3: Fix root inode checkingKonstantin Komarov
2023-03-27fs/ntfs3: Print details about mount failsKonstantin Komarov
2023-03-27fs/ntfs3: Add missed "nocase" in ntfs_show_optionsKonstantin 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: Undo critial modificatins to keep directory consistencyKonstantin Komarov
2023-03-27fs/ntfs3: Undo endian changesKonstantin Komarov
2023-03-27fs/ntfs3: Optimization in ntfs_set_state()Konstantin Komarov
2023-03-27fs/ntfs3: Fix ntfs_create_inode()Konstantin Komarov
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov
2023-03-27fs/ntfs3: Use bh_read to simplify codeKonstantin Komarov
2023-03-27fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai
2023-03-27fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov
2023-03-27fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov
2023-03-27fs/ntfs3: Check for extremely large size of $AttrDefKonstantin Komarov
2023-03-27fs/ntfs3: Improved checking of attribute's name lengthKonstantin Komarov
2023-03-27fs/ntfs3: Add null pointer checksKonstantin Komarov
2023-03-27fs/ntfs3: fix spelling mistake "attibute" -> "attribute"Yu Zhe
2023-03-27fs/ntfs3: Add length check in indx_get_rootEdward Lo
2023-03-27fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng
2023-03-27fs/ntfs3: Validate MFT flags before replaying logsEdward Lo
2023-03-27fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal
2023-03-27fs/ntfs3: Enhance the attribute size checkEdward Lo
2023-03-27fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng
2023-03-27fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin
2023-03-27fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng
2023-03-27fs/ntfs3: Add check for kmemdupJiasheng Jiang
2023-03-27fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin
2023-03-27fs/ntfs3: Fix wrong cast in xattr.cDaniel Pinto
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)