lightnvm: add is_cached entry to struct ppa_addr
[linux-2.6-block.git] / drivers /
2016-05-06 Matias Bjørlinglightnvm: expose gennvm_mark_blk to targets
2016-05-06 Matias Bjørlinglightnvm: remove mgt targets on mgt removal
2016-05-06 Arnd Bergmannlightnvm: pass dma address to hardware rather than...
2016-05-06 Javier Gonzálezlightnvm: do not assume sequential lun alloc.
2016-05-06 Sagi Grimbergnvme/lightnvm: Log using the ctrl named device
2016-05-06 Javier Gonzálezlightnvm: rename dma helper functions
2016-05-06 Javier Gonzálezlightnvm: enable metadata to be sent to device
2016-05-06 Javier Gonzálezlightnvm: do not free unused metadata on rrpc
2016-05-06 Matias Bjørlinglightnvm: fix out of bound ppa lun id on bb tbl
2016-05-06 Matias Bjørlinglightnvm: refactor set_bb_tbl for accepting ppa list
2016-05-06 Matias Bjørlinglightnvm: move responsibility for bad blk mgmt to target
2016-05-06 Matias Bjørlinglightnvm: make nvm_set_rqd_ppalist() aware of vblks
2016-05-06 Matias Bjørlinglightnvm: remove struct factory_blks
2016-05-06 Matias Bjørlinglightnvm: refactor device ops->get_bb_tbl()
2016-05-06 Matias Bjørlinglightnvm: introduce nvm_for_each_lun_ppa() macro
2016-05-06 Simon A. F. Lundlightnvm: refactor dev->online_target to global nvm_targets
2016-05-06 Simon A. F. Lundlightnvm: rename nvm_targets to nvm_tgt_type
2016-05-06 Wenwei Taolightnvm: store rrpc->soffset in device sector size
2016-05-06 Wenwei Taolightnvm: calculate rrpc total blocks and sectors up...
2016-05-06 Matias Bjørlinglightnvm: avoid memory leak when lun_map kcalloc fails
2016-05-06 Matias Bjørlinglightnvm: move block fold outside of get_bb_tbl()
2016-05-06 Matias Bjørlinglightnvm: add fpg_size and pfpg_size to struct nvm_dev
2016-05-06 Matias Bjørlinglightnvm: implement nvm_submit_ppa_list
2016-05-06 Matias Bjørlinglightnvm: handle submit_io failure
2016-05-06 Jeff Mahoneylightnvm: fix "warning: ‘ret’ may be used uninitialized"
2016-05-03 Keith BuschNVMe: Fix reset/remove race
2016-05-02 Ming Linnvme: fix nvme_ns_remove() deadlock
2016-05-02 Ming Linnvme: switch to RCU freeing the namespace
2016-05-02 Ming Linnvme: add helper nvme_cleanup_cmd()
2016-05-02 Christoph Hellwignvme: move AER handling to common code
2016-05-02 Christoph Hellwignvme: move namespace scanning to core
2016-05-02 Christoph Hellwignvme: tighten up state check for namespace scanning
2016-05-02 Christoph Hellwignvme: introduce a controller state machine
2016-05-02 Christoph Hellwignvme: remove the io_incapable method
2016-05-02 Wang Sheng-HuiNVMe: nvme_core_exit() should do cleanup in the reverse...
2016-05-02 Keith BuschNVMe: Fix check_flush_dependency warning
2016-04-26 Wang Sheng-HuiNVMe: small typo in section BLK_DEV_NVME_SCSI of host...
2016-04-26 Christoph Hellwignvme: fix cntlid type
2016-04-26 Jeff Moyerskd: remove broken discard support
2016-04-13 Jens Axboeblock: kill off q->flush_flags
2016-04-13 Guilherme G. Piccolinvme: Avoid reset work on watchdog timer function durin...
2016-04-12 Jens AxboeNVMe: silence warning about unused 'dev'
2016-04-12 Jens Axboemtd: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboemmc/block: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboemd: update to using blk_queue_write_cache()
2016-04-12 Jens Axboeide-disk: update to using blk_queue_write_cache()
2016-04-12 Jens Axboexen-blkfront: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboedm: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboebcache: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboevirtio_blk: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboeps3disk: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboeskd_main: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboeosdblk: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboenbd: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboemtip32xx: remove call to blk_queue_flush()
2016-04-12 Jens Axboeloop: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboedrbd: switch to using blk_queue_write_cache()
2016-04-12 Jens AxboeNVMe: switch to using blk_queue_write_cache()
2016-04-12 Jens Axboesd: switch to using blk_queue_write_cache()
2016-04-12 Jens AxboeMerge branch 'for-4.7/core' into for-4.7/drivers
2016-04-12 Keith Buschmtip32xx: Convert to use blk_mq_tagset_busy_iter
2016-04-12 Sagi Grimbergnvme: Use blk-mq helper for IO termination
2016-04-12 Keith BuschNVMe: Skip async events for degraded controllers
2016-04-12 Ming Linnvme: add helper nvme_setup_cmd()
2016-04-12 Ming Linnvme: rewrite discard support
2016-04-12 Ming Linnvme: add helper nvme_map_len()
2016-04-12 Ming Linnvme: add missing lock nesting notation
2016-04-12 Keith BuschNVMe: Always use MSI/MSI-x interrupts
2016-04-12 Ming Linblock: add offset in blk_add_request_payload()
2016-04-11 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2016-04-11 Linus TorvaldsMerge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people...
2016-04-11 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2016-04-09 Linus TorvaldsMerge branch 'parisc-4.6-3' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge branch 'libnvdimm-fixes' of git://git./linux...
2016-04-09 Linus TorvaldsMerge tag 'gpio-v4.6-3' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge tag 'tty-4.6-rc3' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge tag 'usb-4.6-rc3' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge tag 'staging-4.6-rc3' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2016-04-09 Linus TorvaldsMerge tag 'md/4.6-rc2-fix' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge tag 'pm+acpi-4.6-rc3' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2016-04-09 Linus TorvaldsMerge branch 'for-linus-4.6' of git://git./linux/kernel...
2016-04-09 Linus TorvaldsMerge tag 'for-linus-4.6-ofs1' of git://git./linux...
2016-04-09 Linus TorvaldsMerge tag 'iommu-fixes-v4.6-rc2' of git://git./linux...
2016-04-09 Wolfram Sangi2c: jz4780: really prevent potential division by zero
2016-04-09 Wolfram SangRevert "i2c: jz4780: prevent potential division by...
2016-04-08 Greg Kroah-HartmanMerge tag 'usb-serial-4.6-rc3' of git://git./linux...
2016-04-08 David S. MillerMerge tag 'mac80211-for-davem-2016-04-06' of git:/...
2016-04-08 Jason Wangtuntap: restore default qdisc
2016-04-08 Rafael J. WysockiMerge branches 'pm-core', 'powercap' and 'pm-tools'
2016-04-08 Rafael J. WysockiMerge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi...
2016-04-08 Yong Ligpio: pca953x: Use correct u16 value for register word...
2016-04-08 Guenter Roeckgpiolib: Defer gpio device setup until after gpiolib...
2016-04-08 Guenter Roeckgpiolib: Do not use devm functions when registering...
2016-04-08 Robert Jarzmikgpio: pxa: fix legacy non pinctrl aware builds
2016-04-08 Dmitry Torokhovgpio / ACPI: ignore GpioInt() GPIOs when requesting...
2016-04-08 Dan Williamslibnvdimm, pfn: fix nvdimm_namespace_add_poison() vs...
2016-04-08 Dan Williamslibnvdimm, pfn: fix uuid validation
2016-04-08 Dan Williamslibnvdimm: fix smart data retrieval
next