1. c4bfda1 afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate by David Howells · 4 years, 9 months ago
  2. 69cf397 afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH by David Howells · 4 years, 9 months ago
  3. be59167 afs: Remove some unused bits by David Howells · 4 years, 9 months ago
  4. 40fc810 afs: Fix afs_d_validate() to set the right directory version by David Howells · 4 years, 9 months ago
  5. 2105c28 afs: Fix race between post-modification dir edit and readdir/d_revalidate by David Howells · 4 years, 9 months ago
  6. 3efe55b afs: Fix length of dump of bad YFSFetchStatus record by David Howells · 4 years, 9 months ago
  7. b98f0ec afs: Fix rename operation status delivery by David Howells · 4 years, 9 months ago
  8. 3e0d989 afs: Fix decoding of inline abort codes from version 1 status records by David Howells · 4 years, 9 months ago
  9. c72057b afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus() by David Howells · 4 years, 9 months ago
  10. 9efcc4a1 afs: Fix unpinned address list during probing by David Howells · 4 years, 10 months ago
  11. 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  12. 7d7587d afs: Fix client call Rx-phase signal handling by David Howells · 4 years, 10 months ago
  13. dde9f09 afs: Fix handling of an abort from a service handler by David Howells · 4 years, 10 months ago
  14. 4636cf1 afs: Fix some tracing details by David Howells · 4 years, 10 months ago
  15. e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 4 years, 10 months ago
  16. ddd2b85 afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_t by Jann Horn · 4 years, 10 months ago
  17. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  18. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  19. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  20. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
  21. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  22. a45ea48 afs: Fix characters allowed into cell names by David Howells · 5 years ago
  23. e033e7d Merge branch 'dhowells' (patches from DavidH) by Linus Torvalds · 5 years ago
  24. f52b83b afs: Fix afs_lookup() to not clobber the version on a new dentry by David Howells · 5 years ago
  25. 40a708b afs: Fix use-after-loss-of-ref by David Howells · 5 years ago
  26. 5055980 afs: Show volume name in /proc/net/afs/<cell>/volumes by David Howells · 5 years ago
  27. 106bc79 afs: Fix missing cell comparison in afs_test_super() by David Howells · 5 years ago
  28. 1da4bd9 afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP by David Howells · 5 years ago
  29. 158d583 afs: Fix mountpoint parsing by David Howells · 5 years ago
  30. bcbccaf afs: Fix SELinux setting security label on /afs by David Howells · 5 years ago
  31. 9bd0160 afs: Fix afs_find_server lookups for ipv4 peers by Marc Dionne · 5 years ago
  32. 4a55d36 Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  33. 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  34. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  35. b485275 afs: Fix large file support by Marc Dionne · 5 years ago
  36. cd34070 afs: Fix possible assert with callbacks from yfs servers by Marc Dionne · 5 years ago
  37. 4fe171b afs: Remove set but not used variable 'ret' by zhengbin · 5 years ago
  38. 51590df afs: Remove set but not used variables 'before', 'after' by zhengbin · 5 years ago
  39. 2e2fae9 afs: xattr: use scnprintf by Mark Salyzyn · 5 years ago
  40. d4438a2 afs: Introduce an afs_get_read() refcount helper by David Howells · 5 years ago
  41. 0b9c017 afs: Rename desc -> req in afs_fetch_data() by David Howells · 5 years ago
  42. fc27612 afs: Switch the naming of call->iter and call->_iter by David Howells · 5 years ago
  43. 1b87b02 afs: Use call->_iter not &call->iter in debugging statements by David Howells · 5 years ago
  44. c74386d afs: Fix missing timeout reset by David Howells · 5 years ago
  45. a28f239 afs: Fix race in commit bulk status fetch by David Howells · 5 years ago
  46. 62860da fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
  47. a4e530a fs: afs: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  48. 1eb80d6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  49. 473ef57 afs dynroot: switch to simple_dir_operations by Al Viro · 5 years ago
  50. a0753c2 afs: Support RCU pathwalk by David Howells · 6 years ago
  51. 8b6a666 afs: Provide an RCU-capable key lookup by David Howells · 6 years ago
  52. 23a2891 afs: Use afs_extract_discard() rather than iov_iter_discard() by David Howells · 5 years ago
  53. 52c9c130 afs: remove unused variable 'afs_zero_fid' by YueHaibing · 5 years ago
  54. cacf2d7 afs: remove unused variable 'afs_voltypes' by YueHaibing · 5 years ago
  55. 7533be8 afs: use correct afs_call_type in yfs_fs_store_opaque_acl2 by YueHaibing · 5 years ago
  56. c4c613f afs: Fix possible oops in afs_lookup trace event by Marc Dionne · 5 years ago
  57. a5fb8e6 afs: Fix leak in afs_lookup_cell_rcu() by David Howells · 5 years ago
  58. 9dd0b82 afs: Fix missing dentry data version updating by David Howells · 5 years ago
  59. 5dc8485 afs: Only update d_fsdata if different in afs_d_revalidate() by David Howells · 5 years ago
  60. 37c0bbb afs: Fix off-by-one in afs_rename() expected data version calculation by David Howells · 5 years ago
  61. a6eed4a fs: afs: Fix a possible null-pointer dereference in afs_put_read() by Jia-Ju Bai · 5 years ago
  62. 4a46fdb afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u() by Marc Dionne · 5 years ago
  63. 2067b2b afs: Fix the CB.ProbeUuid service handler to reply correctly by David Howells · 5 years ago
  64. 2988160 afs: fsclient: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  65. 35a3a90 afs: yfsclient: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  66. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  67. 8dda995 Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  68. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  69. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
  70. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  71. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  72. 1eda8ba afs: Add support for the UAE error table by David Howells · 6 years ago
  73. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  74. cd0f3aa Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  75. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  76. a58946c keys: Pass the network namespace into request_key mechanism by David Howells · 6 years ago
  77. ee10258 fs/afs: use struct_size() in kzalloc() by Zhengyuan Liu · 6 years ago
  78. 4521819 afs: Trace afs_server usage by David Howells · 6 years ago
  79. 051d252 afs: Add some callback management tracepoints by David Howells · 6 years ago
  80. fa59f52 afs: afs_unlink() doesn't need to check dentry->d_inode by David Howells · 6 years ago
  81. 2cd42d1 afs: Fix setting of i_blocks by David Howells · 6 years ago
  82. 90fa9b6 afs: Fix uninitialised spinlock afs_volume::cb_break_lock by David Howells · 6 years ago
  83. a6853b9 afs: Fix vlserver record corruption by David Howells · 6 years ago
  84. 3647e42 afs: Fix over zealous "vnode modified" warnings by David Howells · 6 years ago
  85. 4924646 fsnotify: move fsnotify_nameremove() hook out of d_delete() by Amir Goldstein · 6 years ago
  86. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. 35ebfc2 afs: do not send list of client addresses by Florian Westphal · 6 years ago
  88. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  89. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  90. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  91. 39db981 afs: Fix application of the results of a inline bulk status fetch by David Howells · 6 years ago
  92. b835915 afs: Pass pre-fetch server and volume break counts into afs_iget5_set() by David Howells · 6 years ago
  93. a38a755 afs: Fix unlink to handle YFS.RemoveFile2 better by David Howells · 6 years ago
  94. 61c347b afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiry by David Howells · 6 years ago
  95. f642404 afs: Make vnode->cb_interest RCU safe by David Howells · 6 years ago
  96. c925bd0 afs: Split afs_validate() so first part can be used under LOOKUP_RCU by David Howells · 6 years ago
  97. 7c71245 afs: Don't save callback version and type fields by David Howells · 6 years ago
  98. a58823a afs: Fix application of status and callback to be under same lock by David Howells · 6 years ago
  99. 4571577 afs: Always get the reply time by David Howells · 6 years ago
  100. 8718275 afs: Fix order-1 allocation in afs_do_lookup() by David Howells · 6 years ago