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