Age | Commit message (Expand) | Author |
2018-05-24 | Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-05-21 | loop: clear wb_err in bd_inode when detaching backing file | Jeff Layton |
2018-05-10 | libceph: add osd_req_op_extent_osd_data_bvecs() | Ilya Dryomov |
2018-04-25 | Merge tag 'for-linus-20180425' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-04-16 | block/swim: Select appropriate drive on device open | Finn Thain |
2018-04-16 | block/swim: Fix IO error at end of medium | Finn Thain |
2018-04-16 | block/swim: Check drive type | Finn Thain |
2018-04-16 | block/swim: Rename macros to avoid inconsistent inverted logic | Finn Thain |
2018-04-16 | block/swim: Don't log an error message for an invalid ioctl | Finn Thain |
2018-04-16 | block/swim: Remove extra put_disk() call from error path | Finn Thain |
2018-04-16 | block/swim: Fix array bounds check | Finn Thain |
2018-04-16 | m68k/mac: Don't remap SWIM MMIO region | Finn Thain |
2018-04-16 | rbd: notrim map option | Ilya Dryomov |
2018-04-16 | rbd: adjust queue limits for "fancy" striping | Ilya Dryomov |
2018-04-16 | rbd: avoid Wreturn-type warnings | Arnd Bergmann |
2018-04-16 | rbd: support timeout in rbd_wait_state_locked() | Dongsheng Yang |
2018-04-16 | rbd: refactor rbd_wait_state_locked() | Ilya Dryomov |
2018-04-14 | loop: handle short DIO reads | Jens Axboe |
2018-04-14 | loop: remove cmd->rq member | Jens Axboe |
2018-04-13 | Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-04-10 | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2018-04-10 | loop: fix LOOP_GET_STATUS lock imbalance | Omar Sandoval |
2018-04-10 | block/loop: fix deadlock after loop_set_status | Tetsuo Handa |
2018-04-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-04-05 | zram: drop max_zpage_size and use zs_huge_class_size() | Sergey Senozhatsky |
2018-04-05 | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-04-02 | rbd: remove VLA usage | Kyle Spiers |
2018-04-02 | rbd: fix spelling mistake: "reregisteration" -> "reregistration" | Colin Ian King |
2018-04-02 | rbd: get the latest osdmap when using an existing client | Ilya Dryomov |
2018-04-02 | rbd: move rbd_get_client() below rbd_put_client() | Ilya Dryomov |
2018-04-02 | rbd: remove redundant declaration of rbd_spec_put() | Ilya Dryomov |
2018-04-02 | rbd: allow "fancy" striping | Ilya Dryomov |
2018-04-02 | rbd: introduce OWN_BVECS data type | Ilya Dryomov |
2018-04-02 | rbd: remove rbd_parent_request_{create,destroy}() | Ilya Dryomov |
2018-04-02 | rbd: get rid of img_req->{offset,length} | Ilya Dryomov |
2018-04-02 | rbd: remove rbd_img_request_fill() and helpers | Ilya Dryomov |
2018-04-02 | rbd: switch to common striping framework | Ilya Dryomov |
2018-04-02 | rbd: create+truncate for whole-object layered discards | Ilya Dryomov |
2018-04-02 | rbd: move to obj_req->img_extents | Ilya Dryomov |
2018-04-02 | rbd: incorporate ceph_object_extent | Ilya Dryomov |
2018-04-02 | rbd: store data_type in img_req instead of obj_req | Ilya Dryomov |
2018-04-02 | rbd: remove obj_req->flags field | Ilya Dryomov |
2018-04-02 | rbd: remove old request completion code | Ilya Dryomov |
2018-04-02 | rbd: new request completion code | Ilya Dryomov |
2018-04-02 | rbd: update rbd_img_request_submit() signature | Ilya Dryomov |
2018-04-02 | rbd: add img_req->op_type field | Ilya Dryomov |
2018-04-02 | rbd: simplify rbd_osd_req_create() | Ilya Dryomov |
2018-04-02 | rbd: remove old request handling code | Ilya Dryomov |
2018-04-02 | rbd: new request handling code | Ilya Dryomov |
2018-04-02 | rbd: move from raw pages to bvec data descriptors | Ilya Dryomov |