aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-24hfsplus: convert to ctime accessor functionsGravatar Jeff Layton 1-3/+3
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2021-04-12hfsplus: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-10/+12
2019-01-04hfsplus: return file attributes on statxGravatar Ernesto A. Fernández 1-0/+1
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Gravatar Ernesto A. Fernández 1-2/+2
2018-08-22hfsplus: drop ACL supportGravatar Ernesto A. Fernández 1-7/+2
2018-05-22hfsplus: switch to d_splice_alias()Gravatar Al Viro 1-2/+1
2018-02-06hfsplus: honor setgid flag on directoriesGravatar Ernesto A. Fernandez 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-3/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-3/+3
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-05-12hfsplus: switch to ->iterate_shared()Gravatar Al Viro 1-3/+9
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+6
2015-04-17hfsplus: incorrect return valueGravatar Chengyu Song 1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-6/+6
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-1/+1
2014-12-18hfsplus: fix longname handlingGravatar Sougata Santra 1-3/+8
2014-06-06hfsplus: emit proper file type from readdirGravatar Sergei Antonov 1-1/+19
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesGravatar Hin-Tak Leung 1-2/+9
2014-01-31hfsplus: use xattr handlers for removexattrGravatar Christoph Hellwig 1-1/+1
2014-01-25hfsplus: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-0/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverGravatar Vyacheslav Dubeyko 1-0/+4
2013-06-29[readdir] convert hfsplusGravatar Al Viro 1-27/+23
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-7/+7
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 1-15/+40
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-07-22hfsplus: get rid of write_superGravatar Artem Bityutskiy 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-05-04hfsplus: Fix potential buffer overflowsGravatar Greg Kroah-Hartman 1-0/+11
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-2/+2
2011-07-07hfsplus: add error checking for hfs_find_init()Gravatar Alexey Khoroshilov 1-2/+6
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-6/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-2/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-01-12switch hfsplusGravatar Al Viro 1-1/+0
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-12/+25