1. bb0e681 libceph: directly skip to the end of redirect reply by Ilya Dryomov · 5 years ago
  2. 4d8b8fb libceph: simplify ceph_monc_handle_map() by Ilya Dryomov · 4 years, 10 months ago
  3. 5107d7d ceph: move ceph_osdc_{read,write}pages to ceph.ko by Xiubo Li · 5 years ago
  4. 072eaf3 libceph: drop CEPH_DEFINE_SHOW_FUNC by Ilya Dryomov · 5 years ago
  5. e886274 libceph: fix alloc_msg_with_page_vector() memory leaks by Ilya Dryomov · 4 years, 10 months ago
  6. 7614209 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 4 years, 10 months ago
  7. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  8. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  9. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  10. c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago
  11. 7f5d381 new primitive: __fs_parse() by Al Viro · 5 years ago
  12. 2c3f3dc switch rbd and libceph to p_log-based primitives by Al Viro · 5 years ago
  13. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  14. 24604f7 ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c by Jeff Layton · 5 years ago
  15. 78beb0f ceph: use copy-from2 op in copy_file_range by Luis Henriques · 5 years ago
  16. 82995cc libceph, rbd, ceph: convert to use the new mount API by David Howells · 6 years ago
  17. d8f544c libceph: drop unnecessary check from dispatch() in mon_client.c by Ilya Dryomov · 5 years ago
  18. cf73d88 libceph: use ceph_kvmalloc() for osdmap arrays by Ilya Dryomov · 5 years ago
  19. 10c1285 libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc() by Ilya Dryomov · 5 years ago
  20. 8edf84b libceph: drop unused con parameter of calc_target() by Ilya Dryomov · 5 years ago
  21. 4766815 libceph: handle OSD op ceph_pagelist_append() errors by David Disseldorp · 5 years ago
  22. 2cef0ba libceph: add function that clears osd client's abort_err by Yan, Zheng · 5 years ago
  23. 120a75e libceph: add function that reset client's entity addr by Yan, Zheng · 5 years ago
  24. e8c9920 libceph: don't call crypto_free_sync_skcipher() on a NULL tfm by Jia-Ju Bai · 5 years ago
  25. a561372 libceph: fix PG split vs OSD (re)connect race by Ilya Dryomov · 5 years ago
  26. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  27. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  28. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
  29. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  30. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  31. 22e8bd5 rbd: support for object-map and fast-diff by Ilya Dryomov · 6 years ago
  32. 4cf3e6d libceph: export osd_req_op_data() macro by Ilya Dryomov · 6 years ago
  33. 68ada91 libceph: change ceph_osdc_call() to take page vector for response by Ilya Dryomov · 6 years ago
  34. 94e8577 libceph: rename r_unsafe_item to r_private_item by Ilya Dryomov · 5 years ago
  35. 2c66de5 libceph: rename ceph_encode_addr to ceph_encode_banner_addr by Jeff Layton · 6 years ago
  36. d3c3c0a libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE by Jeff Layton · 6 years ago
  37. 2f9800c ceph: fix decode_locker to use ceph_decode_entity_addr by Jeff Layton · 6 years ago
  38. 8cb5f2b libceph: correctly decode ADDR2 addresses in incremental OSD maps by Jeff Layton · 6 years ago
  39. 51fc7ab libceph: fix watch_item_t decoding to use ceph_decode_entity_addr by Jeff Layton · 6 years ago
  40. dcbc919 libceph: switch osdmap decoding to use ceph_decode_entity_addr by Jeff Layton · 6 years ago
  41. 0bfb0f2 libceph: ADDR2 support for monmap by Jeff Layton · 6 years ago
  42. 6c37f0e libceph: add ceph_decode_entity_addr by Jeff Layton · 6 years ago
  43. bc07532c libceph: fix sa_family just after reading address by Jeff Layton · 6 years ago
  44. 97a385e libceph: remove ceph_get_direct_page_vector() by Christoph Hellwig · 6 years ago
  45. 1a829ff ceph: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  46. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  47. a58946c keys: Pass the network namespace into request_key mechanism by David Howells · 6 years ago
  48. 04672fe treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268 by Thomas Gleixner · 6 years ago
  49. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  50. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  51. 227747f Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  52. 1d9d7cb Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  53. d0660f0 dns_resolver: Allow used keys to be invalidated by David Howells · 6 years ago
  54. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  55. b726ec9 libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer by Jeff Layton · 6 years ago
  56. cede185 libceph: fix unaligned accesses in ceph_entity_addr handling by Jeff Layton · 6 years ago
  57. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  58. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  59. 187df76 libceph: fix breakage caused by multipage bvecs by Ilya Dryomov · 6 years ago
  60. bb229bb libceph: wait for latest osdmap in ceph_monc_blacklist_add() by Ilya Dryomov · 6 years ago
  61. 6b41d4d libceph: use struct_size() for kmalloc() in crush_decode() by Gustavo A. R. Silva · 6 years ago
  62. 0fd3fd0 libceph: handle an empty authorize reply by Ilya Dryomov · 6 years ago
  63. 4aac922 libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive() by Ilya Dryomov · 6 years ago
  64. 02b2f54 libceph: allow setting abort_on_full for rbd by Dongsheng Yang · 6 years ago
  65. 87349cd libceph: switch more to bool in ceph_tcp_sendmsg() by Ilya Dryomov · 6 years ago
  66. 433b0a1 libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage() by Ilya Dryomov · 6 years ago
  67. 3239eb5 libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage() by Ilya Dryomov · 6 years ago
  68. 1f6b821 libceph: drop last_piece logic from write_partial_message_data() by Ilya Dryomov · 6 years ago
  69. 7e241f6 libceph: fall back to sendmsg for slab pages by Ilya Dryomov · 6 years ago
  70. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  71. 31990f0 Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  72. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  73. 23ddf9b libceph: support the RADOS copy-from operation by Luis Henriques · 6 years ago
  74. 98c4bfe libceph: check reply num_data_items in setup_request_data() by Ilya Dryomov · 6 years ago
  75. 0d9c1ab libceph: preallocate message data items by Ilya Dryomov · 6 years ago
  76. 26f887e libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls by Ilya Dryomov · 6 years ago
  77. 39e58c3 libceph: introduce alloc_watch_request() by Ilya Dryomov · 6 years ago
  78. 81c6521 libceph: assign cookies in linger_submit() by Ilya Dryomov · 6 years ago
  79. 3b83f60 libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get() by Ilya Dryomov · 6 years ago
  80. 41a264e libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op() by Ilya Dryomov · 6 years ago
  81. 89486833 libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() by Ilya Dryomov · 6 years ago
  82. 33165d4 libceph: introduce ceph_pagelist_alloc() by Ilya Dryomov · 6 years ago
  83. 24639ce56 libceph: osd_req_op_cls_init() doesn't need to take opcode by Ilya Dryomov · 6 years ago
  84. 69d6302b libceph: Remove VLA usage of skcipher by Kees Cook · 6 years ago
  85. 4de17ae crush: fix using plain integer as NULL warning by YueHaibing · 6 years ago
  86. bad8721 libceph: remove unnecessary non NULL check for request_key by YueHaibing · 6 years ago
  87. f1d10e0 libceph: weaken sizeof check in ceph_x_verify_authorizer_reply() by Ilya Dryomov · 6 years ago
  88. 130f52f libceph: check authorizer reply/challenge length before reading by Ilya Dryomov · 6 years ago
  89. cc255c7 libceph: implement CEPHX_V2 calculation mode by Ilya Dryomov · 6 years ago
  90. 6daca13 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  91. 149cac4 libceph: factor out encrypt_authorizer() by Ilya Dryomov · 6 years ago
  92. c571fe2 libceph: factor out __ceph_x_decrypt() by Ilya Dryomov · 6 years ago
  93. c0f56b4 libceph: factor out __prepare_write_connect() by Ilya Dryomov · 6 years ago
  94. 262614c libceph: store ceph_auth_handshake pointer in ceph_connection by Ilya Dryomov · 6 years ago
  95. 24e1dd6 ceph: fix whitespace by Stephen Hemminger · 6 years ago
  96. fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 6 years ago
  97. 473bd2d libceph: use timespec64 in for keepalive2 and ticket validity by Arnd Bergmann · 6 years ago
  98. 2f56b6b libceph: amend "bad option arg" error message by Ilya Dryomov · 7 years ago
  99. 17173c8 libceph: stop parsing when a bad int arg is detected by Chengguang Xu · 7 years ago
  100. 6d54228 libceph: make ceph_osdc_notify{,_ack}() payload_len u32 by Ilya Dryomov · 7 years ago