summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAge
* rbd: notrim map optionIlya Dryomov2018-04-16
* rbd: adjust queue limits for "fancy" stripingIlya Dryomov2018-04-16
* rbd: avoid Wreturn-type warningsArnd Bergmann2018-04-16
* rbd: support timeout in rbd_wait_state_locked()Dongsheng Yang2018-04-16
* rbd: refactor rbd_wait_state_locked()Ilya Dryomov2018-04-16
* Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-13
|\
| * loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval2018-04-10
| * block/loop: fix deadlock after loop_set_statusTetsuo Handa2018-04-10
* | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-10
|\ \
| * | rbd: remove VLA usageKyle Spiers2018-04-02
| * | rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King2018-04-02
| * | rbd: get the latest osdmap when using an existing clientIlya Dryomov2018-04-02
| * | rbd: move rbd_get_client() below rbd_put_client()Ilya Dryomov2018-04-02
| * | rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov2018-04-02
| * | rbd: allow "fancy" stripingIlya Dryomov2018-04-02
| * | rbd: introduce OWN_BVECS data typeIlya Dryomov2018-04-02
| * | rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov2018-04-02
| * | rbd: get rid of img_req->{offset,length}Ilya Dryomov2018-04-02
| * | rbd: remove rbd_img_request_fill() and helpersIlya Dryomov2018-04-02
| * | rbd: switch to common striping frameworkIlya Dryomov2018-04-02
| * | rbd: create+truncate for whole-object layered discardsIlya Dryomov2018-04-02
| * | rbd: move to obj_req->img_extentsIlya Dryomov2018-04-02
| * | rbd: incorporate ceph_object_extentIlya Dryomov2018-04-02
| * | rbd: store data_type in img_req instead of obj_reqIlya Dryomov2018-04-02
| * | rbd: remove obj_req->flags fieldIlya Dryomov2018-04-02
| * | rbd: remove old request completion codeIlya Dryomov2018-04-02
| * | rbd: new request completion codeIlya Dryomov2018-04-02
| * | rbd: update rbd_img_request_submit() signatureIlya Dryomov2018-04-02
| * | rbd: add img_req->op_type fieldIlya Dryomov2018-04-02
| * | rbd: simplify rbd_osd_req_create()Ilya Dryomov2018-04-02
| * | rbd: remove old request handling codeIlya Dryomov2018-04-02
| * | rbd: new request handling codeIlya Dryomov2018-04-02
| * | rbd: move from raw pages to bvec data descriptorsIlya Dryomov2018-04-02
| * | rbd: get rid of img_req->copyup_pagesIlya Dryomov2018-04-02
| * | rbd: don't (ab)use obj_req->pages for stat requestsIlya Dryomov2018-04-02
| * | rbd: remove bio cloning helpersIlya Dryomov2018-04-02
| * | libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-02
| * | rbd: start enums at 1 instead of 0Ilya Dryomov2018-04-02
| * | rbd: set max_segment_size to UINT_MAXIlya Dryomov2018-04-02
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-06
|\ \ \ | |_|/ |/| |
| * | zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky2018-04-05
| |/
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\ \ | |/ |/|
| * loop: use killable lock in ioctlsOmar Sandoval2018-03-27
| * loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval2018-03-27
| * block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-17
| * cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-09
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
| * mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche2018-03-08
| * block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei2018-03-06
| * block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-28