aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/dir.c
AgeCommit message (Expand)Author
2018-09-15hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández
2018-05-22hfsplus: switch to d_splice_alias()Al Viro
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17hfsplus: incorrect return valueChengyu Song
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-12-18hfsplus: fix longname handlingSougata Santra
2014-06-06hfsplus: emit proper file type from readdirSergei Antonov
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko
2013-06-29[readdir] convert hfsplusAl Viro
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko
2013-02-22new helper: file_inode(file)Al Viro
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-04hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-01-12switch hfsplusAl Viro
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2010-10-27hfsplus: free space correcly for files unlinked while openChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig
2010-10-14hfsplus: fix link corruptionChristoph Hellwig
2010-10-01hfsplus: fix rename over directoriesChristoph Hellwig