summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2022-11-12fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()Nathan Chancellor1-1/+1
2022-11-12fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal1-0/+7
2022-11-12fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa1-1/+1
2022-11-12fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa1-1/+1
2022-11-12fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal1-1/+1
2022-11-12fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo1-4/+6
2022-10-26fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()Nathan Chancellor1-8/+4
2022-10-20fs: rename current get acl methodChristian Brauner2-3/+3
2022-10-19fs: pass dentry to set acl methodChristian Brauner3-7/+8
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-3/+3
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+2
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2022-09-30fs/ntfs3: Use strcmp to determine attribute typeYuan Can1-30/+14
2022-09-30fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei1-0/+7
2022-09-30fs/ntfs3: Validate resident attribute nameEdward Lo1-0/+5
2022-09-30fs/ntfs3: Validate buffer length while parsing indexEdward Lo1-0/+6
2022-09-30fs/ntfs3: Harden against integer overflowsDan Carpenter1-1/+1
2022-09-30fs/ntfs3: Validate attribute name offsetEdward Lo1-0/+3
2022-09-30fs/ntfs3: Add null pointer check for inode operationsEdward Lo1-2/+2
2022-09-30fs/ntfs3: Fix junction point resolutionDaniel Pinto1-2/+101
2022-09-30fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida1-1/+1
2022-09-30fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida1-0/+1
2022-09-30fs/ntfs3: Use kmalloc_array for allocating multiple elementsKenneth Lee1-1/+1
2022-09-30fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi1-1/+1
2022-09-30fs/ntfs3: Fix [df]mask display in /proc/mountsMarc Aurèle La France1-2/+2
2022-09-30fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo1-0/+5
2022-09-30fs/ntfs3: Validate data run offsetEdward Lo5-0/+46
2022-09-30fs/ntfs3: Add overflow check for attribute sizeedward lo1-0/+5
2022-09-30fs/ntfs3: Validate BOOT record_sizeedward lo1-1/+1
2022-09-30fs/ntfs3: Rename variables and add commentKonstantin Komarov2-13/+12
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov5-1/+162
2022-09-30fs/ntfs3: Change destroy_inode to free_inodeKonstantin Komarov1-16/+4
2022-09-30fs/ntfs3: Add hidedotfiles optionKonstantin Komarov3-0/+10
2022-09-30fs/ntfs3: Add comments about cluster sizeKonstantin Komarov3-1/+29
2022-09-26lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov1-2/+2
2022-09-12ntfs3: replace ll_rw_block()Zhang Yi1-5/+2
2022-08-31ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2-98/+6
2022-08-22Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+7
2022-08-22ntfs: fix acl handlingChristian Brauner1-9/+7
2022-08-18Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds14-329/+835
2022-08-10fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter1-1/+1
2022-08-10fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong1-5/+0
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-11/+4
2022-08-03fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov1-3/+26
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov1-8/+3
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov1-31/+86
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov3-38/+105
2022-08-03fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov1-54/+126
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov6-17/+25
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov3-14/+33