aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-01-03omfs: propagate 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-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro1-1/+1
2011-05-28omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil1-8/+3
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-2/+6
2011-03-05omfs: make readdir stop when filldir says soAl Viro1-2/+3
2011-03-05omfs: merge unlink() and rmdir(), close leak in rename()Al Viro1-40/+13
2011-03-05omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro1-4/+3
2011-03-05omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro1-0/+1
2010-07-10omfs: check bounds on block numbers before passing to sb_breadBob Copeland1-14/+8
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-07-30omfs: sparse annotationsHarvey Harrison1-1/+1
2008-07-26omfs: add directory routinesBob Copeland1-0/+504