aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-04hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman1-0/+11
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-2/+2
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov1-2/+6
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-6/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-2/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-01-12switch hfsplusAl Viro1-1/+0
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds1-12/+25
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov1-1/+1
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-11/+23
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig1-0/+1
2010-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds1-1/+3
2010-10-27hfsplus: free space correcly for files unlinked while openChristoph Hellwig1-1/+3
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig1-3/+3
2010-10-14hfsplus: fix link corruptionChristoph Hellwig1-2/+4
2010-10-01hfsplus: fix rename over directoriesChristoph Hellwig1-1/+4
2010-10-01hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig1-0/+2
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig1-19/+35
2010-10-01hfsplus: fix error handling in hfsplus_symlinkChristoph Hellwig1-14/+12
2010-10-01hfsplus: merge mknod/mkdir/creatChristoph Hellwig1-48/+16
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig1-7/+7
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-19/+21
2010-05-17hfsplus: Push down BKL into ioctl functionArnd Bergmann1-1/+1
2008-04-10HFS+: fix unlink of linksRoman Zippel1-8/+15
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells1-3/+3
2007-07-16HFS+: add custom dentry hash and comparison operationsDuane Griffin1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert hfsplusJosef Sipek1-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-18[PATCH] hfs: set correct create date for linksRoman Zippel1-12/+21
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel1-7/+7
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+484