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
path:
root
/
fs
/
afs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-13
afs: call->operation_ID sometimes used as __be32 sometimes as u32
David Howells
3
-6
/
+5
2016-10-13
afs: unmapping the wrong buffer
Dan Carpenter
1
-2
/
+2
2016-10-12
fs: use mapping_set_error instead of opencoded set_bit
Michal Hocko
1
-3
/
+2
2016-10-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2016-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+7
2016-10-06
afs: Check for fatal error when in waiting for ack state
David Howells
1
-1
/
+1
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
1
-3
/
+8
2016-09-08
rxrpc: Rewrite the data and ack handling code
David Howells
1
-48
/
+3
2016-09-08
rxrpc: Preallocate peers, conns and calls for incoming service requests
David Howells
1
-3
/
+68
2016-09-07
rxrpc: Add tracepoint for working out where aborts happen
David Howells
1
-7
/
+10
2016-09-04
fs/afs/flock: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-2
/
+2
2016-09-04
fs/afs/callback: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-2
/
+2
2016-09-04
fs/afs/rxrpc: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+1
2016-09-04
fs/afs/vlocation: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-2
/
+2
2016-09-02
rxrpc: Don't expose skbs to in-kernel users [ver #2]
David Howells
5
-460
/
+309
2016-08-30
rxrpc: Pass struct socket * to more rxrpc kernel interface functions
David Howells
1
-11
/
+15
2016-08-30
rxrpc: Provide a way for AFS to ask for the peer address of a call
David Howells
4
-14
/
+24
2016-08-30
afs: Need linux/random.h
David Howells
1
-0
/
+1
2016-08-30
afs: Miscellaneous simple cleanups
David Howells
1
-6
/
+0
2016-08-06
rxrpc: Fix races between skb free, ACK generation and replying
David Howells
5
-229
/
+168
2016-06-11
rxrpc: Limit the listening backlog
David Howells
1
-15
/
+19
2016-05-28
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-4
/
+0
2016-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-6
/
+24
2016-05-10
afs: switch to ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-03
make ext2_get_page() and friends work without external serialization
Al Viro
1
-7
/
+7
2016-04-11
rxrpc: Differentiate local and remote abort codes in structs
David Howells
1
-3
/
+11
2016-04-11
afs: Wait for outstanding async calls before closing rxrpc socket
David Howells
1
-3
/
+13
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
5
-21
/
+21
2016-01-23
wrappers for ->i_mutex access
Al Viro
2
-4
/
+4
2016-01-15
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-1
/
+1
2016-01-13
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-19
/
+6
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
1
-19
/
+6
2015-12-09
don't put symlink bodies in pagecache into highmem
Al Viro
1
-0
/
+1
2015-05-11
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
1
-1
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
4
-28
/
+28
2015-04-12
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2015-04-11
Merge remote-tracking branch 'dh/afs' into for-davem
Al Viro
2
-5
/
+16
2015-04-01
kafs: Add more "unified AFS" error codes
Nathaniel Wesley Filardo
1
-1
/
+15
2015-04-01
AFS: afs_send_empty_reply() doesn't require an iovec array
David Howells
1
-4
/
+1
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+0
2015-02-13
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2015-02-04
rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...
Al Viro
1
-7
/
+7
2015-01-21
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-1
/
+1
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-8
/
+6
2014-12-10
put iov_iter into msghdr
Al Viro
1
-8
/
+6
2014-11-19
afs_fsync: don't bother with ->f_path.dentry
Al Viro
1
-5
/
+4
2014-11-19
assorted conversions to %p[dD]
Al Viro
4
-58
/
+43
2014-11-01
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
1
-4
/
+5
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
[next]