aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-02rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov1-1/+0
2018-04-02rbd: allow "fancy" stripingIlya Dryomov1-27/+2
2018-04-02rbd: introduce OWN_BVECS data typeIlya Dryomov1-7/+149
2018-04-02rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov1-68/+6
2018-04-02rbd: get rid of img_req->{offset,length}Ilya Dryomov1-18/+8
2018-04-02rbd: remove rbd_img_request_fill() and helpersIlya Dryomov1-98/+0
2018-04-02rbd: switch to common striping frameworkIlya Dryomov1-23/+168
2018-04-02rbd: create+truncate for whole-object layered discardsIlya Dryomov1-1/+6
2018-04-02rbd: move to obj_req->img_extentsIlya Dryomov1-52/+98
2018-04-02rbd: incorporate ceph_object_extentIlya Dryomov1-37/+34
2018-04-02rbd: store data_type in img_req instead of obj_reqIlya Dryomov1-26/+8
2018-04-02rbd: remove obj_req->flags fieldIlya Dryomov1-35/+0
2018-04-02rbd: remove old request completion codeIlya Dryomov1-172/+3
2018-04-02rbd: new request completion codeIlya Dryomov1-13/+55
2018-04-02rbd: update rbd_img_request_submit() signatureIlya Dryomov1-10/+3
2018-04-02rbd: add img_req->op_type fieldIlya Dryomov1-63/+12
2018-04-02rbd: simplify rbd_osd_req_create()Ilya Dryomov1-45/+14
2018-04-02rbd: remove old request handling codeIlya Dryomov1-730/+4
2018-04-02rbd: new request handling codeIlya Dryomov1-77/+601
2018-04-02rbd: move from raw pages to bvec data descriptorsIlya Dryomov1-78/+77
2018-04-02rbd: get rid of img_req->copyup_pagesIlya Dryomov1-34/+9
2018-04-02rbd: don't (ab)use obj_req->pages for stat requestsIlya Dryomov1-10/+5
2018-04-02rbd: remove bio cloning helpersIlya Dryomov1-141/+0
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov1-27/+40
2018-04-02rbd: start enums at 1 instead of 0Ilya Dryomov1-2/+4
2018-04-02rbd: set max_segment_size to UINT_MAXIlya Dryomov1-1/+1
2018-03-27loop: use killable lock in ioctlsOmar Sandoval1-10/+19
2018-03-27loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval1-14/+24
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche4-13/+0
2018-03-09loop: Fix lost writes caused by missing flagRoss Zwisler1-1/+1
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-0/+2
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche9-29/+29
2018-03-08mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche1-4/+4
2018-03-08Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-9/+8
2018-03-07xen-blkfront: move negotiate_mq to cover all cases of new VBDsBhavesh Davda1-9/+8
2018-03-06block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei1-21/+25
2018-03-01block: fix a typoJiufei Xue1-1/+1
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche2-6/+4
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+2
2018-02-28zram: Delete gendisk before cleaning up the request queueBart Van Assche1-1/+1
2018-02-28block/loop: Delete gendisk before cleaning up the request queueBart Van Assche1-1/+1
2018-02-28null_blk: add 'requeue' fault attributeJens Axboe1-12/+55
2018-02-27nbd: fix return value in error handling pathGustavo A. R. Silva1-1/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara7-7/+7
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-16/+6
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-17/+15
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-22/+20
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds4-6/+7
2018-02-02block: skd: fix incorrect linux/slab_def.h inclusionArnd Bergmann1-3/+4
2018-02-01virtio_blk: print capacity at probe timeStefan Hajnoczi1-17/+15