Age | Commit message (Expand) | Author | Files | Lines |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -15/+0 |
2019-07-11 | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+7 |
2019-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+3 |
2019-06-28 | Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+3 |
2019-06-20 | afs: Trace afs_server usage | David Howells | 1 | -7/+3 |
2019-06-20 | afs: Add some callback management tracepoints | David Howells | 1 | -4/+4 |
2019-06-20 | afs: Fix uninitialised spinlock afs_volume::cb_break_lock | David Howells | 1 | -1/+1 |
2019-06-20 | afs: Fix vlserver record corruption | David Howells | 1 | -4/+2 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
2019-06-03 | afs: do not send list of client addresses | Florian Westphal | 1 | -15/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-17 | afs: Pass pre-fetch server and volume break counts into afs_iget5_set() | David Howells | 1 | -1/+3 |
2019-05-17 | afs: Fix unlink to handle YFS.RemoveFile2 better | David Howells | 1 | -1/+0 |
2019-05-17 | afs: Make vnode->cb_interest RCU safe | David Howells | 1 | -3/+9 |
2019-05-17 | afs: Split afs_validate() so first part can be used under LOOKUP_RCU | David Howells | 1 | -0/+1 |
2019-05-17 | afs: Don't save callback version and type fields | David Howells | 1 | -2/+0 |
2019-05-16 | afs: Fix application of status and callback to be under same lock | David Howells | 1 | -68/+66 |
2019-05-16 | afs: Always get the reply time | David Howells | 1 | -1/+1 |
2019-05-16 | afs: Fix order-1 allocation in afs_do_lookup() | David Howells | 1 | -6/+5 |
2019-05-16 | afs: Get rid of afs_call::reply[] | David Howells | 1 | -3/+21 |
2019-05-16 | afs: Make some RPC operations non-interruptible | David Howells | 1 | -1/+8 |
2019-05-16 | afs: Fix the maximum lifespan of VL and probe calls | David Howells | 1 | -0/+1 |
2019-05-16 | afs: Fix cell DNS lookup | David Howells | 1 | -5/+5 |
2019-05-15 | afs: Fix afs_xattr_get_yfs() to not try freeing an error value | David Howells | 1 | -1/+1 |
2019-05-07 | afs: Implement YFS ACL setting | David Howells | 1 | -0/+1 |
2019-05-07 | afs: Get YFS ACLs and information through xattrs | David Howells | 1 | -0/+13 |
2019-05-07 | afs: implement acl setting | Joe Gorse | 1 | -0/+1 |
2019-05-07 | afs: Get an AFS3 ACL as an xattr | David Howells | 1 | -0/+7 |
2019-05-07 | afs: Log more information for "kAFS: AFS vnode with undefined type\n" | David Howells | 1 | -1/+2 |
2019-04-25 | afs: Provide mount-time configurable byte-range file locking emulation | David Howells | 1 | -0/+14 |
2019-04-25 | afs: Implement sillyrename for unlink and rename | David Howells | 1 | -0/+10 |
2019-04-25 | afs: Handle lock rpc ops failing on a file that got deleted | David Howells | 1 | -0/+1 |
2019-04-25 | afs: Calculate lock extend timer from set/extend reply reception | David Howells | 1 | -0/+2 |
2019-04-25 | afs: Split wait from afs_make_call() | David Howells | 1 | -5/+7 |
2019-04-13 | afs: Fix in-progess ops to ignore server-level callback invalidation | David Howells | 1 | -3/+1 |
2019-02-28 | afs: Use fs_context to pass parameters over automount | David Howells | 1 | -1/+0 |
2019-02-28 | afs: Add fs_context support | David Howells | 1 | -4/+4 |
2018-11-30 | afs: Fix missing net error handling | David Howells | 1 | -0/+9 |
2018-10-24 | afs: Probe multiple fileservers simultaneously | David Howells | 1 | -19/+79 |
2018-10-24 | afs: Fix callback handling | David Howells | 1 | -3/+6 |
2018-10-24 | afs: Eliminate the address pointer from the address list cursor | David Howells | 1 | -1/+0 |
2018-10-24 | afs: Allow dumping of server cursor on operation failure | David Howells | 1 | -0/+3 |
2018-10-24 | afs: Implement YFS support in the fs client | David Howells | 1 | -1/+34 |
2018-10-24 | afs: Calc callback expiry in op reply delivery | David Howells | 1 | -0/+2 |
2018-10-24 | afs: Add a couple of tracepoints to log I/O errors | David Howells | 1 | -0/+11 |
2018-10-24 | afs: Implement VL server rotation | David Howells | 1 | -13/+101 |
2018-10-24 | afs: Improve FS server rotation error handling | David Howells | 1 | -0/+1 |
2018-10-24 | afs: Set up the iov_iter before calling afs_extract_data() | David Howells | 1 | -4/+52 |
2018-10-24 | afs: Better tracing of protocol errors | David Howells | 1 | -1/+1 |
2018-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |