aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAge
* floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley2014-05-05
* floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley2014-05-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\
| * drbd: don't open-code kernel_recvmsg()Al Viro2014-04-01
| * switch nbd to sockfd_lookup/sockfd_putAl Viro2014-04-01
* | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-04-11
|\ \
| * | NVMe: Retry failed commands with non-fatal errorsKeith Busch2014-04-10
| * | NVMe: Add getgeo to block opsKeith Busch2014-04-10
| * | NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran2014-04-10
| * | NVMe: Make I/O timeout a module parameterKeith Busch2014-04-10
| * | NVMe: CPU hot plug notificationKeith Busch2014-04-10
| * | NVMe: per-cpu io queuesKeith Busch2014-04-10
| * | NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox2014-03-24
| * | NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmdsKeith Busch2014-03-24
| * | NVMe: IOCTL path RCU protect queue accessKeith Busch2014-03-24
| * | NVMe: RCU protected access to io queuesKeith Busch2014-03-24
| * | NVMe: Initialize device reference count earlierKeith Busch2014-03-24
| * | NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2014-03-24
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-10
|\ \ \
| * | | drivers/block/loop.c: ratelimit error messagesMike Galbraith2014-04-08
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-07
|\ \ \ \
| * | | | zram: support REQ_DISCARDJoonsoo Kim2014-04-07
| * | | | zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-07
| * | | | zram: propagate error to userMinchan Kim2014-04-07
| * | | | zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-07
| * | | | zram: move comp allocation out of init_lockSergey Senozhatsky2014-04-07
| * | | | zram: add lz4 algorithm backendSergey Senozhatsky2014-04-07
| * | | | zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-07
| * | | | zram: add set_max_streams knobSergey Senozhatsky2014-04-07
| * | | | zram: add multi stream functionalitySergey Senozhatsky2014-04-07
| * | | | zram: factor out single stream compressionSergey Senozhatsky2014-04-07
| * | | | zram: use zcomp compressing backendsSergey Senozhatsky2014-04-07
| * | | | zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-07
| * | | | zram: delete zram_init_device()Sergey Senozhatsky2014-04-07
| * | | | zram: move zram size warning to documentationSergey Senozhatsky2014-04-07
| * | | | zram: drop not used table `count' memberSergey Senozhatsky2014-04-07
| * | | | zram: report failed read and write statsSergey Senozhatsky2014-04-07
| * | | | zram: remove zram stats code duplicationSergey Senozhatsky2014-04-07
| * | | | zram: use atomic64_t for all zram statsSergey Senozhatsky2014-04-07
| * | | | zram: remove good and bad compress statsSergey Senozhatsky2014-04-07
| * | | | zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky2014-04-07
| * | | | zram: drop `init_done' struct zram memberSergey Senozhatsky2014-04-07
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-07
|\ \ \ \ | |/ / / |/| | |
| * | | rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-02
| * | | rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov2014-04-02
| * | | libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov2014-04-02
| * | | rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov2014-04-02
| * | | rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov2014-04-02
| | |/ | |/|
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-02
|\ \ \
| * | | virtio-blk: base queue-depth on virtqueue ringsize or module paramRusty Russell2014-03-23