summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()Nathan Chancellor2022-11-121-1/+1
| * fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal2022-11-121-0/+7
| * fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa2022-11-121-1/+1
| * fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa2022-11-121-1/+1
| * fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal2022-11-121-1/+1
| * fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo2022-11-121-4/+6
| * fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()Nathan Chancellor2022-10-261-8/+4
| * fs/ntfs3: Use strcmp to determine attribute typeYuan Can2022-09-301-30/+14
| * fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei2022-09-301-0/+7
| * fs/ntfs3: Validate resident attribute nameEdward Lo2022-09-301-0/+5
| * fs/ntfs3: Validate buffer length while parsing indexEdward Lo2022-09-301-0/+6
| * fs/ntfs3: Harden against integer overflowsDan Carpenter2022-09-301-1/+1
| * fs/ntfs3: Validate attribute name offsetEdward Lo2022-09-301-0/+3
| * fs/ntfs3: Add null pointer check for inode operationsEdward Lo2022-09-301-2/+2
| * fs/ntfs3: Fix junction point resolutionDaniel Pinto2022-09-301-2/+101
| * fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida2022-09-301-1/+1
| * fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida2022-09-301-0/+1
| * fs/ntfs3: Use kmalloc_array for allocating multiple elementsKenneth Lee2022-09-301-1/+1
| * fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi2022-09-301-1/+1
| * fs/ntfs3: Fix [df]mask display in /proc/mountsMarc Aurèle La France2022-09-301-2/+2
| * fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo2022-09-301-0/+5
| * fs/ntfs3: Validate data run offsetEdward Lo2022-09-305-0/+46
| * fs/ntfs3: Add overflow check for attribute sizeedward lo2022-09-301-0/+5
| * fs/ntfs3: Validate BOOT record_sizeedward lo2022-09-301-1/+1
| * fs/ntfs3: Rename variables and add commentKonstantin Komarov2022-09-302-13/+12
| * fs/ntfs3: Add option "nocase"Konstantin Komarov2022-09-305-1/+162
| * fs/ntfs3: Change destroy_inode to free_inodeKonstantin Komarov2022-09-301-16/+4
| * fs/ntfs3: Add hidedotfiles optionKonstantin Komarov2022-09-303-0/+10
| * fs/ntfs3: Add comments about cluster sizeKonstantin Komarov2022-09-303-1/+29
* | fs: rename current get acl methodChristian Brauner2022-10-202-3/+3
* | fs: pass dentry to set acl methodChristian Brauner2022-10-193-7/+8
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-121-3/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-111-5/+2
|\ \
| * | ntfs3: replace ll_rw_block()Zhang Yi2022-09-121-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
|/
* Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-221-9/+7
|\
| * ntfs: fix acl handlingChristian Brauner2022-08-221-9/+7
* | Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-1714-329/+835
|\ \ | |/ |/|
| * fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter2022-08-101-1/+1
| * fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong2022-08-101-5/+0
| * fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov2022-08-031-3/+26
| * fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov2022-08-031-8/+3
| * fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov2022-08-031-31/+86
| * fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov2022-08-033-38/+105
| * fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov2022-08-031-54/+126
| * fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-036-17/+25
| * fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov2022-08-033-14/+33
| * fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov2022-08-031-17/+22