]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/shortlog
mirror_ubuntu-bionic-kernel.git
2017-11-11 Bart Van Asscheblk-mq: Avoid that request queue removal can trigger...
2017-11-11 Javier Gonzáleznvme: fix eui_show() print format
2017-11-11 Javier Gonzáleznvme: compare NQN string with right size
2017-11-11 Ming Leiblk-mq: put driver tag if dispatch budget can't be got
2017-11-11 Christoph Hellwigblock: pass full fmode_t to blk_verify_command
2017-11-11 Christoph Hellwigblock: remove __bio_kmap_atomic
2017-11-11 Jens Axboeblock: kill bio_kmap/kunmap_irq()
2017-11-11 Jens AxboeRevert "blk-mq: don't handle TAG_SHARED in restart"
2017-11-11 Shaohua Likthread: zero the kthread data structure
2017-11-11 Minwoo Imnvmet: fix comment typos in admin-cmd.c
2017-11-11 Max Gurtovoynvme-rdma: fix nvme_rdma_create_queue_ib error flow
2017-11-11 Israel Rukshinnvmet-rdma: update queue list during ib_device removal
2017-11-11 James Smartlpfc: tie in to new dev_loss_tmo interface in nvme...
2017-11-11 James Smartnvme-fc: decouple ns references from lldd references
2017-11-11 James Smartnvme-fc: fix localport resume using stale values
2017-11-11 Keith Buschnvme: check admin passthru command effects
2017-11-11 Keith Buschnvme: factor get log into a helper
2017-11-11 Christoph Hellwignvme: fix and clarify the check for missing metadata
2017-11-11 Christoph Hellwignvme: split __nvme_revalidate_disk
2017-11-11 Christoph Hellwignvme: set the chunk size before freezing the queue
2017-11-11 Christoph Hellwignvme: don't pass struct nvme_ns to nvme_config_discard
2017-11-11 Christoph Hellwignvme: don't pass struct nvme_ns to nvme_init_integrity
2017-11-11 Christoph Hellwignvme: always unregister the integrity profile in __nvme...
2017-11-11 Christoph Hellwignvme: move the dying queue check from cancel to completion
2017-11-11 Jens Axboeblktrace: fix unlocked registration of tracepoints
2017-11-11 Jens Axboeblktrace: fix unlocked access to init/start-stop/teardown
2017-11-07 Minwoo Imnull_blk: add an usage for shared tags in documentation
2017-11-07 Minwoo Imnull_blk: fix default values in documentation
2017-11-06 Josef Baciknbd: don't start req until after the dead connection...
2017-11-06 Josef Baciknbd: wait uninterruptible for the dead timeout
2017-11-04 Ming Leiblk-mq: don't allocate driver tag upfront for flush rq
2017-11-04 Ming Leiblk-mq: move blk_mq_put_driver_tag*() into blk-mq.h
2017-11-04 Ming Leiblk-mq-sched: decide how to handle flush rq via RQF_FLU...
2017-11-04 Ming Leiblk-flush: use blk_mq_request_bypass_insert()
2017-11-04 Ming Leiblock: pass 'run_queue' to blk_mq_request_bypass_insert
2017-11-04 Ming Leiblk-flush: don't run queue for requests bypassing flush
2017-11-04 Jianchao Wangblk-mq: put the driver tag of nxt rq before first one...
2017-11-04 weiping zhangblkcg: add sanity check for blkcg policy operations
2017-11-04 Ming Leiblk-mq: don't handle failure in .get_budget
2017-11-04 Ming LeiSCSI: don't get target/host busy_count in scsi_mq_get_b...
2017-11-04 Christoph Hellwigblock: fix peeking requests during PM
2017-11-03 Bart Van Asscheblk-mq: Make blk_mq_get_request() error path less confusing
2017-11-03 weiping zhangblk-mq: fix nr_requests wrong value when modify it...
2017-11-03 Jens Axboecdrom: hide CONFIG_CDROM menu selection
2017-11-03 Christoph Hellwigblock: add a poll_fn callback to struct request_queue
2017-11-03 Christoph Hellwigblock: introduce GENHD_FL_HIDDEN
2017-11-03 Christoph Hellwigblock: don't look at the struct device dev_t in disk_devt
2017-11-03 Christoph Hellwigblock: add a blk_steal_bios helper
2017-11-03 Christoph Hellwigblock: provide a direct_make_request helper
2017-11-03 Christoph Hellwigblock: add REQ_DRV bit
2017-11-03 Christoph Hellwigblock: move REQ_NOWAIT
2017-11-03 Jens AxboeMerge branch 'nvme-4.15' of git://git.infradead.org...
2017-11-03 Minwoo Imnvme: comment typo fixed in clearing AER
2017-11-02 Arnd Bergmannskd: use ktime_get_real_seconds()
2017-11-02 Arnd Bergmannblock: fix CDROM dependency on BLK_DEV
2017-11-01 Keith Buschnvme: Remove unused headers
2017-11-01 James Smartnvmet: fix fatal_err_work deadlock
2017-11-01 James Smartnvme-fc: add dev_loss_tmo timeout and remoteport resume...
2017-11-01 James Smartnvme: allow controller RESETTING to RECONNECTING transition
2017-11-01 James Smartnvme-fc: check connectivity before initiating reconnects
2017-11-01 James Smartnvme-fc: add a dev_loss_tmo field to the remoteport
2017-11-01 James Smartnvme-fc: change ctlr state assignments during reset...
2017-11-01 Sagi Grimbergnvme: flush reset_work before safely continuing with...
2017-11-01 Sagi Grimbergnvme-rdma: reuse nvme_delete_ctrl when reconnect attemp...
2017-11-01 Christoph Hellwignvme: consolidate common code from ->reset_work
2017-11-01 Christoph Hellwignvme-rdma: remove nvme_rdma_remove_ctrl
2017-11-01 Christoph Hellwignvme: move controller deletion to common code
2017-11-01 Christoph Hellwignvme-fc: merge __nvme_fc_schedule_delete_work into...
2017-11-01 James Smartnvme-fc: avoid workqueue flush stalls
2017-11-01 Bart Van Asscheblock: Rework drivers/cdrom/Makefile
2017-11-01 Ming Leiblk-mq: don't restart queue when .get_budget returns...
2017-11-01 Ming Leiblk-mq: don't handle TAG_SHARED in restart
2017-11-01 Ming Leiscsi: implement .get_budget and .put_budget for blk-mq
2017-11-01 Ming Leiscsi: allow passing in null rq to scsi_prep_state_check()
2017-11-01 Ming Leiblk-mq-sched: improve dispatching from sw queue
2017-11-01 Ming Leiblk-mq: introduce .get_budget and .put_budget in blk_mq_ops
2017-11-01 Ming Leiblock: kyber: check if there are requests in ctx in...
2017-11-01 Ming Leisbitmap: introduce __sbitmap_for_each_set()
2017-11-01 Ming Leiblk-mq-sched: move actual dispatching into one helper
2017-11-01 Ming Leiblk-mq-sched: dispatch from scheduler IFF progress...
2017-10-31 Scott BauerMAINTAINERS: Remove Rafael from Opal maintainers.
2017-10-30 Liang Chenbcache: explicitly destroy mutex while exiting
2017-10-30 tang.junhuibcache: fix wrong cache_misses statistics
2017-10-30 Tang Junhuibcache: update bucket_in_use in real time
2017-10-30 Elena Reshetovabcache: convert cached_dev.count from atomic_t to refco...
2017-10-30 Coly Libcache: only permit to recovery read error when cache...
2017-10-30 Bart Van Asscheblock: Fix a race between blk_cleanup_queue() and timeo...
2017-10-27 James Smartnvme-fc: remove NVME_FC_MAX_SEGMENTS
2017-10-27 James Smartnvme-fc: add support for duplicate_connect option
2017-10-27 James Smartnvme-rdma: add support for duplicate_connect option
2017-10-27 James Smartnvme: add helper to compare options to controller
2017-10-27 James Smartnvme: add duplicate_connect option
2017-10-27 Christoph Hellwignvme: check for a live controller in nvme_dev_open
2017-10-27 Christoph Hellwignvme: get rid of nvme_ctrl_list
2017-10-27 Christoph Hellwignvme: switch controller refcounting to use struct device
2017-10-27 Christoph Hellwignvme: simplify nvme_open
2017-10-27 Christoph Hellwignvme: use kref_get_unless_zero in nvme_find_get_ns
2017-10-25 Jens Axboemq-deadline: add 'deadline' as a name alias
2017-10-25 Jens Axboeelevator: allow name aliases
2017-10-25 Jens Axboeelevator: lookup mq vs non-mq elevators
next