summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | skd: fixup usage of legacy IO APIJens Axboe2018-10-141-2/+2
| * | | | aoe: convert aoeblk to blk-mqJens Axboe2018-10-144-25/+61
| * | | | drivers/block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-103-4/+0
| * | | | block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche2018-10-045-6/+6
| * | | | pktcdvd: fix fall-through annotationGustavo A. R. Silva2018-10-021-1/+1
| * | | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-016-93/+245
| |\ \ \ \
| * | | | | virtio-blk: modernize sysfs attribute creationHannes Reinecke2018-09-281-29/+39
| * | | | | zram: register default groups with device_add_disk()Hannes Reinecke2018-09-281-21/+7
| * | | | | aoe: register default groups with device_add_disk()Hannes Reinecke2018-09-283-16/+7
| * | | | | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-289-9/+9
| * | | | | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-2/+3
| * | | | | rsxx: Remove unnecessary parenthesesNathan Chancellor2018-09-121-1/+1
| * | | | | block: umem: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-071-2/+2
| * | | | | drbd: Convert from ahash to shashKees Cook2018-09-065-88/+76
* | | | | | sunvdc: Remove VLA usageKees Cook2018-10-081-4/+10
| |/ / / / |/| | | |
* | | | | Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-291-2/+2
|\ \ \ \ \
| * | | | | xen/blkfront: correct purging of persistent grantsJuergen Gross2018-09-281-2/+2
| * | | | | Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe2018-09-281-1/+3
| * | | | | xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky2018-09-271-3/+1
* | | | | | Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-211-0/+3
|\| | | | | | |_|/ / / |/| | | |
| * | | | floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft2018-09-201-0/+3
* | | | | Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-blockLinus Torvalds2018-09-143-34/+62
|\| | | | | |_|_|/ |/| | |
| * | | null_blk: fix zoned support for non-rq based operationJens Axboe2018-09-133-34/+62
* | | | Merge tag 'ceph-for-4.19-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds2018-09-071-57/+178
|\ \ \ \ | |_|/ / |/| | |
| * | | rbd: support cloning across namespacesIlya Dryomov2018-09-061-14/+97
| * | | rbd: factor out get_parent_info()Ilya Dryomov2018-09-061-48/+86
| | |/ | |/|
* | | Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds2018-09-061-0/+3
|\ \ \ | |/ / |/| / | |/
| * nbd: don't allow invalid blocksize settingsJens Axboe2018-09-041-0/+3
* | Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-303-70/+153
|\|
| * Merge branch 'stable/for-jens-4.19' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2018-08-273-70/+153
| |\
| | * xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ringJuergen Gross2018-08-271-1/+0
| | * xen/blkback: move persistent grants flags to boolJuergen Gross2018-08-272-13/+7
| | * xen/blkfront: reorder tests in xlblk_init()Juergen Gross2018-08-271-9/+9
| | * xen/blkfront: cleanup stale persistent grantsJuergen Gross2018-08-271-4/+90
| | * xen/blkback: don't keep persistent grants too longJuergen Gross2018-08-272-46/+50
* | | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-262-39/+11
|\ \ \ | |/ / |/| |
| * | rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5
| * | mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6
* | | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-222-18/+25
|\ \ \
| * | | block/DAC960.c: make some arrays static const, shrinks object sizeColin Ian King2018-08-211-18/+24
| * | | pktcdvd: fix setting of 'ret' error return for a few casesJens Axboe2018-08-161-0/+1
| | |/ | |/|
* | | drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas2018-08-221-1/+6
* | | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-211-37/+88
|\ \ \
| * | | libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-1/+1
| * | | rbd: support for images within namespacesIlya Dryomov2018-08-021-2/+49
| * | | rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov2018-08-021-33/+37
| * | | libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-3/+3
|\ \ \ \
| * \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-121-1/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-17/+79
| |\ \ \ \ | | | |/ / | | |/| |