summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-0710-170/+797
|\
| * zram: support REQ_DISCARDJoonsoo Kim2014-04-071-0/+62
| * zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-072-9/+11
| * zram: propagate error to userMinchan Kim2014-04-073-11/+20
| * zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-072-15/+18
| * zram: move comp allocation out of init_lockSergey Senozhatsky2014-04-071-12/+15
| * zram: add lz4 algorithm backendSergey Senozhatsky2014-04-075-0/+82
| * zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-074-6/+66
| * zram: add set_max_streams knobSergey Senozhatsky2014-04-073-3/+41
| * zram: add multi stream functionalitySergey Senozhatsky2014-04-074-5/+167
| * zram: factor out single stream compressionSergey Senozhatsky2014-04-072-10/+59
| * zram: use zcomp compressing backendsSergey Senozhatsky2014-04-073-43/+36
| * zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-074-0/+237
| * zram: delete zram_init_device()Sergey Senozhatsky2014-04-071-11/+5
| * zram: move zram size warning to documentationSergey Senozhatsky2014-04-071-15/+0
| * zram: drop not used table `count' memberSergey Senozhatsky2014-04-071-1/+0
| * zram: report failed read and write statsSergey Senozhatsky2014-04-071-0/+4
| * zram: remove zram stats code duplicationSergey Senozhatsky2014-04-071-59/+23
| * zram: use atomic64_t for all zram statsSergey Senozhatsky2014-04-072-12/+12
| * zram: remove good and bad compress statsSergey Senozhatsky2014-04-072-13/+0
| * zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky2014-04-071-18/+12
| * zram: drop `init_done' struct zram memberSergey Senozhatsky2014-04-072-11/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-071-28/+59
|\ \ | |/ |/|
| * rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-031-15/+39
| * rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov2014-04-031-10/+18
| * libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov2014-04-031-1/+1
| * rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov2014-04-031-1/+1
| * rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov2014-04-031-4/+3
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-3/+17
|\ \
| * | virtio-blk: base queue-depth on virtqueue ringsize or module paramRusty Russell2014-03-241-1/+9
| * | virtio_blk: don't crash, report error if virtqueue is broken.Rusty Russell2014-03-131-2/+8
* | | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-0124-5486/+5885
|\ \ \
| * | | mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2014-03-132-39/+50
| * | | mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi2014-03-131-12/+12
| * | | mtip32xx: Set queue bounce limitFelipe Franciosi2014-03-131-0/+1
| * | | nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-03-131-24/+9
| * | | cciss: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev2014-03-131-2/+0
| * | | swim3: fix interruptible_sleep_on raceArnd Bergmann2014-03-131-7/+11
| * | | ataflop: fix sleep_on racesArnd Bergmann2014-03-131-8/+8
| * | | DAC960: remove sleep_on usageArnd Bergmann2014-03-131-18/+16
| * | | mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev2014-03-131-2/+2
| * | | skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-211-26/+12
| * | | skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev2014-02-211-2/+1
| * | | skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev2014-02-211-24/+26
| * | | skd: Fix out of array boundary accessAlexander Gordeev2014-02-211-1/+1
| * | | mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-211-2/+2
| * | | mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev2014-02-211-1/+3
| * | | drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher2014-02-211-1/+1
| * | | drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher2014-02-172-19/+31
| * | | drbd: Use the right peer deviceAndreas Gruenbacher2014-02-171-31/+38
OpenPOWER on IntegriCloud