Age | Commit message (Expand) | Author | Files | Lines |
2020-04-24 | afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate | David Howells | 4 | -12/+11 |
2020-04-24 | afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH | David Howells | 1 | -1/+1 |
2020-04-24 | afs: Remove some unused bits | David Howells | 3 | -8/+3 |
2020-04-13 | afs: Fix afs_d_validate() to set the right directory version | David Howells | 1 | -3/+3 |
2020-04-13 | afs: Fix race between post-modification dir edit and readdir/d_revalidate | David Howells | 2 | -35/+76 |
2020-04-13 | afs: Fix length of dump of bad YFSFetchStatus record | David Howells | 1 | -3/+3 |
2020-04-13 | afs: Fix rename operation status delivery | David Howells | 3 | -21/+12 |
2020-04-13 | afs: Fix decoding of inline abort codes from version 1 status records | David Howells | 1 | -0/+1 |
2020-04-13 | afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus() | David Howells | 2 | -9/+17 |
2020-03-26 | afs: Fix unpinned address list during probing | David Howells | 1 | -0/+2 |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -68/+32 |
2020-03-13 | afs: Fix client call Rx-phase signal handling | David Howells | 1 | -32/+2 |
2020-03-13 | afs: Fix handling of an abort from a service handler | David Howells | 3 | -33/+26 |
2020-03-13 | afs: Fix some tracing details | David Howells | 1 | -2/+2 |
2020-03-13 | rxrpc: Fix call interruptibility handling | David Howells | 1 | -1/+2 |
2020-03-13 | afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t | Jann Horn | 2 | -2/+2 |
2020-02-08 | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -19/+13 |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 1 | -8/+4 |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 1 | -1/+0 |
2020-02-07 | fold struct fs_parameter_enum into struct constant_table | Al Viro | 1 | -1/+1 |
2020-02-07 | fs_parse: get rid of ->enums | Al Viro | 1 | -10/+9 |
2020-01-26 | afs: Fix characters allowed into cell names | David Howells | 1 | -1/+10 |
2020-01-14 | Merge branch 'dhowells' (patches from DavidH) | Linus Torvalds | 1 | -10/+8 |
2020-01-14 | afs: Fix afs_lookup() to not clobber the version on a new dentry | David Howells | 1 | -5/+1 |
2020-01-14 | afs: Fix use-after-loss-of-ref | David Howells | 1 | -5/+7 |
2019-12-11 | afs: Show volume name in /proc/net/afs/<cell>/volumes | David Howells | 1 | -3/+4 |
2019-12-11 | afs: Fix missing cell comparison in afs_test_super() | David Howells | 1 | -0/+1 |
2019-12-11 | afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP | David Howells | 1 | -0/+3 |
2019-12-11 | afs: Fix mountpoint parsing | David Howells | 1 | -2/+4 |
2019-12-09 | afs: Fix SELinux setting security label on /afs | David Howells | 1 | -1/+0 |
2019-12-09 | afs: Fix afs_find_server lookups for ipv4 peers | Marc Dionne | 1 | -13/+8 |
2019-11-30 | Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -54/+50 |
2019-11-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 3 | -11/+10 |
2019-11-22 | afs: Fix large file support | Marc Dionne | 1 | -0/+1 |
2019-11-22 | afs: Fix possible assert with callbacks from yfs servers | Marc Dionne | 1 | -1/+0 |
2019-11-21 | afs: Remove set but not used variable 'ret' | zhengbin | 1 | -2/+1 |
2019-11-21 | afs: Remove set but not used variables 'before', 'after' | zhengbin | 1 | -10/+2 |
2019-11-21 | afs: xattr: use scnprintf | Mark Salyzyn | 1 | -7/+9 |
2019-11-21 | afs: Introduce an afs_get_read() refcount helper | David Howells | 3 | -6/+9 |
2019-11-21 | afs: Rename desc -> req in afs_fetch_data() | David Howells | 1 | -3/+3 |
2019-11-21 | afs: Switch the naming of call->iter and call->_iter | David Howells | 6 | -26/+26 |
2019-11-21 | afs: Use call->_iter not &call->iter in debugging statements | David Howells | 2 | -7/+7 |
2019-11-19 | afs: Fix missing timeout reset | David Howells | 1 | -0/+1 |
2019-11-15 | afs: Fix race in commit bulk status fetch | David Howells | 1 | -1/+6 |
2019-10-30 | fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 1 | -2/+2 |
2019-10-18 | fs: afs: Use pr_warn instead of pr_warning | Kefeng Wang | 3 | -11/+10 |
2019-09-29 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -9/+1 |
2019-09-15 | afs dynroot: switch to simple_dir_operations | Al Viro | 3 | -9/+1 |
2019-09-02 | afs: Support RCU pathwalk | David Howells | 2 | -17/+112 |