| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2019-05-14 | 1 | -1/+1 |
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-05-07 | 1 | -1/+1 |
|\ |
|
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -1/+1 |
* | | libceph: fix breakage caused by multipage bvecs | Ilya Dryomov | 2019-03-25 | 1 | -2/+6 |
* | | libceph: wait for latest osdmap in ceph_monc_blacklist_add() | Ilya Dryomov | 2019-03-20 | 2 | -1/+26 |
* | | libceph: use struct_size() for kmalloc() in crush_decode() | Gustavo A. R. Silva | 2019-03-05 | 1 | -3/+2 |
|/ |
|
* | libceph: handle an empty authorize reply | Ilya Dryomov | 2019-02-18 | 1 | -6/+9 |
* | libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive() | Ilya Dryomov | 2019-01-21 | 1 | -2/+3 |
* | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 2019-01-07 | 3 | -4/+13 |
* | libceph: switch more to bool in ceph_tcp_sendmsg() | Ilya Dryomov | 2018-12-26 | 1 | -1/+1 |
* | libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage() | Ilya Dryomov | 2018-12-26 | 1 | -4/+13 |
* | libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage() | Ilya Dryomov | 2018-12-26 | 1 | -26/+6 |
* | libceph: drop last_piece logic from write_partial_message_data() | Ilya Dryomov | 2018-12-26 | 1 | -5/+3 |
* | libceph: fall back to sendmsg for slab pages | Ilya Dryomov | 2018-11-19 | 1 | -3/+9 |
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2018-11-02 | 1 | -3/+3 |
|\ |
|
| * | iov_iter: Separate type from direction and use accessor functions | David Howells | 2018-10-24 | 1 | -3/+3 |
* | | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-10-31 | 4 | -169/+348 |
|\ \ |
|
| * | | libceph: support the RADOS copy-from operation | Luis Henriques | 2018-10-22 | 1 | -0/+90 |
| * | | libceph: check reply num_data_items in setup_request_data() | Ilya Dryomov | 2018-10-22 | 1 | -25/+23 |
| * | | libceph: preallocate message data items | Ilya Dryomov | 2018-10-22 | 3 | -89/+144 |
| * | | libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls | Ilya Dryomov | 2018-10-22 | 1 | -17/+21 |
| * | | libceph: introduce alloc_watch_request() | Ilya Dryomov | 2018-10-22 | 1 | -9/+19 |
| * | | libceph: assign cookies in linger_submit() | Ilya Dryomov | 2018-10-22 | 1 | -21/+27 |
| * | | libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get() | Ilya Dryomov | 2018-10-22 | 2 | -3/+3 |
| * | | libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op() | Ilya Dryomov | 2018-10-22 | 1 | -6/+0 |
| * | | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() | Ilya Dryomov | 2018-10-22 | 2 | -0/+9 |
| * | | libceph: introduce ceph_pagelist_alloc() | Ilya Dryomov | 2018-10-22 | 2 | -10/+24 |
| * | | libceph: osd_req_op_cls_init() doesn't need to take opcode | Ilya Dryomov | 2018-10-22 | 1 | -5/+4 |
| |/ |
|
* / | libceph: Remove VLA usage of skcipher | Kees Cook | 2018-09-28 | 2 | -7/+7 |
|/ |
|
* | crush: fix using plain integer as NULL warning | YueHaibing | 2018-08-13 | 1 | -2/+2 |
* | libceph: remove unnecessary non NULL check for request_key | YueHaibing | 2018-08-13 | 1 | -1/+1 |
* | libceph: weaken sizeof check in ceph_x_verify_authorizer_reply() | Ilya Dryomov | 2018-08-02 | 1 | -2/+4 |
* | libceph: check authorizer reply/challenge length before reading | Ilya Dryomov | 2018-08-02 | 1 | -0/+7 |
* | libceph: implement CEPHX_V2 calculation mode | Ilya Dryomov | 2018-08-02 | 1 | -17/+56 |
* | libceph: add authorizer challenge | Ilya Dryomov | 2018-08-02 | 5 | -6/+117 |
* | libceph: factor out encrypt_authorizer() | Ilya Dryomov | 2018-08-02 | 1 | -13/+36 |
* | libceph: factor out __ceph_x_decrypt() | Ilya Dryomov | 2018-08-02 | 1 | -9/+24 |
* | libceph: factor out __prepare_write_connect() | Ilya Dryomov | 2018-08-02 | 1 | -9/+12 |
* | libceph: store ceph_auth_handshake pointer in ceph_connection | Ilya Dryomov | 2018-08-02 | 1 | -28/+26 |
* | ceph: fix whitespace | Stephen Hemminger | 2018-08-02 | 8 | -9/+1 |
* | libceph: use timespec64 for r_mtime | Arnd Bergmann | 2018-08-02 | 1 | -4/+4 |
* | libceph: use timespec64 in for keepalive2 and ticket validity | Arnd Bergmann | 2018-08-02 | 4 | -20/+20 |
* | libceph: amend "bad option arg" error message | Ilya Dryomov | 2018-08-02 | 1 | -2/+1 |
* | libceph: stop parsing when a bad int arg is detected | Chengguang Xu | 2018-08-02 | 1 | -4/+4 |
* | libceph: make ceph_osdc_notify{,_ack}() payload_len u32 | Ilya Dryomov | 2018-08-02 | 1 | -4/+4 |
* | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-06-15 | 3 | -117/+149 |
|\ |
|
| * | libceph: allocate the locator string with GFP_NOFAIL | Ilya Dryomov | 2018-06-04 | 2 | -20/+9 |
| * | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov | 2018-06-04 | 1 | -5/+4 |
| * | libceph: don't abort reads in ceph_osdc_abort_on_full() | Ilya Dryomov | 2018-06-04 | 1 | -1/+2 |
| * | libceph: avoid a use-after-free during map check | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |