1. 35dbfba afs: Implement the YFS cache manager service by David Howells · 6 years ago
  2. 06aeb29 afs: Remove callback details from afs_callback_break struct by David Howells · 6 years ago
  3. 0067191 afs: Commit the status on a new file/dir/symlink by David Howells · 6 years ago
  4. 3b6492d afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS by David Howells · 6 years ago
  5. 2a0b4f6 afs: Don't invoke the server to read data beyond EOF by David Howells · 6 years ago
  6. f51375c afs: Add a couple of tracepoints to log I/O errors by David Howells · 6 years ago
  7. 4ac15ea afs: Handle EIO from delivery function by David Howells · 6 years ago
  8. ded2f4c afs: Fix TTL on VL server and address lists by David Howells · 6 years ago
  9. 0a5143f afs: Implement VL server rotation by David Howells · 6 years ago
  10. e7f680f afs: Improve FS server rotation error handling by David Howells · 6 years ago
  11. 12bdcf3 afs: Set up the iov_iter before calling afs_extract_data() by David Howells · 6 years ago
  12. 160cb95 afs: Better tracing of protocol errors by David Howells · 6 years ago
  13. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  14. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  15. f0a7d18 afs: Fix clearance of reply by David Howells · 6 years ago
  16. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  17. f014ffb afs: Fix afs_server struct leak by David Howells · 6 years ago
  18. 6b3944e afs: Fix cell proc list by David Howells · 6 years ago
  19. 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
  20. 66be646 afs: Sort address lists so that they are in logical ascending order by David Howells · 6 years ago
  21. 4c19bbd afs: Always build address lists using the helper functions by David Howells · 6 years ago
  22. 68eb64c afs: Do better max capacity handling on address lists by David Howells · 6 years ago
  23. ecfe951 afs: Fix cell specification to permit an empty address list by David Howells · 6 years ago
  24. 0722f18 fs/afs: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  25. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  26. 4d2a073 Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  27. 1401a0f afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT) by Al Viro · 7 years ago
  28. 34b2a88 afs_lookup(): switch to d_splice_alias() by Al Viro · 7 years ago
  29. 855371b afs: switch dynroot lookups to d_splice_alias() by Al Viro · 7 years ago
  30. eb9950e rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller by David Howells · 6 years ago
  31. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  32. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  33. 47ea0f2 afs: Optimise callback breaking by not repeating volume lookup by David Howells · 7 years ago
  34. 0da0b7f afs: Display manually added cells in dynamic root mount by David Howells · 7 years ago
  35. c88d5a7 afs: Enable IPv6 DNS lookups by David Howells · 7 years ago
  36. 0aac4bce afs: Show all of a server's addresses in /proc/fs/afs/servers by David Howells · 7 years ago
  37. b6cfbec afs: Handle CONFIG_PROC_FS=n by David Howells · 7 years ago
  38. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  39. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  40. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  41. 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
  42. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  43. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  44. 1a02502 rxrpc: Fix handling of call quietly cancelled out on server by David Howells · 7 years ago
  45. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  46. de52cf9 Merge tag 'afs-fixes-20180514' into afs-proc by Al Viro · 7 years ago
  47. 5b86d4f afs: Implement network namespacing by David Howells · 7 years ago
  48. 1588def afs: Mark afs_net::ws_cell as __rcu and set using rcu functions by David Howells · 7 years ago
  49. c875c76 afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus() by David Howells · 7 years ago
  50. 5d9de25 afs: Rearrange fs/afs/proc.c to remove remaining predeclarations. by David Howells · 7 years ago
  51. f069168 afs: Rearrange fs/afs/proc.c to move the show routines up by David Howells · 7 years ago
  52. 22ade7e afs: Rearrange fs/afs/proc.c by moving fops and open functions down by David Howells · 7 years ago
  53. 10495a0 afs: Move /proc management functions to the end of the file by David Howells · 7 years ago
  54. 1fba586 afs: Fix mounting of backup volumes by Marc Dionne · 7 years ago
  55. 378831e afs: Fix directory permissions check by David Howells · 7 years ago
  56. 353861c afs: simplify procfs code by Christoph Hellwig · 7 years ago
  57. 4776cab afs: Fix the non-encryption of calls by David Howells · 7 years ago
  58. 428edad afs: Fix CB.CallBack handling by David Howells · 7 years ago
  59. 68251f0 afs: Fix whole-volume callback handling by David Howells · 7 years ago
  60. f9c1bba afs: Fix afs_find_server search loop by Marc Dionne · 7 years ago
  61. a86b06d afs: Fix the handling of an unfound server in CM operations by David Howells · 7 years ago
  62. 3709a39 afs: Add a tracepoint to record callbacks from unlisted servers by David Howells · 7 years ago
  63. 001ab5a67 afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID by David Howells · 7 years ago
  64. 3d9fa91 afs: Fix VNOVOL handling in address rotation by David Howells · 7 years ago
  65. 684b0f6 afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility by David Howells · 7 years ago
  66. ec5a3b4 afs: Fix server rotation's handling of fileserver probe failure by David Howells · 7 years ago
  67. d4a96bec afs: Fix refcounting in callback registration by David Howells · 7 years ago
  68. f2686b0 afs: Fix giving up callbacks on server destruction by David Howells · 7 years ago
  69. 01fd79e afs: Fix address list parsing by David Howells · 7 years ago
  70. b61f7dc afs: Fix directory page locking by David Howells · 7 years ago
  71. 6606259 afs: Fix server record deletion by David Howells · 7 years ago
  72. 19e8a2f Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  73. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  74. 5a81327 afs: Do better accretion of small writes on newly created content by David Howells · 7 years ago
  75. 76a5cb6 afs: Add stats for data transfer operations by David Howells · 7 years ago
  76. 5f702c8 afs: Trace protocol errors by David Howells · 7 years ago
  77. 63a4681 afs: Locally edit directory data for mkdir/create/unlink/... by David Howells · 7 years ago
  78. 0031763 afs: Adjust the directory XDR structures by David Howells · 7 years ago
  79. 4ea219a afs: Split the directory content defs into a header by David Howells · 7 years ago
  80. f3ddee8 afs: Fix directory handling by David Howells · 7 years ago
  81. 66c7e1d afs: Split the dynroot stuff out and give it its own ops tables by David Howells · 7 years ago
  82. a4ff740 afs: Keep track of invalid-before version for dentry coherency by David Howells · 7 years ago
  83. dd9fbcb afs: Rearrange status mapping by David Howells · 7 years ago
  84. 0c3a5ac afs: Make it possible to get the data version in readpage by David Howells · 7 years ago
  85. 5800db8 afs: Init inode before accessing cache by David Howells · 7 years ago
  86. d55b4da afs: Introduce a statistics proc file by David Howells · 7 years ago
  87. 888b338 afs: Dump bad status record by David Howells · 7 years ago
  88. 37ab636 afs: Implement @cell substitution handling by David Howells · 7 years ago
  89. 6f8880d afs: Implement @sys substitution handling by David Howells · 7 years ago
  90. 5cf9dd5 afs: Prospectively look up extra files when doing a single lookup by David Howells · 7 years ago
  91. 17814ae afs: Don't over-increment the cell usage count when pinning it by David Howells · 7 years ago
  92. fe342cf afs: Fix checker warnings by David Howells · 7 years ago
  93. ee1235a fscache: Pass object size in rather than calling back for it by David Howells · 7 years ago
  94. 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 7 years ago
  95. 678edd0 afs: Be more aggressive in retiring cached vnodes by David Howells · 7 years ago
  96. 27a3ee3 afs: Use the vnode ID uniquifier in the cache key not the aux data by David Howells · 7 years ago
  97. c151599 afs: Invalidate cache on server data change by David Howells · 7 years ago
  98. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  99. a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
  100. ab1fbe3 sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago