summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/dir.c
AgeCommit message (Expand)AuthorLines
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-1/+1
2014-12-18hfsplus: fix longname handlingSougata Santra-3/+8
2014-06-06hfsplus: emit proper file type from readdirSergei Antonov-1/+19
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung-2/+9
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig-1/+1
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig-0/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko-0/+4
2013-06-29[readdir] convert hfsplusAl Viro-27/+23
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches-7/+7
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko-15/+40
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro-1/+1
2012-05-04hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman-0/+11
2012-01-03switch ->mknod() to umode_tAl Viro-1/+1
2012-01-03switch ->create() to umode_tAl Viro-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi-2/+2
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov-2/+6
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil-6/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil-2/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil-0/+2
2011-01-12switch hfsplusAl Viro-1/+0
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds-12/+25
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-1/+1
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov-1/+1
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov-11/+23
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig-0/+1
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds-1/+3
2010-10-27hfsplus: free space correcly for files unlinked while openChristoph Hellwig-1/+3
2010-10-25new helper: ihold()Al Viro-1/+1
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig-3/+3
2010-10-14hfsplus: fix link corruptionChristoph Hellwig-2/+4
2010-10-01hfsplus: fix rename over directoriesChristoph Hellwig-1/+4
2010-10-01hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig-0/+2
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig-19/+35
2010-10-01hfsplus: fix error handling in hfsplus_symlinkChristoph Hellwig-14/+12
2010-10-01hfsplus: merge mknod/mkdir/creatChristoph Hellwig-48/+16
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig-7/+7
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig-19/+21
2010-05-17hfsplus: Push down BKL into ioctl functionArnd Bergmann-1/+1
2008-04-10HFS+: fix unlink of linksRoman Zippel-8/+15
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells-3/+3
2007-07-16HFS+: add custom dentry hash and comparison operationsDuane Griffin-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven-1/+1
2006-12-08[PATCH] struct path: convert hfsplusJosef Sipek-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen-1/+1