index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-14
kill struct opendata
Al Viro
15
-98
/
+81
2012-07-14
kill opendata->{mnt,dentry}
Al Viro
3
-14
/
+9
2012-07-14
make ->atomic_open() return int
Al Viro
13
-105
/
+97
2012-07-14
don't modify od->filp at all
Al Viro
2
-6
/
+3
2012-07-14
->atomic_open() prototype change - pass int * instead of bool *
Al Viro
14
-52
/
+63
2012-07-14
vfs: move O_DIRECT check to common code
Miklos Szeredi
1
-12
/
+5
2012-07-14
vfs: do_last(): clean up retry
Miklos Szeredi
1
-15
/
+21
2012-07-14
vfs: do_last(): clean up bool
Miklos Szeredi
1
-14
/
+14
2012-07-14
vfs: do_last(): clean up labels
Miklos Szeredi
1
-5
/
+5
2012-07-14
vfs: do_last(): clean up error handling
Miklos Szeredi
1
-15
/
+8
2012-07-14
vfs: remove open intents from nameidata
Miklos Szeredi
4
-153
/
+48
2012-07-14
9p: implement i_op->atomic_open()
Miklos Szeredi
2
-84
/
+137
2012-07-14
ceph: implement i_op->atomic_open()
Miklos Szeredi
3
-38
/
+56
2012-07-14
ceph: remove unused arg from ceph_lookup_open()
Miklos Szeredi
3
-6
/
+4
2012-07-14
cifs: implement i_op->atomic_open()
Miklos Szeredi
3
-198
/
+247
2012-07-14
fuse: implement i_op->atomic_open()
Miklos Szeredi
1
-27
/
+67
2012-07-14
nfs: don't use intents for checking atomic open
Miklos Szeredi
1
-20
/
+4
2012-07-14
nfs: don't use nd->intent.open.flags
Miklos Szeredi
1
-5
/
+4
2012-07-14
nfs: clean up ->create in nfs_rpc_ops
Miklos Szeredi
5
-70
/
+15
2012-07-14
nfs: implement i_op->atomic_open()
Miklos Szeredi
1
-86
/
+97
2012-07-14
vfs: add i_op->atomic_open()
Miklos Szeredi
6
-2
/
+270
2012-07-14
vfs: lookup_open(): expand lookup_hash()
Miklos Szeredi
1
-1
/
+11
2012-07-14
vfs: add lookup_open()
Miklos Szeredi
1
-38
/
+61
2012-07-14
vfs: do_last(): common slow lookup
Miklos Szeredi
1
-22
/
+5
2012-07-14
vfs: do_last(): separate O_CREAT specific code
Miklos Szeredi
1
-16
/
+17
2012-07-14
vfs: do_last(): inline lookup_slow()
Miklos Szeredi
1
-2
/
+15
2012-07-14
namei.c: let follow_link() do put_link() on failure
Al Viro
1
-33
/
+41
2012-07-14
coda: use list_for_each_entry
Al Viro
1
-7
/
+3
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
13
-28
/
+36
2012-07-14
ext4: get rid of open-coded d_find_any_alias()
Al Viro
1
-8
/
+1
2012-07-14
ocfs2: use list_for_each_entry in ocfs2_find_local_alias()
Al Viro
1
-11
/
+5
2012-07-14
affs: unobfuscate affs_fix_dcache()
Al Viro
1
-6
/
+8
2012-07-14
affs: get rid of open-coded list_for_each_entry()
Al Viro
1
-6
/
+1
2012-07-14
vfs: update documentation on ->i_dentry handling
Al Viro
1
-6
/
+4
2012-07-14
adfs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
1
-1
/
+0
2012-07-14
cifs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
1
-1
/
+0
2012-07-14
qnx6: don't bother with ->i_dentry in inode-freeing callback
Al Viro
1
-1
/
+0
2012-07-14
get rid of magic in proc_namespace.c
Al Viro
3
-8
/
+9
2012-07-14
get rid of ->mnt_longterm
Al Viro
5
-72
/
+26
2012-07-14
fs/direct-io.c: adjust suspicious bit operation
Julia Lawall
1
-1
/
+1
2012-07-14
affs: get rid of affs_sync_super
Artem Bityutskiy
3
-13
/
+45
2012-07-14
affs: introduce VFS superblock object back-reference
Artem Bityutskiy
2
-0
/
+2
2012-07-14
affs: stop using lock_super
Artem Bityutskiy
1
-2
/
+3
2012-07-14
affs: re-structure superblock locking a bit
Artem Bityutskiy
1
-5
/
+2
2012-07-14
affs: remove useless superblock writeout on remount
Artem Bityutskiy
1
-3
/
+2
2012-07-14
affs: remove useless superblock writeout on unmount
Artem Bityutskiy
1
-3
/
+0
2012-07-14
affs: stop setting bm_flags
Artem Bityutskiy
1
-5
/
+4
2012-07-14
Merge tag 'md-3.5-fixes' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+2
2012-07-14
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-19
/
+107
2012-07-14
x86/vsyscall: allow seccomp filter in vsyscall=emulate
Will Drewry
1
-4
/
+31
[next]