summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-271-32/+3
| * | | | | sd/skd: stuff discard page in request->completion_dataJens Axboe2014-04-171-2/+2
| | |/ / / | |/| | |
| * | | | blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-161-2/+2
| * | | | blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-152-54/+86
| * | | | blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-151-12/+11
| * | | | blk-mq: do not initialize req->specialChristoph Hellwig2014-04-152-5/+5
| * | | | block: remove struct request buffer memberJens Axboe2014-04-1514-40/+41
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-06-021-1/+1
|\ \ \ \
| * | | | m68k/atari - ataflop: use correct virt/phys translation for DMA bufferMichael Schmitz2014-05-261-1/+1
| | |_|/ | |/| |
* / | | virtio_blk: fix race between start and stop queueMing Lei2014-05-271-2/+2
|/ / /
* | | floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley2014-05-051-1/+4
* | | floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley2014-05-051-3/+3
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-40/+20
|\ \
| * | drbd: don't open-code kernel_recvmsg()Al Viro2014-04-021-11/+1
| * | switch nbd to sockfd_lookup/sockfd_putAl Viro2014-04-021-29/+19
* | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-04-122-236/+491
|\ \ \
| * | | NVMe: Retry failed commands with non-fatal errorsKeith Busch2014-04-102-94/+151
| * | | NVMe: Add getgeo to block opsKeith Busch2014-04-101-0/+11
| * | | NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran2014-04-101-14/+42
| * | | NVMe: Make I/O timeout a module parameterKeith Busch2014-04-101-0/+4
| * | | NVMe: CPU hot plug notificationKeith Busch2014-04-101-0/+19
| * | | NVMe: per-cpu io queuesKeith Busch2014-04-101-37/+167
| * | | NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox2014-03-241-3/+3
| * | | NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmdsKeith Busch2014-03-241-1/+1
| * | | NVMe: IOCTL path RCU protect queue accessKeith Busch2014-03-242-54/+59
| * | | NVMe: RCU protected access to io queuesKeith Busch2014-03-241-46/+45
| * | | NVMe: Initialize device reference count earlierKeith Busch2014-03-241-1/+1
| * | | NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2014-03-241-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-101-4/+4
|\ \ \ \
| * | | | drivers/block/loop.c: ratelimit error messagesMike Galbraith2014-04-081-4/+4
* | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-0810-170/+797
|\ \ \ \ \
| * | | | | zram: support REQ_DISCARDJoonsoo Kim2014-04-081-0/+62
| * | | | | zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-082-9/+11
| * | | | | zram: propagate error to userMinchan Kim2014-04-083-11/+20
| * | | | | zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-082-15/+18
| * | | | | zram: move comp allocation out of init_lockSergey Senozhatsky2014-04-081-12/+15
| * | | | | zram: add lz4 algorithm backendSergey Senozhatsky2014-04-085-0/+82
| * | | | | zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-084-6/+66
| * | | | | zram: add set_max_streams knobSergey Senozhatsky2014-04-083-3/+41
| * | | | | zram: add multi stream functionalitySergey Senozhatsky2014-04-084-5/+167
| * | | | | zram: factor out single stream compressionSergey Senozhatsky2014-04-082-10/+59
| * | | | | zram: use zcomp compressing backendsSergey Senozhatsky2014-04-083-43/+36
| * | | | | zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-084-0/+237
| * | | | | zram: delete zram_init_device()Sergey Senozhatsky2014-04-081-11/+5
| * | | | | zram: move zram size warning to documentationSergey Senozhatsky2014-04-081-15/+0
| * | | | | zram: drop not used table `count' memberSergey Senozhatsky2014-04-081-1/+0
| * | | | | zram: report failed read and write statsSergey Senozhatsky2014-04-081-0/+4
| * | | | | zram: remove zram stats code duplicationSergey Senozhatsky2014-04-081-59/+23
| * | | | | zram: use atomic64_t for all zram statsSergey Senozhatsky2014-04-082-12/+12
| * | | | | zram: remove good and bad compress statsSergey Senozhatsky2014-04-082-13/+0