| Commit message (Expand) | Author | Age | Files | Lines |
* | afs: Show volume name in /proc/net/afs/<cell>/volumes | David Howells | 2019-12-11 | 1 | -3/+4 |
* | afs: Fix missing cell comparison in afs_test_super() | David Howells | 2019-12-11 | 1 | -0/+1 |
* | afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP | David Howells | 2019-12-11 | 1 | -0/+3 |
* | afs: Fix mountpoint parsing | David Howells | 2019-12-11 | 1 | -2/+4 |
* | afs: Fix SELinux setting security label on /afs | David Howells | 2019-12-09 | 1 | -1/+0 |
* | afs: Fix afs_find_server lookups for ipv4 peers | Marc Dionne | 2019-12-09 | 1 | -13/+8 |
* | Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-11-30 | 10 | -54/+50 |
|\ |
|
| * | afs: Remove set but not used variable 'ret' | zhengbin | 2019-11-21 | 1 | -2/+1 |
| * | afs: Remove set but not used variables 'before', 'after' | zhengbin | 2019-11-21 | 1 | -10/+2 |
| * | afs: xattr: use scnprintf | Mark Salyzyn | 2019-11-21 | 1 | -7/+9 |
| * | afs: Introduce an afs_get_read() refcount helper | David Howells | 2019-11-21 | 3 | -6/+9 |
| * | afs: Rename desc -> req in afs_fetch_data() | David Howells | 2019-11-21 | 1 | -3/+3 |
| * | afs: Switch the naming of call->iter and call->_iter | David Howells | 2019-11-21 | 6 | -26/+26 |
| * | afs: Use call->_iter not &call->iter in debugging statements | David Howells | 2019-11-21 | 2 | -7/+7 |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-11-27 | 1 | -2/+2 |
|\ \ |
|
| * | | fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 2019-10-30 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-11-26 | 3 | -11/+10 |
|\ \ |
|
| * | | fs: afs: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 3 | -11/+10 |
* | | | afs: Fix large file support | Marc Dionne | 2019-11-22 | 1 | -0/+1 |
* | | | afs: Fix possible assert with callbacks from yfs servers | Marc Dionne | 2019-11-22 | 1 | -1/+0 |
* | | | afs: Fix missing timeout reset | David Howells | 2019-11-19 | 1 | -0/+1 |
* | | | afs: Fix race in commit bulk status fetch | David Howells | 2019-11-15 | 1 | -1/+6 |
| |/
|/| |
|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2019-09-30 | 3 | -9/+1 |
|\ \ |
|
| * | | afs dynroot: switch to simple_dir_operations | Al Viro | 2019-09-15 | 3 | -9/+1 |
* | | | afs: Support RCU pathwalk | David Howells | 2019-09-02 | 2 | -17/+112 |
* | | | afs: Provide an RCU-capable key lookup | David Howells | 2019-09-02 | 2 | -2/+32 |
* | | | afs: Use afs_extract_discard() rather than iov_iter_discard() | David Howells | 2019-09-02 | 2 | -5/+5 |
* | | | afs: remove unused variable 'afs_zero_fid' | YueHaibing | 2019-09-02 | 1 | -2/+0 |
* | | | afs: remove unused variable 'afs_voltypes' | YueHaibing | 2019-09-02 | 1 | -2/+0 |
* | | | afs: use correct afs_call_type in yfs_fs_store_opaque_acl2 | YueHaibing | 2019-08-22 | 1 | -1/+1 |
* | | | afs: Fix possible oops in afs_lookup trace event | Marc Dionne | 2019-08-22 | 1 | -1/+2 |
* | | | afs: Fix leak in afs_lookup_cell_rcu() | David Howells | 2019-08-22 | 1 | -0/+4 |
* | | | afs: Fix missing dentry data version updating | David Howells | 2019-07-30 | 1 | -14/+70 |
* | | | afs: Only update d_fsdata if different in afs_d_revalidate() | David Howells | 2019-07-30 | 1 | -1/+2 |
* | | | afs: Fix off-by-one in afs_rename() expected data version calculation | David Howells | 2019-07-30 | 1 | -1/+1 |
* | | | fs: afs: Fix a possible null-pointer dereference in afs_put_read() | Jia-Ju Bai | 2019-07-30 | 1 | -5/+7 |
* | | | afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u() | Marc Dionne | 2019-07-30 | 1 | -5/+6 |
* | | | afs: Fix the CB.ProbeUuid service handler to reply correctly | David Howells | 2019-07-30 | 1 | -7/+3 |
* | | | afs: fsclient: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-07-26 | 1 | -18/+33 |
* | | | afs: yfsclient: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-07-26 | 1 | -19/+35 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-07-11 | 4 | -87/+1 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-28 | 4 | -19/+25 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 24 | -120/+24 |
| |\ \ \ |
|
| * | | | | afs: do not send list of client addresses | Florian Westphal | 2019-06-03 | 4 | -87/+1 |
* | | | | | Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-11 | 13 | -82/+237 |
|\ \ \ \ \ |
|
| * | | | | | afs: Add support for the UAE error table | David Howells | 2019-06-28 | 2 | -28/+152 |
| * | | | | | fs/afs: use struct_size() in kzalloc() | Zhengyuan Liu | 2019-06-20 | 3 | -8/+4 |
| * | | | | | afs: Trace afs_server usage | David Howells | 2019-06-20 | 7 | -21/+47 |
| * | | | | | afs: Add some callback management tracepoints | David Howells | 2019-06-20 | 4 | -17/+28 |
| * | | | | | afs: afs_unlink() doesn't need to check dentry->d_inode | David Howells | 2019-06-20 | 1 | -8/+6 |