summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/dir.c
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: switch to ->iterate_shared()Al Viro2016-05-121-3/+9
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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-181-3/+8
* hfsplus: emit proper file type from readdirSergei Antonov2014-06-061-1/+19
* hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung2014-06-061-2/+9
* hfsplus: use xattr handlers for removexattrChristoph Hellwig2014-01-311-1/+1
* hfsplus: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+1
* hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko2013-09-111-0/+4
* [readdir] convert hfsplusAl Viro2013-06-291-27/+23
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-301-7/+7
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-271-15/+40
* new helper: file_inode(file)Al Viro2013-02-221-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-041-0/+11
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-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/+2
* 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-121-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-071-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-251-1/+1
|/
* hfsplus: create correct initial catalog entries for device filesChristoph Hellwig2010-10-141-3/+3
* hfsplus: fix link corruptionChristoph Hellwig2010-10-141-2/+4
* hfsplus: fix rename over directoriesChristoph Hellwig2010-10-011-1/+4
* hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig2010-10-011-0/+2
* hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig2010-10-011-19/+35
* hfsplus: fix error handling in hfsplus_symlinkChristoph Hellwig2010-10-011-14/+12
* hfsplus: merge mknod/mkdir/creatChristoph Hellwig2010-10-011-48/+16
* hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig2010-10-011-7/+7
* hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig2010-10-011-19/+21
* hfsplus: Push down BKL into ioctl functionArnd Bergmann2010-05-171-1/+1
* HFS+: fix unlink of linksRoman Zippel2008-04-101-8/+15
* iget: stop HFSPLUS from using iget() and read_inode()David Howells2008-02-071-3/+3
* HFS+: add custom dentry hash and comparison operationsDuane Griffin2007-07-161-0/+2