summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Avoid possible memory leakSu Hui2023-11-081-2/+4
* fs/ntfs3: Fix directory element type detectionGabriel Marcano2023-11-081-1/+5
* fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov2023-11-081-4/+2
* fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov2023-11-081-1/+1
* fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov2023-11-083-4/+16
* fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov2023-11-081-10/+3
* fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov2023-11-081-0/+6
* fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov2023-10-251-1/+5
* fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng2023-10-251-1/+6
* fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao2023-10-251-0/+3
* fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov2023-08-234-1/+15
* fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai2023-08-231-2/+2
* fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo2023-08-231-5/+11
* fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa2023-08-111-2/+2
* fs/ntfs3: Check fields while readingKonstantin Komarov2023-07-235-58/+164
* ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng2023-07-191-0/+3
* fs/ntfs3: Validate MFT flags before replaying logsEdward Lo2023-06-091-0/+6
* fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov2023-05-173-5/+3
* fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng2023-05-171-0/+10
* fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng2023-05-113-1/+6
* fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng2023-05-111-0/+4
* fs/ntfs3: Add check for kmemdupJiasheng Jiang2023-05-111-0/+4
* fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin2023-05-111-1/+1
* fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal2023-02-091-0/+7
* fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi2023-01-241-1/+1
* fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa2023-01-121-2/+2
* fs/ntfs3: Fix slab-out-of-bounds in r_pageYin Xiujiang2023-01-041-24/+2
* fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter2023-01-041-6/+0
* fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa2023-01-041-1/+1
* fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa2023-01-041-1/+1
* fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo2023-01-041-4/+6
* fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei2023-01-041-0/+7
* fs/ntfs3: Validate resident attribute nameEdward Lo2023-01-041-0/+5
* fs/ntfs3: Validate buffer length while parsing indexEdward Lo2023-01-041-0/+6
* fs/ntfs3: Validate attribute name offsetEdward Lo2023-01-041-0/+3
* fs/ntfs3: Add null pointer check for inode operationsEdward Lo2023-01-041-2/+2
* fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida2023-01-041-0/+1
* fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo2023-01-041-0/+5
* fs/ntfs3: Validate data run offsetEdward Lo2023-01-045-0/+46
* fs/ntfs3: Add overflow check for attribute sizeedward lo2023-01-041-0/+5
* fs/ntfs3: Validate BOOT record_sizeedward lo2023-01-041-1/+1
* fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal2022-12-311-1/+1
* fs/ntfs3: Harden against integer overflowsDan Carpenter2022-12-311-1/+1
* fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida2022-12-311-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-3/+3
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-5/+2
|\
| * ntfs3: replace ll_rw_block()Zhang Yi2022-09-111-5/+2
* | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-2/+2
|\ \
| * | lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov2022-09-261-2/+2
| |/
* / ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2022-08-312-98/+6
|/