summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-02-06hfsplus: avoid double unload_nls() on mount failureShardul Bankar-1/+0
2026-01-29hfsplus: fix warning issue in inode.cViacheslav Dubeyko-2/+2
2026-01-28hfsplus: fix generic/062 xfstests failureViacheslav Dubeyko-13/+39
2026-01-19hfsplus: fix generic/037 xfstests failureViacheslav Dubeyko-55/+136
2026-01-06hfsplus: pretend special inodes as regular filesTetsuo Handa-0/+6
2026-01-06hfsplus: return error when node already exists in hfs_bnode_createShardul Bankar-1/+1
2026-01-06hfsplus: fix generic/020 xfstests failureViacheslav Dubeyko-14/+70
2025-12-15hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko-1/+11
2025-12-15hfsplus: fix volume corruption issue for generic/480Viacheslav Dubeyko-1/+50
2025-12-15hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa-4/+9
2025-12-03Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-501/+1782
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2025-11-25hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko-406/+11
2025-11-25hfsplus: fix volume corruption issue for generic/101Viacheslav Dubeyko-33/+65
2025-11-24hfsplus: introduce KUnit tests for HFS+ string operationsViacheslav Dubeyko-3/+1618
2025-11-18hfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko-1/+6
2025-11-18hfsplus: Verify inode mode when loading from diskTetsuo Handa-4/+28
2025-11-13hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko-2/+1
2025-11-13hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko-52/+52
2025-11-13hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi-0/+1
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik-0/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2025-09-24hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko-89/+63
2025-09-22hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko-0/+24
2025-09-09hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen-11/+29
2025-08-31hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko-5/+18
2025-08-31hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko-1/+7
2025-08-31hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi-41/+48
2025-08-31hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li-1/+1
2025-07-28Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+107
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+9
2025-07-25hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko-0/+92
2025-07-25hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko-0/+7
2025-07-25hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa-1/+5
2025-07-25hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()Johannes Thumshirn-4/+2
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-5/+9
2025-07-06hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li-3/+0
2025-07-06hfsplus: make splice write available againYangtao Li-0/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner-4/+4
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-05-07hfsplus: use bdev_rw_virt in hfsplus_submit_bioChristoph Hellwig-37/+9
2025-04-07hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev-0/+6
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-3/+3
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+4
2024-11-12hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo-1/+4