summaryrefslogtreecommitdiff
path: root/fs/hfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-01hfs: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-16Merge tag 'hfs-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds1-19/+18
2026-05-27hfs: rework hfsplus_readdir() logicViacheslav Dubeyko1-17/+11
2026-05-19hfs: disable the updating of file access times (atime)Viacheslav Dubeyko1-2/+7
2026-05-11hfs: Implement fileattr_get for case sensitivityChuck Lever1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-06hfs: Replace BUG_ON with error handling for CNID count checksJori Koolstra1-4/+11
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-5/+5
2023-07-24hfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-6/+7
2018-05-22hfs: use d_splice_alias()Al Viro1-13/+7
2017-02-18hfs: fix hfs_readdir()Dan Carpenter1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-05-12hfs: switch to ->iterate_shared()Al Viro1-3/+9
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-04-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2013-06-29[readdir] convert hfsAl Viro1-26/+23
2013-05-05hfs: SMP race on directory close()Al Viro1-0/+2
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-6/+6
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov1-2/+6
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-05-28hfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-6/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+3
2011-03-03hfs: fix rename() over non-empty directoryAl Viro1-37/+13
2011-01-12switch hfsAl Viro1-2/+0
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2009-12-15hfs: fix a potential buffer overflowAmerigo Wang1-0/+11
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert hfsJosef Sipek1-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-18[PATCH] hfs: cleanup HFS printsRoman Zippel1-6/+6