summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
4 dayshfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko1-1/+6
4 dayshfsplus: Verify inode mode when loading from diskTetsuo Handa1-4/+28
4 dayshfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi1-0/+1
4 dayshfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko1-2/+1
2025-10-29hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li1-1/+1
2025-10-29hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-10-29hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48
2025-10-29hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-10-29hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko1-0/+24
2025-08-28hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa1-1/+5
2025-08-28hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko1-0/+7
2025-08-28hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko1-0/+92
2025-08-28hfsplus: remove mutex_lock check in hfsplus_free_extentsYangtao Li1-3/+0
2025-05-02hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev1-0/+6
2024-12-14hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo2-1/+4
2024-08-19hfsplus: fix to avoid false alarm of circular lockingChao Yu3-16/+29
2024-07-27hfsplus: fix uninit-value in copy_nameEdward Adam Davis1-1/+1
2023-05-24fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode()Tetsuo Handa1-5/+23
2023-03-10fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu1-2/+2
2023-01-12hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann1-8/+4
2023-01-12hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2021-07-01hfsplus: report create_date to kstat.btimeChung-Chiang Cheng1-0/+5
2021-07-01hfsplus: remove unnecessary oom messageZhen Lei1-1/+0
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-05-15hfsplus: prevent corruption in shrinking truncateJouni Roivas1-3/+4
2021-04-12hfsplus: convert to fileattrMiklos Szeredi4-95/+59
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-20/+29
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2-2/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-15/+20
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner4-0/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-2/+2
2020-10-30fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2-2/+2
2020-05-04hfsplus: stop using ioctl_by_bdevChristoph Hellwig1-15/+18
2020-04-11hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2-11/+29
2019-07-17fs/hfsplus/xattr.c: replace strncpy with memcpyMathieu Malaterre1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-02hfsplus: switch to ->free_inode()Al Viro1-10/+3
2019-01-05hfsplus: return file attributes on statxErnesto A. Fernández3-0/+24
2018-12-01hfsplus: do not free node before usingPan Bian1-1/+2
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1