index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
hfsplus
/
super.c
Age
Commit message (
Expand
)
Author
2026-05-11
hfsplus: rework hfsplus_readdir() logic
Viacheslav Dubeyko
2026-04-13
Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...
Linus Torvalds
2026-04-08
hfsplus: fix potential race conditions in b-tree functionality
Viacheslav Dubeyko
2026-03-27
hfsplus: extract hidden directory search into a helper function
Zilin Guan
2026-03-27
hfsplus: fix held lock freed on hfsplus_fill_super()
Zilin Guan
2026-03-09
hfsplus: fix uninit-value by validating catalog record size
Deepanshu Kartikey
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-03-04
hfsplus: fix potential Allocation File corruption after fsync
Viacheslav Dubeyko
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-06
hfsplus: avoid double unload_nls() on mount failure
Shardul Bankar
2026-01-06
hfsplus: pretend special inodes as regular files
Tetsuo Handa
2025-12-15
hfsplus: ensure sb->s_fs_info is always cleaned up
Mehdi Ben Hadj Khelifa
2025-12-03
Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2025-11-25
hfsplus: fix volume corruption issue for generic/101
Viacheslav Dubeyko
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-09-24
hfs/hfsplus: rework debug output subsystem
Viacheslav Dubeyko
2025-08-31
hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
Viacheslav Dubeyko
2025-08-31
hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...
Yangtao Li
2025-07-28
Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2025-07-25
hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()
Johannes Thumshirn
2025-06-10
new helper: set_default_d_op()
Al Viro
2024-10-08
hfsplus: convert hfsplus to use the new mount api
Eric Sandeen
2024-02-25
hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
Al Viro
2023-03-02
fs: hfsplus: fix UAF issue in hfsplus_put_super
Dongliang Mu
2022-07-14
fs/hfsplus: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-01
hfsplus: switch to ->free_inode()
Al Viro
2018-08-22
hfsplus: drop ACL support
Ernesto A. Fernández
2018-08-22
hfsplus: don't return 0 when fill_super() failed
Tetsuo Handa
2018-05-18
hfsplus: stop workqueue when fill_super() failed
Tetsuo Handa
2018-02-06
hfsplus: honor setgid flag on directories
Ernesto A. Fernandez
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-06-07
hfsplus: use bio op accessors
Mike Christie
2016-05-12
hfsplus: switch to ->iterate_shared()
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2014-12-18
hfsplus: fix longname handling
Sougata Santra
2014-06-06
fs/hfsplus: fix pr_foo() and hfs_dbg formats
Fabian Frederick
2014-04-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2013-11-13
hfsplus: implement attributes file creation functionality
Vyacheslav Dubeyko
[next]