index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
hfsplus
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
hfsplus: pretend special inodes as regular files
Tetsuo Handa
1
-0
/
+6
2026-03-04
hfsplus: fix volume corruption issue for generic/498
Viacheslav Dubeyko
1
-1
/
+11
2026-03-04
hfsplus: return error when node already exists in hfs_bnode_create
Shardul Bankar
1
-1
/
+1
2026-01-19
hfsplus: fix volume corruption issue for generic/073
Viacheslav Dubeyko
1
-1
/
+6
2026-01-19
hfsplus: Verify inode mode when loading from disk
Tetsuo Handa
1
-4
/
+28
2026-01-19
hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
Yang Chenzhi
1
-0
/
+1
2026-01-19
hfsplus: fix volume corruption issue for generic/070
Viacheslav Dubeyko
1
-2
/
+1
2025-10-29
hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...
Yangtao Li
1
-1
/
+1
2025-10-29
hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
Viacheslav Dubeyko
1
-5
/
+18
2025-10-29
hfs: validate record offset in hfsplus_bmap_alloc
Yang Chenzhi
3
-41
/
+48
2025-10-29
hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()
Viacheslav Dubeyko
1
-1
/
+7
2025-10-29
hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
Viacheslav Dubeyko
1
-0
/
+24
2025-08-28
hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
Tetsuo Handa
1
-1
/
+5
2025-08-28
hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
Viacheslav Dubeyko
1
-0
/
+7
2025-08-28
hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
Viacheslav Dubeyko
1
-0
/
+92
2025-08-28
hfsplus: remove mutex_lock check in hfsplus_free_extents
Yangtao Li
1
-3
/
+0
2025-05-02
hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
Vasiliy Kovalev
1
-0
/
+6
2024-12-14
hfsplus: don't query the device logical block size multiple times
Thadeu Lima de Souza Cascardo
2
-1
/
+4
2024-08-19
hfsplus: fix to avoid false alarm of circular locking
Chao Yu
3
-16
/
+29
2024-07-27
hfsplus: fix uninit-value in copy_name
Edward Adam Davis
1
-1
/
+1
2023-05-30
fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()
Tetsuo Handa
1
-5
/
+23
2023-03-11
fs: hfsplus: fix UAF issue in hfsplus_put_super
Dongliang Mu
1
-2
/
+2
2023-01-14
hfs/hfsplus: use WARN_ON for sanity check
Arnd Bergmann
1
-8
/
+4
2023-01-14
hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...
Aditya Garg
3
-2
/
+8
2021-05-19
hfsplus: prevent corruption in shrinking truncate
Jouni Roivas
1
-3
/
+4
2020-10-29
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2
-2
/
+2
2020-05-04
hfsplus: stop using ioctl_by_bdev
Christoph Hellwig
1
-15
/
+18
2020-04-10
hfsplus: fix crash and filesystem corruption when deleting files
Simon Gander
1
-0
/
+4
2019-12-18
hfs/hfsplus: use 64-bit inode timestamps
Arnd Bergmann
2
-11
/
+29
2019-07-16
fs/hfsplus/xattr.c: replace strncpy with memcpy
Mathieu Malaterre
1
-1
/
+1
2019-07-01
vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
Darrick J. Wong
1
-9
/
+12
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-01
hfsplus: switch to ->free_inode()
Al Viro
1
-10
/
+3
2019-01-04
hfsplus: return file attributes on statx
Ernesto A. Fernández
3
-0
/
+24
2018-11-30
hfsplus: do not free node before using
Pan Bian
1
-1
/
+2
2018-10-31
hfsplus: update timestamps on truncate()
Ernesto A. Fernández
1
-0
/
+1
2018-10-31
hfsplus: fix return value of hfsplus_get_block()
Ernesto A. Fernández
1
-1
/
+3
2018-10-31
hfsplus: prevent btree data loss on ENOSPC
Ernesto A. Fernández
5
-16
/
+68
2018-10-31
hfsplus: fix BUG on bnode parent update
Ernesto A. Fernández
1
-0
/
+1
2018-10-31
hfsplus: prevent btree data loss on root split
Ernesto A. Fernández
1
-0
/
+4
2018-08-23
hfsplus: prevent crash on exit from failed search
Ernesto A. Fernandez
1
-3
/
+4
2018-08-23
hfsplus: fix NULL dereference in hfsplus_lookup()
Ernesto A. Fernández
1
-2
/
+2
2018-08-22
hfsplus: drop ACL support
Ernesto A. Fernández
11
-232
/
+4
2018-08-22
hfsplus: fix decomposition of Hangul characters
Ernesto A. Fernández
1
-6
/
+56
[next]