summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds15-501/+1782
2025-12-02Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-11-26hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko3-406/+11
2025-11-25hfsplus: fix volume corruption issue for generic/101Viacheslav Dubeyko3-33/+65
2025-11-25hfsplus: introduce KUnit tests for HFS+ string operationsViacheslav Dubeyko5-3/+1618
2025-11-19hfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko1-1/+6
2025-11-19hfsplus: Verify inode mode when loading from diskTetsuo Handa1-4/+28
2025-11-14hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko1-2/+1
2025-11-14hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko5-52/+52
2025-11-14hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi1-0/+1
2025-11-06fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-25hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko11-89/+63
2025-09-23hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko1-0/+24
2025-09-09hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen4-11/+29
2025-09-01hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-09-01hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-09-01hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48
2025-09-01hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li1-1/+1
2025-07-29Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-8/+107
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+9
2025-07-26hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko1-0/+92
2025-07-26hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko1-0/+7
2025-07-26hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa1-1/+5
2025-07-26hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()Johannes Thumshirn1-4/+2
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen2-5/+9
2025-07-07hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li1-3/+0
2025-07-07hfsplus: make splice write available againYangtao Li1-0/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-4/+4
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes1-1/+1
2025-06-11new helper: set_default_d_op()Al Viro1-1/+1
2025-05-07hfsplus: use bdev_rw_virt in hfsplus_submit_bioChristoph Hellwig1-37/+9
2025-04-07hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev1-0/+6
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+3
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-1/+4
2024-11-12hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo2-1/+4
2024-10-08Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api"Christian Brauner3-202/+149
2024-10-08hfsplus: convert hfsplus to use the new mount apiEric Sandeen3-202/+149
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)3-7/+6
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds4-18/+31
2024-07-06hfsplus: fix uninit-value in copy_nameEdward Adam Davis1-1/+1
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik1-2/+2
2024-06-21hfsplus: fix to avoid false alarm of circular lockingChao Yu3-16/+29
2024-04-25hfsplus: refactor copy_name to not use strncpyJustin Stitt1-12/+10
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2-3/+10