1. 13fcc68 afs: Add fs_context support by David Howells · 6 years ago
  2. 4584ae9 afs: Fix missing net error handling by David Howells · 6 years ago
  3. 3bf0fb6 afs: Probe multiple fileservers simultaneously by David Howells · 6 years ago
  4. 18ac618 afs: Fix callback handling by David Howells · 6 years ago
  5. 2feeaf8 afs: Eliminate the address pointer from the address list cursor by David Howells · 6 years ago
  6. 744bcd7 afs: Allow dumping of server cursor on operation failure by David Howells · 6 years ago
  7. 30062bd afs: Implement YFS support in the fs client by David Howells · 6 years ago
  8. 12d8e95 afs: Calc callback expiry in op reply delivery by David Howells · 6 years ago
  9. f51375c afs: Add a couple of tracepoints to log I/O errors by David Howells · 6 years ago
  10. 0a5143f afs: Implement VL server rotation by David Howells · 6 years ago
  11. e7f680f afs: Improve FS server rotation error handling by David Howells · 6 years ago
  12. 12bdcf3 afs: Set up the iov_iter before calling afs_extract_data() by David Howells · 6 years ago
  13. 160cb95 afs: Better tracing of protocol errors by David Howells · 6 years ago
  14. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  15. 6b3944e afs: Fix cell proc list by David Howells · 6 years ago
  16. 68eb64c afs: Do better max capacity handling on address lists by David Howells · 6 years ago
  17. 0722f18 fs/afs: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  18. 47ea0f2 afs: Optimise callback breaking by not repeating volume lookup by David Howells · 7 years ago
  19. 0da0b7f afs: Display manually added cells in dynamic root mount by David Howells · 7 years ago
  20. b6cfbec afs: Handle CONFIG_PROC_FS=n by David Howells · 7 years ago
  21. de52cf9 Merge tag 'afs-fixes-20180514' into afs-proc by Al Viro · 7 years ago
  22. 5b86d4f afs: Implement network namespacing by David Howells · 7 years ago
  23. 1588def afs: Mark afs_net::ws_cell as __rcu and set using rcu functions by David Howells · 7 years ago
  24. 68251f0 afs: Fix whole-volume callback handling by David Howells · 7 years ago
  25. d4a96bec afs: Fix refcounting in callback registration by David Howells · 7 years ago
  26. f2686b0 afs: Fix giving up callbacks on server destruction by David Howells · 7 years ago
  27. b61f7dc afs: Fix directory page locking by David Howells · 7 years ago
  28. 5a81327 afs: Do better accretion of small writes on newly created content by David Howells · 7 years ago
  29. 76a5cb6 afs: Add stats for data transfer operations by David Howells · 7 years ago
  30. 5f702c8 afs: Trace protocol errors by David Howells · 7 years ago
  31. 63a4681 afs: Locally edit directory data for mkdir/create/unlink/... by David Howells · 7 years ago
  32. f3ddee8 afs: Fix directory handling by David Howells · 7 years ago
  33. 66c7e1d afs: Split the dynroot stuff out and give it its own ops tables by David Howells · 7 years ago
  34. a4ff740 afs: Keep track of invalid-before version for dentry coherency by David Howells · 7 years ago
  35. dd9fbcb afs: Rearrange status mapping by David Howells · 7 years ago
  36. 0c3a5ac afs: Make it possible to get the data version in readpage by David Howells · 7 years ago
  37. d55b4da afs: Introduce a statistics proc file by David Howells · 7 years ago
  38. 6f8880d afs: Implement @sys substitution handling by David Howells · 7 years ago
  39. 5cf9dd5 afs: Prospectively look up extra files when doing a single lookup by David Howells · 7 years ago
  40. fe342cf afs: Fix checker warnings by David Howells · 7 years ago
  41. 402cb8d fscache: Attach the index key and aux data to the cookie by David Howells · 7 years ago
  42. a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
  43. 4d673da afs: Support the AFS dynamic root by David Howells · 7 years ago
  44. f8de483 afs: Properly reset afs_vnode (inode) fields by David Howells · 7 years ago
  45. 0fafdc9 afs: Fix file locking by David Howells · 7 years ago
  46. 98bf40c afs: Protect call->state changes against signals by David Howells · 7 years ago
  47. 1cf7a15 afs: Implement shared-writeable mmap by David Howells · 7 years ago
  48. 4343d00 afs: Get rid of the afs_writeback record by David Howells · 7 years ago
  49. 215804a afs: Introduce a file-private data record by David Howells · 7 years ago
  50. dab17c1 afs: Fix directory read/modify race by David Howells · 7 years ago
  51. 025db80 afs: Trace the initiation and completion of client calls by David Howells · 7 years ago
  52. bf99a53 afs: Make use of the YFS service upgrade to fully support IPv6 by David Howells · 7 years ago
  53. d2ddc77 afs: Overhaul volume and server record caching and fileserver rotation by David Howells · 7 years ago
  54. 8b2a464 afs: Add an address list concept by David Howells · 7 years ago
  55. 989782d afs: Overhaul cell database management by David Howells · 7 years ago
  56. be080a6 afs: Overhaul permit caching by David Howells · 7 years ago
  57. c435ee3 afs: Overhaul the callback handling by David Howells · 7 years ago
  58. d0676a1 afs: Rename struct afs_call server member to cm_server by David Howells · 7 years ago
  59. 33cd7f2 afs: Potentially return call->reply[0] from afs_make_call() by David Howells · 7 years ago
  60. 97e3043 afs: Condense afs_call's reply{,2,3,4} into an array by David Howells · 7 years ago
  61. f780c8e afs: Consolidate abort_to_error translators by David Howells · 7 years ago
  62. 4d9df98 afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr by David Howells · 7 years ago
  63. ad6a942 afs: Update the cache index structure by David Howells · 7 years ago
  64. 9ed900b afs: Push the net ns pointer to more places by David Howells · 7 years ago
  65. 49566f6 afs: Note the cell in the superblock info also by David Howells · 7 years ago
  66. 59fa1c4 afs: Fix server reaping by David Howells · 7 years ago
  67. f044c88 afs: Lay the groundwork for supporting network namespaces by David Howells · 7 years ago
  68. a68f4a2 rxrpc: Support service upgrade from a kernel service by David Howells · 7 years ago
  69. d3e3b7ea afs: Add metadata xattrs by David Howells · 8 years ago
  70. 41bb26f uuid,afs: move struct uuid_v1 back into afs by Christoph Hellwig · 8 years ago
  71. edd3ba9 afs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  72. 6a0e399 afs: Make struct afs_read::remain 64-bit by David Howells · 8 years ago
  73. 56e7143 afs: Prevent callback expiry timer overflow by Tina Ruchandani · 8 years ago
  74. 8a79790 afs: Migrate vlocation fields to 64-bit by Tina Ruchandani · 8 years ago
  75. 944c74f afs: Distinguish mountpoints from symlinks by file mode alone by David Howells · 8 years ago
  76. 58fed94 afs: Flush outstanding writes when an fd is closed by David Howells · 8 years ago
  77. e8e581a afs: Handle a short write to an AFS page by David Howells · 8 years ago
  78. 3448e65 afs: Kill struct afs_read::pg_offset by David Howells · 8 years ago
  79. bcd8927 afs: Deal with an empty callback array by Marc Dionne · 8 years ago
  80. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  81. b4db2b3 afs: Use core kernel UUID generation by Arnd Bergmann · 8 years ago
  82. ff54877 afs: Move UUID struct to linux/uuid.h by David Howells · 8 years ago
  83. 341f741 afs: Refcount the afs_call struct by David Howells · 8 years ago
  84. 56ff9c8 afs: Kill afs_wait_mode by David Howells · 8 years ago
  85. 8e8d7f1 afs: Add some tracepoints by David Howells · 8 years ago
  86. 196ee9c afs: Make afs_fs_fetch_data() take a list of pages by David Howells · 8 years ago
  87. 50a2c95 afs: call->operation_ID sometimes used as __be32 sometimes as u32 by David Howells · 8 years ago
  88. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 9 years ago
  89. 8324f0b rxrpc: Provide a way for AFS to ask for the peer address of a call by David Howells · 9 years ago
  90. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 9 years ago
  91. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 11 years ago
  92. 656f88d AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct* by David Howells · 11 years ago
  93. 50b5551 afs: switch to ->write_iter() by Al Viro · 11 years ago
  94. 0594994 afs: don't use PREPARE_WORK by Tejun Heo · 11 years ago
  95. b42d570 afs: get rid of junk in fs/afs/proc.c by Al Viro · 11 years ago
  96. 2c724fb afs: Read of file returns EBADMSG by Anton Blanchard · 13 years ago
  97. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 14 years ago
  98. 10556cb2 ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago
  99. d18610b AFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  100. 0ad53ee afs: add afs_wq and use it instead of the system workqueue by Tejun Heo · 14 years ago