]> asedeno.scripts.mit.edu Git - linux.git/history - block
nvme-fabrics: allow nvmf_connect_io_queue to poll
[linux.git] / block /
2018-12-18 Sagi Grimbergblock: make request_to_qc_t public
2018-12-18 Ming Leiblk-mq: enable IO poll if .nr_queues of type poll > 0
2018-12-18 Jens Axboeblk-mq: change blk_mq_queue_busy() to blk_mq_queue_infl...
2018-12-17 Ming Leiblk-mq: skip zero-queue maps in blk_mq_map_swqueue
2018-12-17 Dennis Zhoublock: fix blk-iolatency accounting underflow
2018-12-17 Ming Leiblk-mq: fix dispatch from sw queue
2018-12-17 Damien Le Moalblock: mq-deadline: Fix write completion handling
2018-12-17 Christoph Hellwigblk-mq: only dispatch to non-defauly queue maps if...
2018-12-17 Ming Leiblk-mq: export hctx->type in debugfs instead of sysfs
2018-12-17 Ming Leiblk-mq: fix allocation for queue mapping table
2018-12-17 Ming Leiblk-wbt: export internal state via debugfs
2018-12-17 Ming Leiblk-mq-debugfs: support rq_qos
2018-12-16 Christoph Hellwigblock: clear REQ_HIPRI if polling is not supported
2018-12-16 Jianchao Wangblk-mq: replace and kill blk_mq_request_issue_directly
2018-12-16 Jianchao Wangblk-mq: issue directly with bypass 'false' in blk_mq_sc...
2018-12-16 Jianchao Wangblk-mq: refactor the code of issue request directly
2018-12-16 Christoph Hellwigblock: remove the bio_integrity_advance export
2018-12-16 Christoph Hellwigblock: remove the bioset_integrity_free export
2018-12-14 Christoph Hellwigblock: remove the unused bio_set_pages_dirty and bio_ch...
2018-12-14 Christoph Hellwigblock: remove the unused bio_iov_iter_get_pages export
2018-12-14 Christoph Hellwigblock: remove the blk_recount_segments export
2018-12-14 Christoph Hellwigblock: remove the bio_phys_segments export
2018-12-13 Jens AxboeMerge branch 'nvme-4.21' of git://git.infradead.org...
2018-12-13 Sagi Grimbergblk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
2018-12-13 Dennis Zhoublkcg: handle dying request_queue when associating a blkg
2018-12-12 Ming Leiblock: deactivate blk_stat timer in wbt_disable_default()
2018-12-10 Mikulas Patockablock: return just one value from part_in_flight
2018-12-10 Mikulas Patockablock: switch to per-cpu in-flight counters
2018-12-10 Mikulas Patockablock: delete part_round_stats and switch to less preci...
2018-12-10 Mike Snitzerblock: stop passing 'cpu' to all percpu stats methods
2018-12-10 Jens AxboeMerge tag 'v4.20-rc6' into for-4.21/block
2018-12-09 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2018-12-09 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2018-12-09 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2018-12-09 Linus TorvaldsMerge branch 'efi-urgent-for-linus' of git://git.kernel...
2018-12-09 Linus TorvaldsMerge tag 'char-misc-4.20-rc6' of git://git.kernel...
2018-12-09 Linus TorvaldsMerge tag 'staging-4.20-rc6' of git://git.kernel.org...
2018-12-09 Linus TorvaldsMerge tag 'tty-4.20-rc6' of git://git.kernel.org/pub...
2018-12-09 Linus TorvaldsMerge tag 'usb-4.20-rc6' of git://git.kernel.org/pub...
2018-12-09 Linus TorvaldsMerge tag '4.20-rc5-smb3-fixes' of git://git.samba...
2018-12-09 Linus TorvaldsMerge tag 'dax-fixes-4.20-rc6' of git://git.kernel...
2018-12-09 Linus TorvaldsMerge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kerne...
2018-12-09 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2018-12-08 Linus TorvaldsMerge tag 'asm-generic-4.20' of git://git.kernel.org...
2018-12-08 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2018-12-08 Linus TorvaldsMerge tag 'xfs-4.20-fixes-3' of git://git.kernel.org...
2018-12-08 Ming Leiblk-mq: re-build queue map in case of kdump kernel
2018-12-08 Josef Bacikblock: convert io-latency to use rq_qos_wait
2018-12-08 Josef Bacikblock: convert wbt_wait() to use rq_qos_wait()
2018-12-08 Josef Bacikblock: add rq_qos_wait to rq_qos
2018-12-08 Dennis Zhoublkcg: rename blkg_try_get() to blkg_tryget()
2018-12-08 Dennis Zhoublkcg: change blkg reference counting to use percpu_ref
2018-12-08 Dennis Zhoublkcg: remove bio_disassociate_task()
2018-12-08 Dennis Zhoublkcg: remove additional reference to the css
2018-12-08 Dennis Zhoublkcg: remove bio->bi_css and instead use bio->bi_blkg
2018-12-08 Dennis Zhoublkcg: associate writeback bios with a blkg
2018-12-08 Dennis Zhoublkcg: associate a blkg for pages being evicted by swap
2018-12-08 Dennis Zhoublkcg: consolidate bio_issue_init() to be a part of core
2018-12-08 Dennis Zhoublkcg: associate blkg when associating a device
2018-12-08 Dennis Zhoudm: set the static flush bio device on demand
2018-12-08 Dennis Zhoublkcg: introduce common blkg association logic
2018-12-08 Dennis Zhoublkcg: convert blkg_lookup_create() to find closest blkg
2018-12-08 Dennis Zhoublkcg: update blkg_lookup_create() to do locking
2018-12-08 Dennis Zhoublkcg: fix ref count issue with bio_blkcg() using task_css
2018-12-07 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2018-12-07 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2018-12-07 Linus TorvaldsMerge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel...
2018-12-07 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2018-12-07 Linus TorvaldsMerge tag 'pci-v4.20-fixes-3' of git://git.kernel.org...
2018-12-07 Linus TorvaldsMerge tag 'for-linus-20181207' of git://git.kernel...
2018-12-07 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git.kerne...
2018-12-07 Linus TorvaldsMerge tag 'dmaengine-fix-4.20-rc6' of git://git.infrade...
2018-12-07 Jens AxboeMerge branch 'nvme-4.20' of git://git.infradead.org...
2018-12-07 Jens Axboeblk-mq: punt failed direct issue to dispatch list
2018-12-07 Paolo Valenteblock, bfq: fix decrement of num_active_groups
2018-12-07 Linus TorvaldsMerge tag 'drm-fixes-2018-12-07' of git://anongit.freed...
2018-12-07 Linus TorvaldsMerge tag 'nfs-for-4.20-5' of git://git.linux-nfs.org...
2018-12-07 Linus TorvaldsMerge branch 'spectre' of git://git.armlinux.org.uk...
2018-12-07 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2018-12-06 Linus TorvaldsMerge tag 'trace-v4.20-rc5' of git://git.kernel.org...
2018-12-06 Linus TorvaldsMerge tag 'sound-4.20-rc6' of git://git.kernel.org...
2018-12-06 Linus TorvaldsMerge tag 'csky-4.20-rc6' of github.com:c-sky/csky-linux
2018-12-06 Dave AirlieMerge tag 'drm-misc-fixes-2018-12-05' of git://anongit...
2018-12-06 Dave AirlieMerge branch 'drm-fixes-4.20' of git://people.freedeskt...
2018-12-06 Dave AirlieMerge tag 'msm-fixes-2018-12-04' of https://gitlab...
2018-12-06 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2018-12-05 Linus TorvaldsMerge tag 'arc-4.20-rc6' of git://git.kernel.org/pub...
2018-12-05 Linus TorvaldsMerge tag 'for-linus-20181205' of git://git.kernel...
2018-12-05 David S. MillerMerge tag 'mac80211-for-davem-2018-12-05' of git:/...
2018-12-05 Linus TorvaldsMerge tag 'for-4.20-rc5-tag' of git://git.kernel.org...
2018-12-05 Linus TorvaldsMerge tag 'mfd-fixes-4.20' of git://git.kernel.org...
2018-12-05 Jens Axboeblk-mq: fix corruption with direct issue
2018-12-04 Christoph Hellwigblock: enable polling by default if a poll map is inita...
2018-12-04 Christoph Hellwigblock: only allow polling if a poll queue_map exists
2018-12-04 Christoph Hellwigblock: remove ->poll_fn
2018-12-04 Christoph Hellwigblock: move queues types to the block layer
2018-12-04 Linus TorvaldsMerge branch 'parisc-4.20-4' of git://git.kernel.org...
2018-12-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-12-04 Jens AxboeMerge tag 'v4.20-rc5' into for-4.21/block
2018-12-03 Jens Axboeblk-mq: don't call ktime_get_ns() if we don't need it
next