summary refs log tree commit diff
path: root/fs/ntfs3
AgeCommit message (Expand)Author
2023-08-23fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov
2023-08-23fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai
2023-08-23fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo
2023-08-11fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa
2023-07-23fs/ntfs3: Check fields while readingKonstantin Komarov
2023-07-19ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng
2023-06-09fs/ntfs3: Validate MFT flags before replaying logsEdward Lo
2023-05-17fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov
2023-05-17fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng
2023-05-11fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng
2023-05-11fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng
2023-05-11fs/ntfs3: Add check for kmemdupJiasheng Jiang
2023-05-11fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin
2023-02-09fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal
2023-01-24fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi
2023-01-12fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa
2023-01-04fs/ntfs3: Fix slab-out-of-bounds in r_pageYin Xiujiang
2023-01-04fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter
2023-01-04fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa
2023-01-04fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa
2023-01-04fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo
2023-01-04fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei
2023-01-04fs/ntfs3: Validate resident attribute nameEdward Lo
2023-01-04fs/ntfs3: Validate buffer length while parsing indexEdward Lo
2023-01-04fs/ntfs3: Validate attribute name offsetEdward Lo
2023-01-04fs/ntfs3: Add null pointer check for inode operationsEdward Lo
2023-01-04fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida
2023-01-04fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo
2023-01-04fs/ntfs3: Validate data run offsetEdward Lo
2023-01-04fs/ntfs3: Add overflow check for attribute sizeedward lo
2023-01-04fs/ntfs3: Validate BOOT record_sizeedward lo
2022-12-31fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal
2022-12-31fs/ntfs3: Harden against integer overflowsDan Carpenter
2022-12-31fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-09-26lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov
2022-09-11ntfs3: replace ll_rw_block()Zhang Yi
2022-08-31ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner
2022-08-22Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-22ntfs: fix acl handlingChristian Brauner
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-10fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter
2022-08-10fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-03fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov