aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil2011-05-281-8/+3
* 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-2/+6
* omfs: make readdir stop when filldir says soAl Viro2011-03-051-2/+3
* omfs: merge unlink() and rmdir(), close leak in rename()Al Viro2011-03-051-40/+13
* omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro2011-03-051-4/+3
* omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro2011-03-051-0/+1
* omfs: check bounds on block numbers before passing to sb_breadBob Copeland2010-07-101-14/+8
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-1/+1
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* omfs: sparse annotationsHarvey Harrison2008-07-301-1/+1
* omfs: add directory routinesBob Copeland2008-07-261-0/+504