1. b537a3c2 afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server by David Howells · 3 years, 4 months ago
  2. b2db6c3 afs: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 7 months ago
  3. 5cbf039 afs: Use new netfs lib read helper API by David Howells · 5 years ago
  4. dc41918 afs: Use the fs operation ops to handle FetchData completion by David Howells · 4 years, 3 months ago
  5. bd80d8a afs: Use ITER_XARRAY for writing by David Howells · 5 years ago
  6. c450846 afs: Set up the iov_iter before calling afs_extract_data() by David Howells · 5 years ago
  7. f105da1 afs: Don't truncate iter during data fetch by David Howells · 5 years ago
  8. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  9. 2032596 afs: Reorganise volume and server trees to be rooted on the cell by David Howells · 4 years, 8 months ago
  10. e49c7b2 afs: Build an abstraction around an "operation" concept by David Howells · 4 years, 9 months ago
  11. a310082 afs: Rename struct afs_fs_cursor to afs_operation by David Howells · 4 years, 9 months ago
  12. 7126ead afs: Remove the error argument from afs_protocol_error() by David Howells · 4 years, 9 months ago
  13. 38355ee afs: Set error flag rather than return error from file status decode by David Howells · 4 years, 9 months ago
  14. f6cbb36 afs: Actively poll fileservers to maintain NAT or firewall openings by David Howells · 4 years, 8 months ago
  15. 977e5f8 afs: Split the usage count on struct afs_server by David Howells · 4 years, 8 months ago
  16. 9d1be4f afs: Don't unlock fetched data pages until the op completes successfully by David Howells · 4 years, 7 months ago
  17. b98f0ec afs: Fix rename operation status delivery by David Howells · 4 years, 9 months ago
  18. 3e0d989 afs: Fix decoding of inline abort codes from version 1 status records by David Howells · 4 years, 9 months ago
  19. c72057b afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus() by David Howells · 4 years, 9 months ago
  20. d4438a2 afs: Introduce an afs_get_read() refcount helper by David Howells · 5 years ago
  21. fc27612 afs: Switch the naming of call->iter and call->_iter by David Howells · 5 years ago
  22. 1b87b02 afs: Use call->_iter not &call->iter in debugging statements by David Howells · 5 years ago
  23. 23a2891 afs: Use afs_extract_discard() rather than iov_iter_discard() by David Howells · 5 years ago
  24. 52c9c130 afs: remove unused variable 'afs_zero_fid' by YueHaibing · 5 years ago
  25. 2988160 afs: fsclient: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  26. 8dda995 Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  27. 4521819 afs: Trace afs_server usage by David Howells · 6 years ago
  28. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  29. a38a755 afs: Fix unlink to handle YFS.RemoveFile2 better by David Howells · 6 years ago
  30. 7c71245 afs: Don't save callback version and type fields by David Howells · 6 years ago
  31. a58823a afs: Fix application of status and callback to be under same lock by David Howells · 6 years ago
  32. 4571577 afs: Always get the reply time by David Howells · 6 years ago
  33. 8718275 afs: Fix order-1 allocation in afs_do_lookup() by David Howells · 6 years ago
  34. ffba718 afs: Get rid of afs_call::reply[] by David Howells · 6 years ago
  35. fefb248 afs: Don't pass the vnode pointer through into the inline bulk status op by David Howells · 6 years ago
  36. 7810705 afs: Fix calculation of callback expiry time by David Howells · 6 years ago
  37. 20b8391 afs: Make some RPC operations non-interruptible by David Howells · 6 years ago
  38. 94f699c afs: Fix the maximum lifespan of VL and probe calls by David Howells · 6 years ago
  39. 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
  40. 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
  41. b10494a afs: implement acl setting by Joe Gorse · 6 years ago
  42. 260f082 afs: Get an AFS3 ACL as an xattr by David Howells · 6 years ago
  43. 6c6c1d6 afs: Provide mount-time configurable byte-range file locking emulation by David Howells · 6 years ago
  44. 80548b0 afs: Add more tracepoints by David Howells · 6 years ago
  45. a690f60 afs: Calculate lock extend timer from set/extend reply reception by David Howells · 6 years ago
  46. 0b9bf38 afs: Split wait from afs_make_call() by David Howells · 6 years ago
  47. e690c9e afs: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  48. 8c7ae38 afs: Fix StoreData op marshalling by David Howells · 6 years ago
  49. 3bf0fb6 afs: Probe multiple fileservers simultaneously by David Howells · 6 years ago
  50. 18ac618 afs: Fix callback handling by David Howells · 6 years ago
  51. 30062bd afs: Implement YFS support in the fs client by David Howells · 6 years ago
  52. d493680 afs: Expand data structure fields to support YFS by David Howells · 6 years ago
  53. 12d8e95 afs: Calc callback expiry in op reply delivery by David Howells · 6 years ago
  54. 36bb5f4 afs: Fix FS.FetchStatus delivery from updating wrong vnode by David Howells · 6 years ago
  55. 3b6492d afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS by David Howells · 6 years ago
  56. 12bdcf3 afs: Set up the iov_iter before calling afs_extract_data() by David Howells · 6 years ago
  57. 160cb95 afs: Better tracing of protocol errors by David Howells · 6 years ago
  58. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  59. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  60. de52cf9 Merge tag 'afs-fixes-20180514' into afs-proc by Al Viro · 7 years ago
  61. c875c76 afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus() by David Howells · 7 years ago
  62. 68251f0 afs: Fix whole-volume callback handling by David Howells · 7 years ago
  63. 684b0f6 afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility by David Howells · 7 years ago
  64. 5f702c8 afs: Trace protocol errors by David Howells · 7 years ago
  65. 63a4681 afs: Locally edit directory data for mkdir/create/unlink/... by David Howells · 7 years ago
  66. f3ddee8 afs: Fix directory handling by David Howells · 7 years ago
  67. a4ff740 afs: Keep track of invalid-before version for dentry coherency by David Howells · 7 years ago
  68. dd9fbcb afs: Rearrange status mapping by David Howells · 7 years ago
  69. 0c3a5ac afs: Make it possible to get the data version in readpage by David Howells · 7 years ago
  70. 888b338 afs: Dump bad status record by David Howells · 7 years ago
  71. 5cf9dd5 afs: Prospectively look up extra files when doing a single lookup by David Howells · 7 years ago
  72. a01179e afs: convert to new i_version API by Jeff Layton · 7 years ago
  73. 4343d00 afs: Get rid of the afs_writeback record by David Howells · 7 years ago
  74. 025db80 afs: Trace the initiation and completion of client calls by David Howells · 7 years ago
  75. d2ddc77 afs: Overhaul volume and server record caching and fileserver rotation by David Howells · 7 years ago
  76. 8b2a464 afs: Add an address list concept by David Howells · 7 years ago
  77. be080a6 afs: Overhaul permit caching by David Howells · 7 years ago
  78. c435ee3 afs: Overhaul the callback handling by David Howells · 7 years ago
  79. 97e3043 afs: Condense afs_call's reply{,2,3,4} into an array by David Howells · 7 years ago
  80. f780c8e afs: Consolidate abort_to_error translators by David Howells · 7 years ago
  81. 4d9df98 afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr by David Howells · 7 years ago
  82. f044c88 afs: Lay the groundwork for supporting network namespaces by David Howells · 7 years ago
  83. ab94f5d afs: Populate and use client modification time by Marc Dionne · 8 years ago
  84. 146a119 afs: Fix the maths in afs_fs_store_data() by David Howells · 8 years ago
  85. 6a0e399 afs: Make struct afs_read::remain 64-bit by David Howells · 8 years ago
  86. 29f0698 afs: Fix AFS read bug by David Howells · 8 years ago
  87. 56e7143 afs: Prevent callback expiry timer overflow by Tina Ruchandani · 8 years ago
  88. e8e581a afs: Handle a short write to an AFS page by David Howells · 8 years ago
  89. 6db3ac3 afs: Handle better the server returning excess or short data by David Howells · 8 years ago
  90. 56ff9c8 afs: Kill afs_wait_mode by David Howells · 8 years ago
  91. 196ee9c afs: Make afs_fs_fetch_data() take a list of pages by David Howells · 8 years ago
  92. 233c9ed afs: unmapping the wrong buffer by Dan Carpenter · 8 years ago
  93. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  94. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  95. a0a5386 afs: Support interacting with multiple user namespaces by Eric W. Biederman · 13 years ago
  96. da4aa36 afs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  97. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  98. d6e43f7 AFS: Use i_generation not i_version for the vnode uniquifier by David Howells · 14 years ago
  99. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  100. e8d6c55 AFS: implement file locking by David Howells · 17 years ago