aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner1-1/+1
2018-05-22omfs_lookup(): report IO errors, use d_splice_alias()Al Viro1-4/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2013-06-29[readdir] convert omfsAl Viro1-56/+38
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
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