summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
4 dayshfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko1-1/+6
4 dayshfsplus: Verify inode mode when loading from diskTetsuo Handa1-4/+28
4 dayshfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi1-0/+1
4 dayshfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko1-2/+1
2025-10-29hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li1-1/+1
2025-10-29hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-10-29hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48
2025-10-29hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-10-29hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko1-0/+24
2025-08-28hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa1-1/+5
2025-08-28hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko1-0/+7
2025-08-28hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko1-0/+92
2025-08-28hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li1-3/+0
2025-05-02hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev1-0/+6
2024-12-14hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo2-1/+4
2024-08-19hfsplus: fix to avoid false alarm of circular lockingChao Yu3-16/+29
2024-07-27hfsplus: fix uninit-value in copy_nameEdward Adam Davis1-1/+1
2023-05-30fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa1-5/+23
2023-03-11fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu1-2/+2
2023-01-14hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann1-8/+4
2023-01-14hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2021-05-19hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2020-10-30fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2-2/+2
2020-05-04hfsplus: stop using ioctl_by_bdevChristoph Hellwig1-15/+18
2020-04-11hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2-11/+29
2019-07-17fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-02hfsplus: switch to ->free_inode()Al Viro1-10/+3
2019-01-05hfsplus: return file attributes on statxErnesto A. Fernández3-0/+24
2018-12-01hfsplus: do not free node before usingPan Bian1-1/+2
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-08-24hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez1-3/+4
2018-08-24hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-08-22hfsplus: drop ACL supportErnesto A. Fernández11-232/+4
2018-08-22hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández1-6/+56
2018-08-22hfsplus: avoid deadlock on file truncationErnesto A. Fernández1-4/+14
2018-08-22hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-6/+6