index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
Commit message (
Expand
)
Author
Age
Files
Lines
*
afs: Fix race in async call refcounting
David Howells
2019-01-17
1
-5
/
+30
*
afs: Provide a function to get a ref on a call
David Howells
2019-01-17
1
-6
/
+12
*
afs: Fix key refcounting in file locking code
David Howells
2019-01-17
2
-2
/
+4
*
afs: Don't set vnode->cb_s_break in afs_validate()
Marc Dionne
2019-01-17
1
-1
/
+0
*
afs: Set correct lock type for the yfs CreateFile
Marc Dionne
2019-01-10
2
-1
/
+12
*
afs: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-10
1
-3
/
+1
*
fs: don't open code lru_to_page()
Nikolay Borisov
2019-01-04
1
-2
/
+3
*
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
2
-2
/
+2
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-11-30
8
-122
/
+148
|
\
|
*
afs: Use d_instantiate() rather than d_add() and don't d_drop()
David Howells
2018-11-29
1
-3
/
+1
|
*
afs: Fix missing net error handling
David Howells
2018-11-29
6
-113
/
+135
|
*
afs: Fix validation/callback interaction
David Howells
2018-11-29
1
-6
/
+12
*
|
rxrpc: Fix life check
David Howells
2018-11-15
1
-1
/
+10
|
/
*
afs: Probe multiple fileservers simultaneously
David Howells
2018-10-24
16
-349
/
+1047
*
afs: Fix callback handling
David Howells
2018-10-24
4
-8
/
+12
*
afs: Eliminate the address pointer from the address list cursor
David Howells
2018-10-24
6
-10
/
+5
*
afs: Allow dumping of server cursor on operation failure
David Howells
2018-10-24
5
-0
/
+127
*
afs: Implement YFS support in the fs client
David Howells
2018-10-24
8
-27
/
+2443
*
afs: Expand data structure fields to support YFS
David Howells
2018-10-24
2
-21
/
+23
*
afs: Get the target vnode in afs_rmdir() and get a callback on it
David Howells
2018-10-24
1
-1
/
+10
*
afs: Calc callback expiry in op reply delivery
David Howells
2018-10-24
5
-8
/
+28
*
afs: Fix FS.FetchStatus delivery from updating wrong vnode
David Howells
2018-10-24
1
-11
/
+5
*
afs: Implement the YFS cache manager service
David Howells
2018-10-24
3
-1
/
+174
*
afs: Remove callback details from afs_callback_break struct
David Howells
2018-10-24
3
-19
/
+8
*
afs: Commit the status on a new file/dir/symlink
David Howells
2018-10-24
1
-0
/
+1
*
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
David Howells
2018-10-24
16
-79
/
+84
*
afs: Don't invoke the server to read data beyond EOF
David Howells
2018-10-24
1
-0
/
+11
*
afs: Add a couple of tracepoints to log I/O errors
David Howells
2018-10-24
7
-16
/
+33
*
afs: Handle EIO from delivery function
David Howells
2018-10-24
1
-1
/
+4
*
afs: Fix TTL on VL server and address lists
David Howells
2018-10-24
2
-7
/
+33
*
afs: Implement VL server rotation
David Howells
2018-10-24
11
-218
/
+905
*
afs: Improve FS server rotation error handling
David Howells
2018-10-24
3
-45
/
+55
*
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
2018-10-24
5
-298
/
+225
*
afs: Better tracing of protocol errors
David Howells
2018-10-24
6
-62
/
+100
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-8
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
2
-4
/
+0
|
\
|
*
afs: Fix clearance of reply
David Howells
2018-10-15
2
-4
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
6
-10
/
+24
|
\
|
|
*
afs: Fix afs_server struct leak
David Howells
2018-10-12
1
-0
/
+2
|
*
afs: Fix cell proc list
David Howells
2018-10-12
5
-10
/
+22
*
|
rxrpc: Use IPv4 addresses throught the IPv6
David Howells
2018-10-04
1
-14
/
+15
*
|
afs: Sort address lists so that they are in logical ascending order
David Howells
2018-10-04
1
-27
/
+24
*
|
afs: Always build address lists using the helper functions
David Howells
2018-10-04
1
-17
/
+15
*
|
afs: Do better max capacity handling on address lists
David Howells
2018-10-04
2
-11
/
+16
|
/
*
afs: Fix cell specification to permit an empty address list
David Howells
2018-09-07
1
-8
/
+7
*
fs/afs: use new return type vm_fault_t
Souptick Joarder
2018-08-23
2
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-15
1
-11
/
+17
|
\
|
*
rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller
David Howells
2018-08-03
1
-11
/
+17
*
|
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-08-13
2
-58
/
+12
|
\
\
|
*
|
afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)
Al Viro
2018-08-05
2
-13
/
+2
[next]