aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs/dir.c
Commit message (Expand)AuthorAge
* [readdir] convert omfsAl Viro2013-06-29
* new helper: file_inode(file)Al Viro2013-02-22
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* omfs: propagate umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* omfs: fix (mode & S_IFDIR) abuseAl Viro2011-07-26
* omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* omfs: make readdir stop when filldir says soAl Viro2011-03-05
* omfs: merge unlink() and rmdir(), close leak in rename()Al Viro2011-03-05
* omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro2011-03-05
* omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro2011-03-05
* omfs: check bounds on block numbers before passing to sb_breadBob Copeland2010-07-10
* const: constify remaining file_operationsAlexey Dobriyan2009-10-01
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-22
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-23
* omfs: sparse annotationsHarvey Harrison2008-07-30
* omfs: add directory routinesBob Copeland2008-07-26