summaryrefslogtreecommitdiff
path: root/fs/hfsplus/dir.c
Commit message (Expand)AuthorAge
* hfsplus: honor setgid flag on directoriesErnesto A. Fernandez2018-02-06
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
|/
* hfsplus: switch to ->iterate_shared()Al Viro2016-05-12
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | hfsplus: incorrect return valueChengyu Song2015-04-17
|/
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* hfsplus: fix longname handlingSougata Santra2014-12-18
* hfsplus: emit proper file type from readdirSergei Antonov2014-06-06
* hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung2014-06-06
* hfsplus: use xattr handlers for removexattrChristoph Hellwig2014-01-31
* hfsplus: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-11
* [readdir] convert hfsplusAl Viro2013-06-29
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-30
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-27
* new helper: file_inode(file)Al Viro2013-02-22
* hfsplus: get rid of write_superArtem Bityutskiy2012-07-22
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-04
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov2011-07-07
* hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* switch hfsplusAl Viro2011-01-12
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-07
|\
| * hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-16
| * hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-16
| * hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-23
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2010-10-28
|\
| * hfsplus: free space correcly for files unlinked while openChristoph Hellwig2010-10-27
* | new helper: ihold()Al Viro2010-10-25
|/
* hfsplus: create correct initial catalog entries for device filesChristoph Hellwig2010-10-14
* hfsplus: fix link corruptionChristoph Hellwig2010-10-14
* hfsplus: fix rename over directoriesChristoph Hellwig2010-10-01
* hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig2010-10-01
* hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig2010-10-01