summaryrefslogtreecommitdiffstats
path: root/fs/hfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* [readdir] convert hfsAl Viro2013-06-291-26/+23
* hfs: SMP race on directory close()Al Viro2013-05-051-0/+2
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-301-6/+6
* hfs: add error checking for hfs_find_init()Alexey Khoroshilov2013-04-301-2/+6
* new helper: file_inode(file)Al Viro2013-02-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
* 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
* hfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-6/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+3
* hfs: fix rename() over non-empty directoryAl Viro2011-03-031-37/+13
* switch hfsAl Viro2011-01-121-2/+0
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* hfs: fix a potential buffer overflowAmerigo Wang2009-12-151-0/+11
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert hfsJosef Sipek2006-12-081-1/+1
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] hfs: cleanup HFS printsRoman Zippel2006-01-181-6/+6
* [PATCH] hfs: NLS supportRoman Zippel2005-09-071-5/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+330