summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)Author
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-08hfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko
2026-01-08hfsplus: Verify inode mode when loading from diskTetsuo Handa
2026-01-08hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi
2026-01-08hfsplus: 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-23hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko
2025-08-20hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa
2025-08-20hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko
2025-08-20hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko
2025-08-15hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li
2025-08-15hfsplus: make splice write available againYangtao Li
2025-04-25hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev
2024-12-05hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-06hfsplus: fix uninit-value in copy_nameEdward Adam Davis
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik
2024-06-21hfsplus: fix to avoid false alarm of circular lockingChao Yu
2024-04-24hfsplus: refactor copy_name to not use strncpyJustin Stitt
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro
2024-02-12fs/hfsplus: use better @opf descriptionRandy Dunlap
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)
2023-12-12fs/hfsplus: wrapper.c: fix kernel-doc warningsRandy Dunlap
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18hfsplus: convert to new timestamp accessorsJeff Layton
2023-10-09hfsplus: move hfsplus_xattr_handlers to .rodataWedson Almeida Filho
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-18fs: hfsplus: make extend error rate limitedColin Ian King
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24hfsplus: convert to ctime accessor functionsJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-04-12fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa
2023-03-02fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-02fs: hfsplus: initialize fsdata in hfsplus_file_truncate()Alexander Potapenko
2023-02-02hfsplus: remove unnecessary variable initializationXU pengfei