summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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
2018-02-28zram: Delete gendisk before cleaning up the request queueBart Van Assche
2018-02-28block/loop: Delete gendisk before cleaning up the request queueBart Van Assche
2018-02-28null_blk: add 'requeue' fault attributeJens Axboe
2018-02-27nbd: fix return value in error handling pathGustavo A. R. Silva
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-02-02block: skd: fix incorrect linux/slab_def.h inclusionArnd Bergmann
2018-02-01virtio_blk: print capacity at probe timeStefan Hajnoczi
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-29rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov
2018-01-29rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full()Ilya Dryomov
2018-01-29rbd: use kmem_cache_zalloc() in rbd_img_request_create()Ilya Dryomov
2018-01-29rbd: obj_request->completion is unusedIlya Dryomov
2018-01-26block: remove smart1,2.hCorentin Labbe
2018-01-17aoe: use ktime_t instead of timevalTina Ruchandani
2018-01-11Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-01-11null_blk: remove explicit 'select FAULT_INJECTION'Arnd Bergmann
2018-01-10null_blk: add option for managing IO timeoutsJens Axboe
2018-01-09null_blk: wire up timeoutsJens Axboe
2018-01-09rbd: set max_segments to USHRT_MAXIlya Dryomov
2018-01-09rbd: reacquire lock should update lock owner client idFlorian Margaine
2018-01-06loop: fix concurrent lo_open/lo_releaseLinus Torvalds
2018-01-06DAC960: split up ioctl function to reduce stack sizeArnd Bergmann
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-05pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche
2018-01-05pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche
2018-01-05null_blk: remove lightnvm supportMatias Bjørling
2018-01-02block: DAC960: Replace PCI pool old APIRomain Perier
2017-12-20null_blk: unalign call_single_dataJens Axboe