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
2019-01-05
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
2
-2
/
+2
2018-11-30
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
8
-122
/
+148
2018-11-30
afs: Use d_instantiate() rather than d_add() and don't d_drop()
David Howells
1
-3
/
+1
2018-11-30
afs: Fix missing net error handling
David Howells
6
-113
/
+135
2018-11-30
afs: Fix validation/callback interaction
David Howells
1
-6
/
+12
2018-11-15
rxrpc: Fix life check
David Howells
1
-1
/
+10
2018-10-24
afs: Probe multiple fileservers simultaneously
David Howells
16
-349
/
+1047
2018-10-24
afs: Fix callback handling
David Howells
4
-8
/
+12
2018-10-24
afs: Eliminate the address pointer from the address list cursor
David Howells
6
-10
/
+5
2018-10-24
afs: Allow dumping of server cursor on operation failure
David Howells
5
-0
/
+127
2018-10-24
afs: Implement YFS support in the fs client
David Howells
8
-27
/
+2443
2018-10-24
afs: Expand data structure fields to support YFS
David Howells
2
-21
/
+23
2018-10-24
afs: Get the target vnode in afs_rmdir() and get a callback on it
David Howells
1
-1
/
+10
2018-10-24
afs: Calc callback expiry in op reply delivery
David Howells
5
-8
/
+28
2018-10-24
afs: Fix FS.FetchStatus delivery from updating wrong vnode
David Howells
1
-11
/
+5
2018-10-24
afs: Implement the YFS cache manager service
David Howells
3
-1
/
+174
2018-10-24
afs: Remove callback details from afs_callback_break struct
David Howells
3
-19
/
+8
2018-10-24
afs: Commit the status on a new file/dir/symlink
David Howells
1
-0
/
+1
2018-10-24
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
David Howells
16
-79
/
+84
2018-10-24
afs: Don't invoke the server to read data beyond EOF
David Howells
1
-0
/
+11
2018-10-24
afs: Add a couple of tracepoints to log I/O errors
David Howells
7
-16
/
+33
2018-10-24
afs: Handle EIO from delivery function
David Howells
1
-1
/
+4
2018-10-24
afs: Fix TTL on VL server and address lists
David Howells
2
-7
/
+33
2018-10-24
afs: Implement VL server rotation
David Howells
11
-218
/
+905
2018-10-24
afs: Improve FS server rotation error handling
David Howells
3
-45
/
+55
2018-10-24
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
5
-298
/
+225
2018-10-24
afs: Better tracing of protocol errors
David Howells
6
-62
/
+100
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-8
/
+7
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+0
2018-10-15
afs: Fix clearance of reply
David Howells
2
-4
/
+0
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-10
/
+24
2018-10-12
afs: Fix afs_server struct leak
David Howells
1
-0
/
+2
2018-10-12
afs: Fix cell proc list
David Howells
5
-10
/
+22
2018-10-04
rxrpc: Use IPv4 addresses throught the IPv6
David Howells
1
-14
/
+15
2018-10-04
afs: Sort address lists so that they are in logical ascending order
David Howells
1
-27
/
+24
2018-10-04
afs: Always build address lists using the helper functions
David Howells
1
-17
/
+15
2018-10-04
afs: Do better max capacity handling on address lists
David Howells
2
-11
/
+16
2018-09-08
afs: Fix cell specification to permit an empty address list
David Howells
1
-8
/
+7
2018-08-24
fs/afs: use new return type vm_fault_t
Souptick Joarder
2
-2
/
+3
2018-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-11
/
+17
2018-08-14
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-58
/
+12
2018-08-05
afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)
Al Viro
2
-13
/
+2
2018-08-05
afs_lookup(): switch to d_splice_alias()
Al Viro
1
-35
/
+12
2018-08-05
afs: switch dynroot lookups to d_splice_alias()
Al Viro
1
-15
/
+3
2018-08-03
rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller
David Howells
1
-11
/
+17
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-1
/
+1
2018-06-16
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
14
-633
/
+716
2018-06-15
afs: Optimise callback breaking by not repeating volume lookup
David Howells
3
-20
/
+107
2018-06-15
afs: Display manually added cells in dynamic root mount
David Howells
5
-27
/
+170
2018-06-15
afs: Enable IPv6 DNS lookups
David Howells
2
-2
/
+2
[next]