summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-02-081-16/+6Star
|\
| * rbd: whitelist RBD_FEATURE_OPERATIONS feature bitIlya Dryomov2018-01-291-1/+3
| * rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full()Ilya Dryomov2018-01-291-2/+0Star
| * rbd: use kmem_cache_zalloc() in rbd_img_request_create()Ilya Dryomov2018-01-291-7/+2Star
| * rbd: obj_request->completion is unusedIlya Dryomov2018-01-291-6/+1Star
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-081-17/+15Star
|\ \
| * | virtio_blk: print capacity at probe timeStefan Hajnoczi2018-02-011-17/+15Star
| |/
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-062-22/+20Star
|\ \
| * | block: DAC960: Replace PCI pool old APIRomain Perier2018-01-022-22/+20Star
* | | Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-044-6/+7
|\ \ \
| * | | block: skd: fix incorrect linux/slab_def.h inclusionArnd Bergmann2018-02-021-3/+4
| * | | blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-313-3/+3
* | | | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-312-8/+3Star
|\ \ \ \ | |/ / / |/| | |
| * | | drbd: switch to sock_recvmsg()Al Viro2017-12-032-8/+3Star
* | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-299-615/+184Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: remove smart1,2.hCorentin Labbe2018-01-261-278/+0Star
| * | | aoe: use ktime_t instead of timevalTina Ruchandani2018-01-172-37/+14Star
| * | | null_blk: remove explicit 'select FAULT_INJECTION'Arnd Bergmann2018-01-112-1/+12
| * | | null_blk: add option for managing IO timeoutsJens Axboe2018-01-102-4/+43
| * | | null_blk: wire up timeoutsJens Axboe2018-01-091-0/+16
| * | | DAC960: split up ioctl function to reduce stack sizeArnd Bergmann2018-01-061-70/+90
| * | | block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-062-2/+2
| * | | pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche2018-01-051-4/+4
| * | | pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-01-051-3/+1Star
| * | | null_blk: remove lightnvm supportMatias Bjørling2018-01-051-217/+3Star
| | |/ | |/|
* | | Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2018-01-121-6/+12
|\ \ \
| * | | rbd: set max_segments to USHRT_MAXIlya Dryomov2018-01-091-1/+1
| * | | rbd: reacquire lock should update lock owner client idFlorian Margaine2018-01-091-5/+11
* | | | loop: fix concurrent lo_open/lo_releaseLinus Torvalds2018-01-061-2/+8
|/ / /
* / / null_blk: unalign call_single_dataJens Axboe2017-12-201-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-011-1/+4
|\ \ | |/ |/|
| * null_blk: fix dev->badblocks leakDavid Disseldorp2017-11-221-1/+4
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-222-2/+2
* | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-221-4/+3Star
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-227-22/+20Star
* | treewide: init_timer() -> setup_timer()Kees Cook2017-11-222-5/+3Star
* | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-8/+8
* | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-211-52/+13Star
|\ \ | |/ |/|
| * rbd: default to single-major device number schemeIlya Dryomov2017-11-131-4/+3Star
| * rbd: set discard_alignment to zeroDavid Disseldorp2017-11-131-1/+0Star
| * rbd: get rid of rbd_mapping::read_onlyIlya Dryomov2017-11-131-19/+4Star
| * rbd: fix and simplify rbd_ioctl_set_ro()Ilya Dryomov2017-11-131-28/+6Star
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-175-59/+54Star
|\ \
| * | block: swim3: Convert timers to use timer_setup()Kees Cook2017-11-151-16/+15Star
| * | block/aoe: Convert timers to use timer_setup()Kees Cook2017-11-152-9/+6Star
| * | amifloppy: Convert timers to use timer_setup()Kees Cook2017-11-151-31/+26Star
| * | block/floppy: Convert callback to pass timer_listKees Cook2017-11-151-3/+7
* | | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-172-77/+0Star
|\ \ \
| * | | brd: remove dax supportDan Williams2017-11-152-77/+0Star
* | | | drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King2017-11-161-1/+1