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-02-11hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen
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-24fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa
2023-03-10fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu
2023-01-12hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann
2023-01-12hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg
2021-07-01hfsplus: report create_date to kstat.btimeChung-Chiang Cheng
2021-07-01hfsplus: remove unnecessary oom messageZhen Lei
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-14hfsplus: prevent corruption in shrinking truncateJouni Roivas
2021-04-12hfsplus: convert to fileattrMiklos Szeredi
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
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