summaryrefslogtreecommitdiff
path: root/fs/omfs/dir.c
AgeCommit message (Expand)Author
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2013-06-29[readdir] convert omfsAl Viro
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