summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Revert "floppy: refactor open() flags handling"Jens Axboe2016-08-251-19/+15
* Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe2016-08-251-9/+12
* xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu2016-08-191-1/+6
* xen-blkfront: introduce blkif_set_queue_limits()Bob Liu2016-08-191-38/+48
* xen-blkfront: fix places not updated after introducing 64KB page granularityBob Liu2016-08-191-2/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-111-18/+8
|\
| * virtio_blk: Fix a slient kernel panicMinfei Huang2016-08-091-18/+8
* | rbd: nuke the 32-bit pool id checkIlya Dryomov2016-08-091-9/+0
* | rbd: destroy header_oloc in rbd_dev_release()Ilya Dryomov2016-08-081-0/+1
|/
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-076-11/+11
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-072-19/+20
* mm/block: convert rw_page users to bio op useMike Christie2016-08-042-23/+22
* loop: make do_req_filebacked more robustChristoph Hellwig2016-08-041-33/+22
* loop: don't try to use AIO for discardsChristoph Hellwig2016-08-041-4/+8
* nbd: fix race in ioctlVegard Nossum2016-08-041-8/+4
* floppy: fix open(O_ACCMODE) for ioctl-only openJiri Kosina2016-08-041-12/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-022-1/+1
|\
| * dynamic_debug: only add header when usedLuis de Bethencourt2016-08-022-1/+1
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-021-7/+8
|\ \ | |/ |/|
| * libceph: rados pool namespace supportYan, Zheng2016-07-281-0/+1
| * libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-7/+7
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-2/+2
|\ \
| * \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-241-2/+2
| |\ \
| | * | pmem: kill __pmem address spaceDan Williams2016-07-121-2/+2
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-4/+0
|\ \ \ \
| * | | | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-303-15/+24
| |\| | |
| * | | | drbd: ->d_parent is never NULL or negativeAl Viro2016-05-291-4/+0
* | | | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-272-33/+30
|\ \ \ \ \
| * | | | | xen-blkback: really don't leak mode propertyJan Beulich2016-07-221-1/+4
| * | | | | xen-blkback: constify instance of "struct attribute_group"Jan Beulich2016-07-221-1/+1
| * | | | | xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-24/+19
| * | | | | xen-blkback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-7/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-2610-266/+138
|\ \ \ \ \
| * | | | | zram: use __GFP_MOVABLE for memory allocationMinchan Kim2016-07-261-2/+4
| * | | | | zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2016-07-261-4/+4
| * | | | | zram: add more compression algorithmsSergey Senozhatsky2016-07-261-0/+9
| * | | | | zram: delete custom lzo/lz4Sergey Senozhatsky2016-07-268-174/+2
| * | | | | zram: use crypto api to check alg availabilitySergey Senozhatsky2016-07-263-33/+49
| * | | | | zram: switch to crypto compress APISergey Senozhatsky2016-07-264-52/+69
| * | | | | zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-263-8/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2632-377/+1258
|\ \ \ \ \
| * | | | | block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-201-1/+0
| * | | | | virtio_blk: use blk_rq_map_kernChristoph Hellwig2016-07-201-12/+10
| * | | | | block: get rid of bio_rw and READAChristoph Hellwig2016-07-205-34/+42
| * | | | | loop: Make user notify for adding loop device failedMinfei Huang2016-07-121-0/+1
| * | | | | Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-07-0810-25/+13
| |\ \ \ \ \
| | * | | | | block: convert to device_add_disk()Dan Williams2016-06-2710-25/+13
| * | | | | | mg_disk: fix error path in mg_probe()Bartlomiej Zolnierkiewicz2016-06-281-1/+1
| |/ / / / /
| * | | | | drbd: correctly handle failed crypto_alloc_hashLars Ellenberg2016-06-131-1/+2
| * | | | | drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg2016-06-133-15/+54