summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-275/+0
2015-06-27Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+96
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-433/+554
2015-06-26zram: check comp algorithm availability earlierSergey Senozhatsky3-0/+9
2015-06-26zram: cut trailing newline in algorithm nameSergey Senozhatsky2-1/+9
2015-06-26zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky1-5/+3
2015-06-26zram: add dynamic device add/remove functionalitySergey Senozhatsky1-3/+97
2015-06-26zram: close race by open overridingSergey Senozhatsky2-19/+38
2015-06-26zram: return zram device_id from zram_add()Sergey Senozhatsky1-9/+14
2015-06-26zram: trivial: correct flag operations commentSergey Senozhatsky1-1/+1
2015-06-26zram: report every added and removed deviceSergey Senozhatsky1-2/+3
2015-06-26zram: remove max_num_devices limitationSergey Senozhatsky2-13/+1
2015-06-26zram: reorganize code layoutSergey Senozhatsky1-363/+362
2015-06-26zram: use idr instead of `zram_devices' arraySergey Senozhatsky1-37/+49
2015-06-26zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky1-1/+1
2015-06-26zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2-13/+1
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+7
2015-06-26Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds9-1451/+964
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-33/+31
2015-06-25libnvdimm, pmem: move pmem to drivers/nvdimm/Dan Williams3-274/+0
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2015-06-24mtip32xx: Fix accessing freed memorySelvan Mani2-21/+0
2015-06-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-7/+21
2015-06-23Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-06-20block: nvme-scsi: Catch kcalloc failureAxel Lin1-2/+4
2015-06-19NVMe: Fix IO for extended metadata formatsKeith Busch1-6/+6
2015-06-17nvme: don't overwrite req->cmd_flags on sync cmdMatias Bjørling1-1/+1
2015-06-16mtip32xx: increase wait time for hba resetAsai Thambi SP1-2/+5
2015-06-16mtip32xx: fix minor numberAsai Thambi SP1-1/+2
2015-06-16mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()Asai Thambi SP1-1/+0
2015-06-16mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP1-98/+45
2015-06-16mtip32xx: Abort I/O during secure erase operationAsai Thambi SP1-4/+28
2015-06-16mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP1-4/+1
2015-06-16mtip32xx: remove unused variable 'port->allocated'Asai Thambi SP2-21/+2
2015-06-16mtip32xx: fix rmmod issueAsai Thambi SP1-6/+7
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-12block: pmem: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2015-06-11zram: clear disk io accounting when reset zram deviceWeijie Yang1-0/+2
2015-06-10block/ps3vram: Remove obsolete reference to MTDGeert Uytterhoeven1-1/+1
2015-06-10block/ps3vram: Fix sparse warningsGeoff Levand1-16/+16
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2015-06-07drivers/block/pmem: Map NVDIMM in Write-Through modeToshi Kani1-2/+2
2015-06-05NVMe: Automatic namespace rescanKeith Busch1-32/+127
2015-06-05NVMe: Memory barrier before queue_count is incrementedJon Derrick1-1/+4
2015-06-05NVMe: add sysfs and ioctl controller resetKeith Busch1-0/+53
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo2-0/+2
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-5/+5
2015-06-02null_blk: restart request processing on completion handlerAkinobu Mita1-0/+12
2015-06-02null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita1-1/+1