VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
35 Branches
59 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
fs
/
omfs
/
dir.c
Date
Commit Message
Rev
Author
2021-01-24
fs: make helpers idmap mount aware
549c7297
Christian Brauner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
59bd9ded
Thomas Gleixner
2018-05-22
omfs_lookup(): report IO errors, use d_splice_alias()
18fbbfc2
Al Viro
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
3873691e
Al Viro
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
02027d42
Deepa Dinamani
2016-09-27
fs: rename "rename2" i_op to "rename"
2773bf00
Miklos Szeredi
2016-09-27
fs: support RENAME_NOREPLACE for local filesystems
f03b8ad8
Miklos Szeredi
2016-05-09
more trivial ->iterate_shared conversions
c51da20c
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
2b0143b5
David Howells
2013-06-29
[readdir] convert omfs
9fd4d059
Al Viro
2013-02-22
new helper: file_inode(file)
496ad9aa
Al Viro
2012-07-14
don't pass nameidata to ->create()
ebfc3b49
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
00cd8dd3
Al Viro
2012-01-03
omfs: propagate umode_t
587228be
Al Viro
2012-01-03
switch ->create() to umode_t
4acdaf27
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
18bb1db3
Al Viro
2011-07-26
omfs: fix (mode & S_IFDIR) abuse
41c96486
Al Viro
2011-05-28
omfs: remove unnecessary dentry_unhash on rmdir, dir rneame
8aaa0f54
Sage Weil
2011-05-26
vfs: push dentry_unhash on rename_dir into file systems
e4eaac06
Sage Weil
2011-05-26
vfs: push dentry_unhash on rmdir into file systems
79bf7c73
Sage Weil
2011-03-05
omfs: make readdir stop when filldir says so
31be83ae
Al Viro
2011-03-05
omfs: merge unlink() and rmdir(), close leak in rename()
d932805b
Al Viro
2011-03-05
omfs: stop playing silly buggers with omfs_unlink() in ->rename()
cdb26496
Al Viro
2011-03-05
omfs: rename() needs to mark old_inode dirty after ctime update
013e4f4a
Al Viro
2010-07-10
omfs: check bounds on block numbers before passing to sb_bread
f068272c
Bob Copeland
2009-10-01
const: constify remaining file_operations
828c0950
Alexey Dobriyan
2009-09-22
const: mark remaining inode_operations as const
6e1d5dcc
Alexey Dobriyan
2008-10-23
[PATCH] fix ->llseek for more directories
3222a3e5
Christoph Hellwig
2008-07-30
omfs: sparse annotations
d406f66d
Harvey Harrison
2008-07-26
omfs: add directory routines
a3ab7155
Bob Copeland