summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/dir.c
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: return file attributes on statxErnesto A. Fernández2019-01-041-0/+1
* hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández2018-08-241-2/+2
* hfsplus: drop ACL supportErnesto A. Fernández2018-08-221-7/+2Star
* hfsplus: switch to d_splice_alias()Al Viro2018-05-221-2/+1Star
* hfsplus: honor setgid flag on directoriesErnesto A. Fernandez2018-02-071-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-4/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-3/+3
| |/
* / vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-3/+0Star
|/
* hfsplus: switch to ->iterate_shared()Al Viro2016-05-131-3/+9
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-6/+6
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-6/+6
* | hfsplus: incorrect return valueChengyu Song2015-04-171-2/+2
|/
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* hfsplus: fix longname handlingSougata Santra2014-12-191-3/+8
* hfsplus: emit proper file type from readdirSergei Antonov2014-06-071-1/+19
* hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung2014-06-071-2/+9
* hfsplus: use xattr handlers for removexattrChristoph Hellwig2014-01-311-1/+1
* hfsplus: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-0/+1
* hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-121-0/+4
* [readdir] convert hfsplusAl Viro2013-06-291-27/+23Star
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-05-011-7/+7
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-281-15/+40
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-221-1/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-051-0/+11
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-2/+2
* hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov2011-07-071-2/+6
* hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-6/+2Star
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-2/+4
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* switch hfsplusAl Viro2011-01-131-1/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-081-12/+25
|\
| * hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-161-1/+1
| * hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-161-11/+23
| * hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-231-0/+1
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2010-10-281-1/+3
|\
| * hfsplus: free space correcly for files unlinked while openChristoph Hellwig2010-10-271-1/+3
* | new helper: ihold()Al Viro2010-10-261-1/+1
|/
* hfsplus: create correct initial catalog entries for device filesChristoph Hellwig2010-10-141-3/+3