summaryrefslogtreecommitdiffstats
path: root/fs/hfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* [readdir] convert hfsAl Viro2013-06-291-26/+23Star
* hfs: SMP race on directory close()Al Viro2013-05-061-0/+2
* hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-05-011-6/+6
* hfs: add error checking for hfs_find_init()Alexey Khoroshilov2013-05-011-2/+6
* new helper: file_inode(file)Al Viro2013-02-231-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-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-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/+0Star
* 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/+13Star
* switch hfsAl Viro2011-01-131-2/+0Star
* 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-191-6/+6
* [PATCH] hfs: NLS supportRoman Zippel2005-09-081-5/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+330