summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
2026-06-19hfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan
2026-06-19hfsplus: fix uninit-value by validating catalog record sizeDeepanshu Kartikey
2026-03-04hfsplus: pretend special inodes as regular filesTetsuo Handa
2026-03-04hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko
2026-03-04hfsplus: return error when node already exists in hfs_bnode_createShardul Bankar
2026-01-19hfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko
2026-01-19hfsplus: Verify inode mode when loading from diskTetsuo Handa
2026-01-19hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi
2026-01-19hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko
2025-10-29hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li
2025-10-29hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko
2025-10-29hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi
2025-10-29hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko
2025-10-29hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko
2025-08-28hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa
2025-08-28hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko
2025-08-28hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko
2025-08-28hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li
2025-05-02hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev
2024-12-14hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo
2024-08-19hfsplus: fix to avoid false alarm of circular lockingChao Yu
2024-07-27hfsplus: fix uninit-value in copy_nameEdward Adam Davis
2023-05-30fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa
2023-03-11fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu
2023-01-14hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2023-01-14hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg
2021-05-19hfsplus: prevent corruption in shrinking truncateJouni Roivas
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-04hfsplus: stop using ioctl_by_bdevChristoph Hellwig
2020-04-10hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann
2019-07-16fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-01hfsplus: switch to ->free_inode()Al Viro
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández
2018-11-30hfsplus: do not free node before usingPan Bian
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández
2018-08-23hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández