1. 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
  2. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  3. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  4. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
  5. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  6. a45ea48 afs: Fix characters allowed into cell names by David Howells · 5 years ago
  7. e033e7d Merge branch 'dhowells' (patches from DavidH) by Linus Torvalds · 5 years ago
  8. f52b83b afs: Fix afs_lookup() to not clobber the version on a new dentry by David Howells · 5 years ago
  9. 40a708b afs: Fix use-after-loss-of-ref by David Howells · 5 years ago
  10. 5055980 afs: Show volume name in /proc/net/afs/<cell>/volumes by David Howells · 5 years ago
  11. 106bc79 afs: Fix missing cell comparison in afs_test_super() by David Howells · 5 years ago
  12. 1da4bd9 afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP by David Howells · 5 years ago
  13. 158d583 afs: Fix mountpoint parsing by David Howells · 5 years ago
  14. bcbccaf afs: Fix SELinux setting security label on /afs by David Howells · 5 years ago
  15. 9bd0160 afs: Fix afs_find_server lookups for ipv4 peers by Marc Dionne · 5 years ago
  16. 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
  17. 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
  18. 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
  19. b485275 afs: Fix large file support by Marc Dionne · 5 years ago
  20. cd34070 afs: Fix possible assert with callbacks from yfs servers by Marc Dionne · 5 years ago
  21. 4fe171b afs: Remove set but not used variable 'ret' by zhengbin · 5 years ago
  22. 51590df afs: Remove set but not used variables 'before', 'after' by zhengbin · 5 years ago
  23. 2e2fae9 afs: xattr: use scnprintf by Mark Salyzyn · 5 years ago
  24. d4438a2 afs: Introduce an afs_get_read() refcount helper by David Howells · 5 years ago
  25. 0b9c017 afs: Rename desc -> req in afs_fetch_data() by David Howells · 5 years ago
  26. fc27612 afs: Switch the naming of call->iter and call->_iter by David Howells · 5 years ago
  27. 1b87b02 afs: Use call->_iter not &call->iter in debugging statements by David Howells · 5 years ago
  28. c74386d afs: Fix missing timeout reset by David Howells · 5 years ago
  29. a28f239 afs: Fix race in commit bulk status fetch by David Howells · 5 years ago
  30. 62860da fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
  31. a4e530a fs: afs: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  32. 1eb80d6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  33. 473ef57 afs dynroot: switch to simple_dir_operations by Al Viro · 5 years ago
  34. a0753c2 afs: Support RCU pathwalk by David Howells · 6 years ago
  35. 8b6a666 afs: Provide an RCU-capable key lookup by David Howells · 6 years ago
  36. 23a2891 afs: Use afs_extract_discard() rather than iov_iter_discard() by David Howells · 5 years ago
  37. 52c9c130 afs: remove unused variable 'afs_zero_fid' by YueHaibing · 5 years ago
  38. cacf2d7 afs: remove unused variable 'afs_voltypes' by YueHaibing · 5 years ago
  39. 7533be8 afs: use correct afs_call_type in yfs_fs_store_opaque_acl2 by YueHaibing · 5 years ago
  40. c4c613f afs: Fix possible oops in afs_lookup trace event by Marc Dionne · 5 years ago
  41. a5fb8e6 afs: Fix leak in afs_lookup_cell_rcu() by David Howells · 5 years ago
  42. 9dd0b82 afs: Fix missing dentry data version updating by David Howells · 5 years ago
  43. 5dc8485 afs: Only update d_fsdata if different in afs_d_revalidate() by David Howells · 5 years ago
  44. 37c0bbb afs: Fix off-by-one in afs_rename() expected data version calculation by David Howells · 5 years ago
  45. a6eed4a fs: afs: Fix a possible null-pointer dereference in afs_put_read() by Jia-Ju Bai · 5 years ago
  46. 4a46fdb afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u() by Marc Dionne · 5 years ago
  47. 2067b2b afs: Fix the CB.ProbeUuid service handler to reply correctly by David Howells · 5 years ago
  48. 2988160 afs: fsclient: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  49. 35a3a90 afs: yfsclient: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  50. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  51. 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
  52. 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
  53. 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
  54. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  55. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  56. 1eda8ba afs: Add support for the UAE error table by David Howells · 6 years ago
  57. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  58. 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
  59. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  60. a58946c keys: Pass the network namespace into request_key mechanism by David Howells · 6 years ago
  61. ee10258 fs/afs: use struct_size() in kzalloc() by Zhengyuan Liu · 6 years ago
  62. 4521819 afs: Trace afs_server usage by David Howells · 6 years ago
  63. 051d252 afs: Add some callback management tracepoints by David Howells · 6 years ago
  64. fa59f52 afs: afs_unlink() doesn't need to check dentry->d_inode by David Howells · 6 years ago
  65. 2cd42d1 afs: Fix setting of i_blocks by David Howells · 6 years ago
  66. 90fa9b6 afs: Fix uninitialised spinlock afs_volume::cb_break_lock by David Howells · 6 years ago
  67. a6853b9 afs: Fix vlserver record corruption by David Howells · 6 years ago
  68. 3647e42 afs: Fix over zealous "vnode modified" warnings by David Howells · 6 years ago
  69. 4924646 fsnotify: move fsnotify_nameremove() hook out of d_delete() by Amir Goldstein · 6 years ago
  70. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. 35ebfc2 afs: do not send list of client addresses by Florian Westphal · 6 years ago
  72. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  73. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  74. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  75. 39db981 afs: Fix application of the results of a inline bulk status fetch by David Howells · 6 years ago
  76. b835915 afs: Pass pre-fetch server and volume break counts into afs_iget5_set() by David Howells · 6 years ago
  77. a38a755 afs: Fix unlink to handle YFS.RemoveFile2 better by David Howells · 6 years ago
  78. 61c347b afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiry by David Howells · 6 years ago
  79. f642404 afs: Make vnode->cb_interest RCU safe by David Howells · 6 years ago
  80. c925bd0 afs: Split afs_validate() so first part can be used under LOOKUP_RCU by David Howells · 6 years ago
  81. 7c71245 afs: Don't save callback version and type fields by David Howells · 6 years ago
  82. a58823a afs: Fix application of status and callback to be under same lock by David Howells · 6 years ago
  83. 4571577 afs: Always get the reply time by David Howells · 6 years ago
  84. 8718275 afs: Fix order-1 allocation in afs_do_lookup() by David Howells · 6 years ago
  85. ffba718 afs: Get rid of afs_call::reply[] by David Howells · 6 years ago
  86. fefb248 afs: Don't pass the vnode pointer through into the inline bulk status op by David Howells · 6 years ago
  87. fd71158 afs: Fix double inc of vnode->cb_break by David Howells · 6 years ago
  88. c7226e4 afs: Fix lock-wait/callback-break double locking by David Howells · 6 years ago
  89. d9052dd afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not set by David Howells · 6 years ago
  90. 7810705 afs: Fix calculation of callback expiry time by David Howells · 6 years ago
  91. 3b05e52 afs: Make dynamic root population wait uninterruptibly for proc_cells_lock by David Howells · 6 years ago
  92. 20b8391 afs: Make some RPC operations non-interruptible by David Howells · 6 years ago
  93. b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
  94. 0ab4c95 afs: Fix error propagation from server record check/update by David Howells · 6 years ago
  95. 94f699c afs: Fix the maximum lifespan of VL and probe calls by David Howells · 6 years ago
  96. 51eba99 afs: Fix "kAFS: AFS vnode with undefined type 0" by David Howells · 6 years ago
  97. d5c32c8 afs: Fix cell DNS lookup by David Howells · 6 years ago
  98. d0660f0 dns_resolver: Allow used keys to be invalidated by David Howells · 6 years ago
  99. ca1cbbd afs: Fix afs_cell records to always have a VL server list record by David Howells · 6 years ago
  100. 6b8812f afs: Fix missing lock when replacing VL server list by David Howells · 6 years ago