summaryrefslogtreecommitdiffstats
path: root/fs/omfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-2/+2
|/
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* [readdir] convert omfsAl Viro2013-06-291-56/+38
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* omfs: propagate umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* omfs: fix (mode & S_IFDIR) abuseAl Viro2011-07-261-1/+1
* 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
OpenPOWER on IntegriCloud