aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/dir.c
Commit message (Expand)AuthorAge
* 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-09-30
* hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig2010-09-30
* hfsplus: fix error handling in hfsplus_symlinkChristoph Hellwig2010-09-30
* hfsplus: merge mknod/mkdir/creatChristoph Hellwig2010-09-30
* hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig2010-09-30
* hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig2010-09-30
* hfsplus: Push down BKL into ioctl functionArnd Bergmann2010-05-16
* HFS+: fix unlink of linksRoman Zippel2008-04-10
* iget: stop HFSPLUS from using iget() and read_inode()David Howells2008-02-07
* HFS+: add custom dentry hash and comparison operationsDuane Griffin2007-07-16
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-12