index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
hfsplus
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-01
hfsplus: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-05-11
hfsplus: rework hfsplus_readdir() logic
Viacheslav Dubeyko
1
-17
/
+11
2026-04-13
Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...
Linus Torvalds
1
-3
/
+20
2026-03-17
hfsplus: fix to update ctime after rename
Viacheslav Dubeyko
1
-2
/
+13
2026-03-09
hfsplus: fix uninit-value by validating catalog record size
Deepanshu Kartikey
1
-1
/
+1
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-3
/
+3
2026-03-04
hfsplus: fix potential Allocation File corruption after fsync
Viacheslav Dubeyko
1
-0
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-12-15
hfsplus: fix volume corruption issue for generic/480
Viacheslav Dubeyko
1
-1
/
+45
2025-11-18
hfsplus: fix volume corruption issue for generic/073
Viacheslav Dubeyko
1
-1
/
+6
2025-09-09
hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
Kang Chen
1
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-3
/
+3
2023-07-24
hfsplus: convert to ctime accessor functions
Jeff Layton
1
-3
/
+3
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2021-04-12
hfsplus: convert to fileattr
Miklos Szeredi
1
-0
/
+2
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-10
/
+12
2019-01-04
hfsplus: return file attributes on statx
Ernesto A. Fernández
1
-0
/
+1
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
1
-7
/
+2
2018-05-22
hfsplus: switch to d_splice_alias()
Al Viro
1
-2
/
+1
2018-02-06
hfsplus: honor setgid flag on directories
Ernesto A. Fernandez
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+8
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-1
/
+5
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
1
-3
/
+0
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
1
-3
/
+3
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-27
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
1
-2
/
+6
2016-05-12
hfsplus: switch to ->iterate_shared()
Al Viro
1
-3
/
+9
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+6
2015-04-17
hfsplus: incorrect return value
Chengyu Song
1
-2
/
+2
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-6
/
+6
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
1
-1
/
+1
2014-12-18
hfsplus: fix longname handling
Sougata Santra
1
-3
/
+8
2014-06-06
hfsplus: emit proper file type from readdir
Sergei Antonov
1
-1
/
+19
2014-06-06
hfsplus: fix worst-case unicode to char conversion of file names and attributes
Hin-Tak Leung
1
-2
/
+9
2014-01-31
hfsplus: use xattr handlers for removexattr
Christoph Hellwig
1
-1
/
+1
2014-01-25
hfsplus: use generic posix ACL infrastructure
Christoph Hellwig
1
-0
/
+1
2013-09-11
hfsplus: integrate POSIX ACLs support into driver
Vyacheslav Dubeyko
1
-0
/
+4
2013-06-29
[readdir] convert hfsplus
Al Viro
1
-27
/
+23
2013-04-30
hfs/hfsplus: convert printks to pr_<level>
Joe Perches
1
-7
/
+7
2013-02-27
hfsplus: add support of manipulation by attributes file
Vyacheslav Dubeyko
1
-15
/
+40
[next]