aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs/dir.c
AgeCommit message (Expand)Author
2013-02-22new helper: file_inode(file)Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-01-03omfs: propagate umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro
2011-05-28omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-05omfs: make readdir stop when filldir says soAl Viro
2011-03-05omfs: merge unlink() and rmdir(), close leak in rename()Al Viro
2011-03-05omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro
2011-03-05omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro
2010-07-10omfs: check bounds on block numbers before passing to sb_breadBob Copeland
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-07-30omfs: sparse annotationsHarvey Harrison
2008-07-26omfs: add directory routinesBob Copeland