1. a38a755 afs: Fix unlink to handle YFS.RemoveFile2 better by David Howells · 6 years ago
  2. 61c347b afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiry by David Howells · 6 years ago
  3. f642404 afs: Make vnode->cb_interest RCU safe by David Howells · 6 years ago
  4. c925bd0 afs: Split afs_validate() so first part can be used under LOOKUP_RCU by David Howells · 6 years ago
  5. 7c71245 afs: Don't save callback version and type fields by David Howells · 6 years ago
  6. a58823a afs: Fix application of status and callback to be under same lock by David Howells · 6 years ago
  7. 4571577 afs: Always get the reply time by David Howells · 6 years ago
  8. 8718275 afs: Fix order-1 allocation in afs_do_lookup() by David Howells · 6 years ago
  9. ffba718 afs: Get rid of afs_call::reply[] by David Howells · 6 years ago
  10. fefb248 afs: Don't pass the vnode pointer through into the inline bulk status op by David Howells · 6 years ago
  11. fd71158 afs: Fix double inc of vnode->cb_break by David Howells · 6 years ago
  12. c7226e4 afs: Fix lock-wait/callback-break double locking by David Howells · 6 years ago
  13. d9052dd afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not set by David Howells · 6 years ago
  14. 7810705 afs: Fix calculation of callback expiry time by David Howells · 6 years ago
  15. 3b05e52 afs: Make dynamic root population wait uninterruptibly for proc_cells_lock by David Howells · 6 years ago
  16. 20b8391 afs: Make some RPC operations non-interruptible by David Howells · 6 years ago
  17. b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
  18. 0ab4c95 afs: Fix error propagation from server record check/update by David Howells · 6 years ago
  19. 94f699c afs: Fix the maximum lifespan of VL and probe calls by David Howells · 6 years ago
  20. 51eba99 afs: Fix "kAFS: AFS vnode with undefined type 0" by David Howells · 6 years ago
  21. d5c32c8 afs: Fix cell DNS lookup by David Howells · 6 years ago
  22. d0660f0 dns_resolver: Allow used keys to be invalidated by David Howells · 6 years ago
  23. ca1cbbd afs: Fix afs_cell records to always have a VL server list record by David Howells · 6 years ago
  24. 6b8812f afs: Fix missing lock when replacing VL server list by David Howells · 6 years ago
  25. 773e0c4 afs: Fix afs_xattr_get_yfs() to not try freeing an error value by David Howells · 6 years ago
  26. cc1dd5c afs: Fix incorrect error handling in afs_xattr_get_acl() by David Howells · 6 years ago
  27. a1b879e afs: Fix key leak in afs_release() and afs_evict_inode() by David Howells · 6 years ago
  28. e5fef2a Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  29. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  30. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  31. f5e4546 afs: Implement YFS ACL setting by David Howells · 6 years ago
  32. ae46578 afs: Get YFS ACLs and information through xattrs by David Howells · 6 years ago
  33. b10494a afs: implement acl setting by Joe Gorse · 6 years ago
  34. 260f082 afs: Get an AFS3 ACL as an xattr by David Howells · 6 years ago
  35. a2f611a afs: Fix getting the afs.fid xattr by David Howells · 6 years ago
  36. c73aa41 afs: Fix the afs.cell and afs.volume xattr handlers by David Howells · 6 years ago
  37. c0abbb5 afs: Calculate i_blocks based on file size by Marc Dionne · 6 years ago
  38. b134d68 afs: Log more information for "kAFS: AFS vnode with undefined type\n" by David Howells · 6 years ago
  39. 51b9fe4 afs: switch to use of ->free_inode() by Al Viro · 6 years ago
  40. 6c6c1d6 afs: Provide mount-time configurable byte-range file locking emulation by David Howells · 6 years ago
  41. 80548b0 afs: Add more tracepoints by David Howells · 6 years ago
  42. 79ddbfa afs: Implement sillyrename for unlink and rename by David Howells · 6 years ago
  43. 99987c56 afs: Add directory reload tracepoint by David Howells · 6 years ago
  44. cdfb26b afs: Handle lock rpc ops failing on a file that got deleted by David Howells · 6 years ago
  45. 445b102 afs: Improve dir check failure reports by David Howells · 6 years ago
  46. d469660 afs: Add file locking tracepoints by David Howells · 6 years ago
  47. 4be5975 afs: Further fix file locking by David Howells · 6 years ago
  48. 68ce801 afs: Fix AFS file locking to allow fine grained locks by David Howells · 6 years ago
  49. a690f60 afs: Calculate lock extend timer from set/extend reply reception by David Howells · 6 years ago
  50. 0b9bf38 afs: Split wait from afs_make_call() by David Howells · 6 years ago
  51. eeba1e9 afs: Fix in-progess ops to ignore server-level callback invalidation by David Howells · 6 years ago
  52. 21bd68f afs: Unlock pages for __pagevec_release() by Marc Dionne · 6 years ago
  53. 8022c4b afs: Differentiate abort due to unmarshalling from other errors by David Howells · 6 years ago
  54. d2abfa86 afs: Avoid section confusion in CM_NAME by Andi Kleen · 6 years ago
  55. ba25b81 afs: avoid deprecated get_seconds() by Arnd Bergmann · 6 years ago
  56. f7f1dd3 afs: Check for rxrpc call completion in wait loop by Marc Dionne · 6 years ago
  57. 4611da3 rxrpc: Make rxrpc_kernel_check_life() indicate if call completed by Marc Dionne · 6 years ago
  58. e690c9e afs: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  59. 8c7ae38 afs: Fix StoreData op marshalling by David Howells · 6 years ago
  60. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  61. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  62. c99c217 afs: Use fs_context to pass parameters over automount by David Howells · 6 years ago
  63. 13fcc68 afs: Add fs_context support by David Howells · 6 years ago
  64. 7d762d69 afs: Fix manually set volume location server list by David Howells · 6 years ago
  65. 34fa476 afs: Fix race in async call refcounting by David Howells · 6 years ago
  66. 7a75b00 afs: Provide a function to get a ref on a call by David Howells · 6 years ago
  67. 59d4907 afs: Fix key refcounting in file locking code by David Howells · 6 years ago
  68. 4882a27 afs: Don't set vnode->cb_s_break in afs_validate() by Marc Dionne · 6 years ago
  69. 5edc22c afs: Set correct lock type for the yfs CreateFile by Marc Dionne · 6 years ago
  70. c2b8bd4 afs: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  71. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  72. 08d405c fs/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  73. 5f1ca5c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  74. 73116df afs: Use d_instantiate() rather than d_add() and don't d_drop() by David Howells · 6 years ago
  75. 4584ae9 afs: Fix missing net error handling by David Howells · 6 years ago
  76. ae3b736 afs: Fix validation/callback interaction by David Howells · 6 years ago
  77. 7150cea rxrpc: Fix life check by David Howells · 6 years ago
  78. 3bf0fb6 afs: Probe multiple fileservers simultaneously by David Howells · 6 years ago
  79. 18ac618 afs: Fix callback handling by David Howells · 6 years ago
  80. 2feeaf8 afs: Eliminate the address pointer from the address list cursor by David Howells · 6 years ago
  81. 744bcd7 afs: Allow dumping of server cursor on operation failure by David Howells · 6 years ago
  82. 30062bd afs: Implement YFS support in the fs client by David Howells · 6 years ago
  83. d493680 afs: Expand data structure fields to support YFS by David Howells · 6 years ago
  84. f58db83 afs: Get the target vnode in afs_rmdir() and get a callback on it by David Howells · 6 years ago
  85. 12d8e95 afs: Calc callback expiry in op reply delivery by David Howells · 6 years ago
  86. 36bb5f4 afs: Fix FS.FetchStatus delivery from updating wrong vnode by David Howells · 6 years ago
  87. 35dbfba afs: Implement the YFS cache manager service by David Howells · 6 years ago
  88. 06aeb29 afs: Remove callback details from afs_callback_break struct by David Howells · 6 years ago
  89. 0067191 afs: Commit the status on a new file/dir/symlink by David Howells · 6 years ago
  90. 3b6492d afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS by David Howells · 6 years ago
  91. 2a0b4f6 afs: Don't invoke the server to read data beyond EOF by David Howells · 6 years ago
  92. f51375c afs: Add a couple of tracepoints to log I/O errors by David Howells · 6 years ago
  93. 4ac15ea afs: Handle EIO from delivery function by David Howells · 6 years ago
  94. ded2f4c afs: Fix TTL on VL server and address lists by David Howells · 6 years ago
  95. 0a5143f afs: Implement VL server rotation by David Howells · 6 years ago
  96. e7f680f afs: Improve FS server rotation error handling by David Howells · 6 years ago
  97. 12bdcf3 afs: Set up the iov_iter before calling afs_extract_data() by David Howells · 6 years ago
  98. 160cb95 afs: Better tracing of protocol errors by David Howells · 6 years ago
  99. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  100. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago