aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2014-04-08drivers/block/loop.c: ratelimit error messagesMike Galbraith1-4/+4
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds10-170/+797
2014-04-07zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2-9/+11
2014-04-07zram: propagate error to userMinchan Kim3-11/+20
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2-15/+18
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky5-0/+82
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky4-6/+66
2014-04-07zram: add set_max_streams knobSergey Senozhatsky3-3/+41
2014-04-07zram: add multi stream functionalitySergey Senozhatsky4-5/+167
2014-04-07zram: factor out single stream compressionSergey Senozhatsky2-10/+59
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky3-43/+36
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky4-0/+237
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky1-11/+5
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky1-15/+0
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-07zram: report failed read and write statsSergey Senozhatsky1-0/+4
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky1-59/+23
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky2-12/+12
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky2-13/+0
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky1-18/+12
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky2-11/+11
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-28/+59
2014-04-03rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-15/+39
2014-04-03rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov1-10/+18
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov1-1/+1
2014-04-03rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-04-03rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov1-4/+3
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+17
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds24-5486/+5885
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-20/+40
2014-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+0
2014-03-29rbd: drop an unsafe assertionAlex Elder1-1/+0
2014-03-24virtio-blk: base queue-depth on virtqueue ringsize or module paramRusty Russell1-1/+9
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe1-1/+2
2014-03-13mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2-39/+50
2014-03-13mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi1-12/+12
2014-03-13mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-03-13nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-24/+9
2014-03-13cciss: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev1-2/+0
2014-03-13swim3: fix interruptible_sleep_on raceArnd Bergmann1-7/+11
2014-03-13ataflop: fix sleep_on racesArnd Bergmann1-8/+8
2014-03-13DAC960: remove sleep_on usageArnd Bergmann1-18/+16
2014-03-13mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev1-2/+2
2014-03-13virtio_blk: don't crash, report error if virtqueue is broken.Rusty Russell1-2/+8
2014-03-10mtip32xx: fix bad use of smp_processor_id()Jens Axboe1-1/+1
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1