summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2018-04-13Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-10loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval
2018-04-10block/loop: fix deadlock after loop_set_statusTetsuo Handa
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-05zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-02rbd: remove VLA usageKyle Spiers
2018-04-02rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King
2018-04-02rbd: get the latest osdmap when using an existing clientIlya Dryomov
2018-04-02rbd: move rbd_get_client() below rbd_put_client()Ilya Dryomov
2018-04-02rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov
2018-04-02rbd: allow "fancy" stripingIlya Dryomov
2018-04-02rbd: introduce OWN_BVECS data typeIlya Dryomov
2018-04-02rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov
2018-04-02rbd: get rid of img_req->{offset,length}Ilya Dryomov
2018-04-02rbd: remove rbd_img_request_fill() and helpersIlya Dryomov
2018-04-02rbd: switch to common striping frameworkIlya Dryomov
2018-04-02rbd: create+truncate for whole-object layered discardsIlya Dryomov
2018-04-02rbd: move to obj_req->img_extentsIlya Dryomov
2018-04-02rbd: incorporate ceph_object_extentIlya Dryomov
2018-04-02rbd: store data_type in img_req instead of obj_reqIlya Dryomov
2018-04-02rbd: remove obj_req->flags fieldIlya Dryomov
2018-04-02rbd: remove old request completion codeIlya Dryomov
2018-04-02rbd: new request completion codeIlya Dryomov
2018-04-02rbd: update rbd_img_request_submit() signatureIlya Dryomov
2018-04-02rbd: add img_req->op_type fieldIlya Dryomov
2018-04-02rbd: simplify rbd_osd_req_create()Ilya Dryomov
2018-04-02rbd: remove old request handling codeIlya Dryomov
2018-04-02rbd: new request handling codeIlya Dryomov
2018-04-02rbd: move from raw pages to bvec data descriptorsIlya Dryomov
2018-04-02rbd: get rid of img_req->copyup_pagesIlya Dryomov
2018-04-02rbd: don't (ab)use obj_req->pages for stat requestsIlya Dryomov
2018-04-02rbd: remove bio cloning helpersIlya Dryomov
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov
2018-04-02rbd: start enums at 1 instead of 0Ilya Dryomov
2018-04-02rbd: set max_segment_size to UINT_MAXIlya Dryomov
2018-03-27loop: use killable lock in ioctlsOmar Sandoval
2018-03-27loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2018-03-09loop: Fix lost writes caused by missing flagRoss Zwisler
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-08mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche
2018-03-08Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe
2018-03-07xen-blkfront: move negotiate_mq to cover all cases of new VBDsBhavesh Davda
2018-03-06block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei
2018-03-01block: fix a typoJiufei Xue
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche