1. 8c7ae38 afs: Fix StoreData op marshalling by David Howells · 6 years ago
  2. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  3. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  4. c99c217 afs: Use fs_context to pass parameters over automount by David Howells · 6 years ago
  5. 13fcc68 afs: Add fs_context support by David Howells · 6 years ago
  6. 7d762d69 afs: Fix manually set volume location server list by David Howells · 6 years ago
  7. 34fa476 afs: Fix race in async call refcounting by David Howells · 6 years ago
  8. 7a75b00 afs: Provide a function to get a ref on a call by David Howells · 6 years ago
  9. 59d4907 afs: Fix key refcounting in file locking code by David Howells · 6 years ago
  10. 4882a27 afs: Don't set vnode->cb_s_break in afs_validate() by Marc Dionne · 6 years ago
  11. 5edc22c afs: Set correct lock type for the yfs CreateFile by Marc Dionne · 6 years ago
  12. c2b8bd4 afs: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  13. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  14. 08d405c fs/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  15. 5f1ca5c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  16. 73116df afs: Use d_instantiate() rather than d_add() and don't d_drop() by David Howells · 6 years ago
  17. 4584ae9 afs: Fix missing net error handling by David Howells · 6 years ago
  18. ae3b736 afs: Fix validation/callback interaction by David Howells · 6 years ago
  19. 7150cea rxrpc: Fix life check by David Howells · 6 years ago
  20. 3bf0fb6 afs: Probe multiple fileservers simultaneously by David Howells · 6 years ago
  21. 18ac618 afs: Fix callback handling by David Howells · 6 years ago
  22. 2feeaf8 afs: Eliminate the address pointer from the address list cursor by David Howells · 6 years ago
  23. 744bcd7 afs: Allow dumping of server cursor on operation failure by David Howells · 6 years ago
  24. 30062bd afs: Implement YFS support in the fs client by David Howells · 6 years ago
  25. d493680 afs: Expand data structure fields to support YFS by David Howells · 6 years ago
  26. f58db83 afs: Get the target vnode in afs_rmdir() and get a callback on it by David Howells · 6 years ago
  27. 12d8e95 afs: Calc callback expiry in op reply delivery by David Howells · 6 years ago
  28. 36bb5f4 afs: Fix FS.FetchStatus delivery from updating wrong vnode by David Howells · 6 years ago
  29. 35dbfba afs: Implement the YFS cache manager service by David Howells · 6 years ago
  30. 06aeb29 afs: Remove callback details from afs_callback_break struct by David Howells · 6 years ago
  31. 0067191 afs: Commit the status on a new file/dir/symlink by David Howells · 6 years ago
  32. 3b6492d afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS by David Howells · 6 years ago
  33. 2a0b4f6 afs: Don't invoke the server to read data beyond EOF by David Howells · 6 years ago
  34. f51375c afs: Add a couple of tracepoints to log I/O errors by David Howells · 6 years ago
  35. 4ac15ea afs: Handle EIO from delivery function by David Howells · 6 years ago
  36. ded2f4c afs: Fix TTL on VL server and address lists by David Howells · 6 years ago
  37. 0a5143f afs: Implement VL server rotation by David Howells · 6 years ago
  38. e7f680f afs: Improve FS server rotation error handling by David Howells · 6 years ago
  39. 12bdcf3 afs: Set up the iov_iter before calling afs_extract_data() by David Howells · 6 years ago
  40. 160cb95 afs: Better tracing of protocol errors by David Howells · 6 years ago
  41. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  42. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. f0a7d18 afs: Fix clearance of reply by David Howells · 6 years ago
  44. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  45. f014ffb afs: Fix afs_server struct leak by David Howells · 6 years ago
  46. 6b3944e afs: Fix cell proc list by David Howells · 6 years ago
  47. 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
  48. 66be646 afs: Sort address lists so that they are in logical ascending order by David Howells · 6 years ago
  49. 4c19bbd afs: Always build address lists using the helper functions by David Howells · 6 years ago
  50. 68eb64c afs: Do better max capacity handling on address lists by David Howells · 6 years ago
  51. ecfe951 afs: Fix cell specification to permit an empty address list by David Howells · 6 years ago
  52. 0722f18 fs/afs: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  53. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  54. 4d2a073 Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  55. 1401a0f afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT) by Al Viro · 7 years ago
  56. 34b2a88 afs_lookup(): switch to d_splice_alias() by Al Viro · 7 years ago
  57. 855371b afs: switch dynroot lookups to d_splice_alias() by Al Viro · 7 years ago
  58. eb9950e rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller by David Howells · 6 years ago
  59. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  60. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. 47ea0f2 afs: Optimise callback breaking by not repeating volume lookup by David Howells · 7 years ago
  62. 0da0b7f afs: Display manually added cells in dynamic root mount by David Howells · 7 years ago
  63. c88d5a7 afs: Enable IPv6 DNS lookups by David Howells · 7 years ago
  64. 0aac4bce afs: Show all of a server's addresses in /proc/fs/afs/servers by David Howells · 7 years ago
  65. b6cfbec afs: Handle CONFIG_PROC_FS=n by David Howells · 7 years ago
  66. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  67. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  68. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  69. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  70. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  71. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  72. 1a02502 rxrpc: Fix handling of call quietly cancelled out on server by David Howells · 7 years ago
  73. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  74. de52cf9 Merge tag 'afs-fixes-20180514' into afs-proc by Al Viro · 7 years ago
  75. 5b86d4f afs: Implement network namespacing by David Howells · 7 years ago
  76. 1588def afs: Mark afs_net::ws_cell as __rcu and set using rcu functions by David Howells · 7 years ago
  77. c875c76 afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus() by David Howells · 7 years ago
  78. 5d9de25 afs: Rearrange fs/afs/proc.c to remove remaining predeclarations. by David Howells · 7 years ago
  79. f069168 afs: Rearrange fs/afs/proc.c to move the show routines up by David Howells · 7 years ago
  80. 22ade7e afs: Rearrange fs/afs/proc.c by moving fops and open functions down by David Howells · 7 years ago
  81. 10495a0 afs: Move /proc management functions to the end of the file by David Howells · 7 years ago
  82. 1fba586 afs: Fix mounting of backup volumes by Marc Dionne · 7 years ago
  83. 378831e afs: Fix directory permissions check by David Howells · 7 years ago
  84. 353861c afs: simplify procfs code by Christoph Hellwig · 7 years ago
  85. 4776cab afs: Fix the non-encryption of calls by David Howells · 7 years ago
  86. 428edad afs: Fix CB.CallBack handling by David Howells · 7 years ago
  87. 68251f0 afs: Fix whole-volume callback handling by David Howells · 7 years ago
  88. f9c1bba afs: Fix afs_find_server search loop by Marc Dionne · 7 years ago
  89. a86b06d afs: Fix the handling of an unfound server in CM operations by David Howells · 7 years ago
  90. 3709a39 afs: Add a tracepoint to record callbacks from unlisted servers by David Howells · 7 years ago
  91. 001ab5a67 afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID by David Howells · 7 years ago
  92. 3d9fa91 afs: Fix VNOVOL handling in address rotation by David Howells · 7 years ago
  93. 684b0f6 afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility by David Howells · 7 years ago
  94. ec5a3b4 afs: Fix server rotation's handling of fileserver probe failure by David Howells · 7 years ago
  95. d4a96bec afs: Fix refcounting in callback registration by David Howells · 7 years ago
  96. f2686b0 afs: Fix giving up callbacks on server destruction by David Howells · 7 years ago
  97. 01fd79e afs: Fix address list parsing by David Howells · 7 years ago
  98. b61f7dc afs: Fix directory page locking by David Howells · 7 years ago
  99. 6606259 afs: Fix server record deletion by David Howells · 7 years ago
  100. 19e8a2f Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago