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
/
dir.c
Age
Commit message (
Expand
)
Author
6 days
Remove excl arg to ->create inode_operation
NeilBrown
7 days
hfsplus: drop redundant S_IFDIR from mkdir
Jori Koolstra
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-03-17
hfsplus: fix to update ctime after rename
Viacheslav Dubeyko
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
2025-12-15
hfsplus: fix volume corruption issue for generic/480
Viacheslav Dubeyko
2025-11-18
hfsplus: fix volume corruption issue for generic/073
Viacheslav Dubeyko
2025-09-09
hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
Kang Chen
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2023-07-24
hfsplus: convert to ctime accessor functions
Jeff Layton
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2021-04-12
hfsplus: convert to fileattr
Miklos Szeredi
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2019-01-04
hfsplus: return file attributes on statx
Ernesto A. Fernández
2018-08-23
hfsplus: fix NULL dereference in hfsplus_lookup()
Ernesto A. Fernández
2018-08-22
hfsplus: drop ACL support
Ernesto A. Fernández
2018-05-22
hfsplus: switch to d_splice_alias()
Al Viro
2018-02-06
hfsplus: honor setgid flag on directories
Ernesto A. Fernandez
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
2016-05-12
hfsplus: switch to ->iterate_shared()
Al Viro
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-17
hfsplus: incorrect return value
Chengyu Song
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2014-12-18
hfsplus: fix longname handling
Sougata Santra
2014-06-06
hfsplus: emit proper file type from readdir
Sergei Antonov
2014-06-06
hfsplus: fix worst-case unicode to char conversion of file names and attributes
Hin-Tak Leung
2014-01-31
hfsplus: use xattr handlers for removexattr
Christoph Hellwig
2014-01-25
hfsplus: use generic posix ACL infrastructure
Christoph Hellwig
2013-09-11
hfsplus: integrate POSIX ACLs support into driver
Vyacheslav Dubeyko
2013-06-29
[readdir] convert hfsplus
Al Viro
2013-04-30
hfs/hfsplus: convert printks to pr_<level>
Joe Perches
2013-02-27
hfsplus: add support of manipulation by attributes file
Vyacheslav Dubeyko
2013-02-22
new helper: file_inode(file)
Al Viro
[next]