OSDN Git Service

block/swim3: Remove dead return statement
[uclinux-h8/linux.git] / drivers /
2018-12-31 Finn Thainblock/swim3: Remove dead return statement
2018-12-31 Finn Thainblock/amiflop: Don't log error message on invalid ioctl
2018-12-29 Wenwen Wanggdrom: fix a memory leak bug
2018-12-22 Gustavo A. R. Silvalightnvm: pblk: fix use-after-free bug
2018-12-22 Chengguang Xublock: sunvdc: remove redundant code
2018-12-22 Chengguang Xublock: loop: remove redundant code
2018-12-20 Nathan Chancellordrbd: Change drbd_request_detach_interruptible's return...
2018-12-20 Lars Ellenbergdrbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the...
2018-12-20 Lars Ellenbergdrbd: skip spurious timeout (ping-timeo) when failing...
2018-12-20 Lars Ellenbergdrbd: don't retry connection if peers do not agree...
2018-12-20 Luc Van Oostenryckdrbd: fix print_st_err()'s prototype to match the defin...
2018-12-20 Lars Ellenbergdrbd: avoid spurious self-outdating with concurrent...
2018-12-20 Lars Ellenbergdrbd: do not block when adjusting "disk-options" while...
2018-12-20 Lars Ellenbergdrbd: fix comment typos
2018-12-20 Lars Ellenbergdrbd: reject attach of unsuitable uuids even if connected
2018-12-20 Lars Ellenbergdrbd: attach on connected diskless peer must not shrink...
2018-12-20 Lars Ellenbergdrbd: fix confusing error message during attach
2018-12-20 Lars Ellenbergdrbd: disconnect, if the wrong UUIDs are attached on...
2018-12-20 Lars Ellenbergdrbd: ignore "all zero" peer volume sizes in handshake
2018-12-20 Lars Ellenbergdrbd: centralize printk reporting of new size into...
2018-12-20 Lars Ellenbergdrbd: must not use connection after kref_put(&connectio...
2018-12-20 Roland Kammererdrbd: narrow rcu_read_lock in drbd_sync_handshake
2018-12-19 Jens Axboedm: don't reuse bio for flushes
2018-12-19 Jens AxboeMerge branch 'nvme-4.21' of git://git.infradead.org...
2018-12-19 yupengnvme-pci: trace SQ status on completions
2018-12-18 Sagi Grimbergnvme-rdma: implement polling queue map
2018-12-18 Sagi Grimbergnvme-fabrics: allow user to pass in nr_poll_queues
2018-12-18 Sagi Grimbergnvme-fabrics: allow nvmf_connect_io_queue to poll
2018-12-18 Sagi Grimbergnvme-core: optionally poll sync commands
2018-12-18 Colin Ian Kingnvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
2018-12-18 Christoph Hellwignvme-tcp: fix endianess annotations
2018-12-18 Christoph Hellwignvmet-tcp: fix endianess annotations
2018-12-18 Christoph Hellwignvme-pci: refactor nvme_poll_irqdisable to make sparse...
2018-12-18 Christoph Hellwignvme-pci: only set nr_maps to 2 if poll queues are...
2018-12-18 Chaitanya Kulkarninvmet: use a macro for default error location
2018-12-18 Colin Ian Kingnvmet: fix comparison of a u16 with -1
2018-12-18 Jens Axboeblk-mq: change blk_mq_queue_busy() to blk_mq_queue_infl...
2018-12-17 Christoph Hellwignvme-pci: don't share queue maps
2018-12-16 Chengguang Xublock: loop: check error using IS_ERR instead of IS_ERR...
2018-12-16 Chengguang Xuaoe: add __exit annotation
2018-12-13 Sagi Grimbergnvme: fix kernel paging oops
2018-12-13 Jens AxboeMerge branch 'nvme-4.21' of git://git.infradead.org...
2018-12-13 Guoju Fangbcache: print number of keys in trace_bcache_journal_write
2018-12-13 Coly Libcache: set writeback_percent in a flexible range
2018-12-13 Coly Libcache: make cutoff_writeback and cutoff_writeback_sync...
2018-12-13 Coly Libcache: add MODULE_DESCRIPTION information
2018-12-13 Coly Libcache: option to automatically run gc thread after...
2018-12-13 Coly Libcache: introduce force_wake_up_gc()
2018-12-13 Shenghui Wangbcache: cannot set writeback_running via sysfs if no...
2018-12-13 Shenghui Wangbcache: do not mark writeback_running too early
2018-12-13 Shenghui Wangbcache: update comment in sysfs.c
2018-12-13 Shenghui Wangbcache: update comment for bch_data_insert
2018-12-13 Shenghui Wangbcache: do not check if debug dentry is ERR or NULL...
2018-12-13 Shenghui Wangbcache: add comment for cache_set->fill_iter
2018-12-13 Sagi Grimbergnvme-rdma: support separate queue maps for read and...
2018-12-13 Sagi Grimbergnvme-tcp: support separate queue maps for read and...
2018-12-13 Sagi Grimbergnvme-fabrics: allow user to set nr_write_queues for...
2018-12-13 Sagi Grimbergnvme-fabrics: add missing nvmf_ctrl_options documentation
2018-12-13 Sagi Grimbergblk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
2018-12-13 Chaitanya Kulkarninvmet: update smart log with num err log entries
2018-12-13 Chaitanya Kulkarninvmet: add error log page cmd handler
2018-12-13 Chaitanya Kulkarninvmet: add error log support for file backend
2018-12-13 Chaitanya Kulkarninvmet: add error log support for bdev backend
2018-12-13 Chaitanya Kulkarninvmet: add error log support for admin-cmd
2018-12-13 Chaitanya Kulkarninvmet: add error log support for rdma backend
2018-12-13 Chaitanya Kulkarninvmet: add error log support for fabrics-cmd
2018-12-13 Chaitanya Kulkarninvmet: add error log support in the core
2018-12-13 Chaitanya Kulkarninvmet: add interface to update error-log page
2018-12-13 Chaitanya Kulkarninvmet: add error-log definitions
2018-12-13 Chaitanya Kulkarninvme: remove nvme_common command cdw10 array
2018-12-13 Sagi Grimbergnvmet: remove unused variable
2018-12-13 Jens Axboenvme: provide fallback for discard alloc failure
2018-12-13 Chengguang Xunvme: add __exit annotation
2018-12-13 Sagi Grimbergnvme-tcp: add NVMe over TCP host driver
2018-12-13 Sagi Grimbergnvmet: allow configfs tcp trtype configuration
2018-12-13 Sagi Grimbergnvmet-tcp: add NVMe over TCP target driver
2018-12-13 Sagi Grimbergnvme-fabrics: allow user passing data digest
2018-12-13 Sagi Grimbergnvme-fabrics: allow user passing header digest
2018-12-13 Sagi Grimbergnvmet: Add install_queue callout
2018-12-13 Sagi Grimbergath6kl: add ath6kl_ prefix to crypto_type
2018-12-11 Igor Konopkolightnvm: pblk: do not overwrite ppa list with meta...
2018-12-11 Igor Konopkolightnvm: pblk: support packed metadata
2018-12-11 Igor Konopkolightnvm: disable interleaved metadata
2018-12-11 Igor Konopkolightnvm: dynamic DMA pool entry size
2018-12-11 Igor Konopkolightnvm: pblk: add helpers for OOB metadata
2018-12-11 Igor Konopkolightnvm: pblk: move lba list to partial read context
2018-12-11 Javier Gonzálezlightnvm: pblk: avoid ref warning on cache creation
2018-12-11 Matias Bjørlinglightnvm: simplify geometry enumeration
2018-12-11 Javier Gonzálezlightnvm: pblk: add comments wrt locking in recovery...
2018-12-11 Hua Sulightnvm: pblk: add lock protection to list operations
2018-12-11 Hua Sulightnvm: pblk: fix spelling in comment
2018-12-11 Hans Holmberglightnvm: pblk: remove dead code in pblk_recov_l2p
2018-12-11 Hans Holmberglightnvm: pblk: fix pblk_lines_init error handling...
2018-12-11 Hans Holmberglightnvm: pblk: remove unused macro
2018-12-11 Hans Holmberglightnvm: pblk: set conservative threshold for user...
2018-12-11 Hans Holmberglightnvm: pblk: stop writes gracefully when running...
2018-12-11 Hans Holmberglightnvm: pblk: account for write error sectors in...
2018-12-11 Hans Holmberglightnvm: pblk: fix resubmission of overwritten write...
2018-12-11 Hans Holmberglightnvm: pblk: fix chunk close trace event check
2018-12-11 Geert Uytterhoevenlightnvm: Fix uninitialized return value in nvm_get_chu...
next