summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Fix slab-out-of-bounds in r_pageYin Xiujiang2022-11-141-24/+2
* fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter2022-11-121-6/+0
* fs/ntfs3: Add system.ntfs_attrib_be extended attributeDaniel Pinto2022-11-121-6/+14
* fs/ntfs3: Rename hidedotfiles mount option to hide_dot_filesDaniel Pinto2022-11-123-4/+4
* fs/ntfs3: Add hidedotfiles to the list of enabled mount optionsDaniel Pinto2022-11-121-0/+2
* fs/ntfs3: Make hidedotfiles mount option work when renaming filesDaniel Pinto2022-11-121-0/+9
* fs/ntfs3: Fix hidedotfiles mount option by reversing behaviourDaniel Pinto2022-11-121-1/+1
* fs/ntfs3: Add windows_names mount optionDaniel Pinto2022-11-125-1/+126
* 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
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-255-181/+154
|\
| * ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o2022-09-221-1/+3
| * ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques2022-09-221-0/+4
| * ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara2022-09-213-149/+111
| * ext4: use locality group preallocation for small closed filesJan Kara2022-09-211-12/+15
| * ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-211-1/+1
| * ext4: avoid unnecessary spreading of allocations among groupsJan Kara2022-09-211-11/+13
| * ext4: make mballoc try target group first even with mb_optimize_scanJan Kara2022-09-211-7/+7
* | Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-09-251-0/+3
|\ \
| * \ Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams2022-09-24588-28298/+18925
| |\ \
| * | | fsdax: Fix infinite loop in dax_iomap_rw()Li Jinlin2022-07-261-0/+3
* | | | Merge tag 'exfat-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-211-2/+1
|\ \ \ \
| * | | | exfat: fix overflow for large capacity partitionYuezhang Mo2022-09-041-2/+1