]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2019-05-06  Marcin Dziegielewskilightnvm: pblk: set propper line as data_line after gc
2019-05-06  Chansol Kimlightnvm: pblk: fix bio leak when bio is split
2019-05-06  Igor Konopkolightnvm: Inherit mdts from the parent nvme device
2019-05-06  Igor Konopkolightnvm: pblk: set proper read status in bio
2019-05-06  Igor Konopkolightnvm: pblk: cleanly fail when there is not enough...
2019-05-06  Igor Konopkolightnvm: pblk: ensure that erase is chunk aligned
2019-05-06  Igor Konopkolightnvm: pblk: fix race during put line
2019-05-06  Igor Konopkolightnvm: pblk: gracefully handle GC vmalloc fail
2019-05-06  Igor Konopkolightnvm: pblk: remove unused smeta_ssec field
2019-05-06  Igor Konopkolightnvm: pblk: reduce L2P memory footprint
2019-05-06  Igor Konopkolightnvm: pblk: rollback on error during gc read
2019-05-06  Igor Konopkolightnvm: pblk: line reference fix in GC
2019-05-04  Ming Leiblock: don't drain in-progress dispatch in blk_cleanup_...
2019-05-04  Ming Leiblk-mq: move cancel of hctx->run_work into blk_mq_hw_sy...
2019-05-04  Ming Leiblk-mq: always free hctx after request queue is freed
2019-05-04  Ming Leiblk-mq: split blk_mq_alloc_and_init_hctx into two parts
2019-05-04  Ming Leiblk-mq: free hw queue's resource in hctx's release...
2019-05-04  Ming Leiblk-mq: move cancel of requeue_work into blk_mq_release
2019-05-04  Ming Leiblk-mq: grab .q_usage_counter when queuing request...
2019-05-02  Jens AxboeMerge branch 'nvme-5.2' of git://git.infradead.org...
2019-05-02  Raul E Rangelblock: fix function name in comment
2019-05-01  Sagi Grimbergnvmet: protect discovery change log event list iteration
2019-05-01  Christoph Hellwignvme: mark nvme_core_init and nvme_core_exit static
2019-05-01  Christoph Hellwignvme: move command size checks to the core
2019-05-01  Minwoo Imnvme-fabrics: check more command sizes
2019-05-01  Minwoo Imnvme-pci: check more command sizes
2019-05-01  Minwoo Imnvme-pci: remove an unneeded variable initialization
2019-05-01  Keith Buschnvme-pci: unquiesce admin queue on shutdown
2019-05-01  Keith Buschnvme-pci: shutdown on timeout during deletion
2019-05-01  Klaus Birkelund... nvme-pci: fix psdt field for single segment sgls
2019-05-01  Hannes Reineckenvme-multipath: don't print ANA group state by default
2019-05-01  Hannes Reineckenvme-multipath: split bios with the ns_head bio_set...
2019-05-01  Sagi Grimbergnvme-tcp: fix possible null deref on a timed out io...
2019-05-01  Jens Axboebcache: make is_discard_enabled() static
2019-04-30  Christoph Hellwigblock: remove the unused blk_queue_dma_pad function
2019-04-30  Christoph Hellwigblock: add SPDX tags to block layer files missing licen...
2019-04-30  Christoph Hellwigblock: add a SPDX tag to blk-mq-rdma.h
2019-04-30  Christoph Hellwigsed-opal.h: remove redundant licence boilerplate
2019-04-30  Christoph Hellwigblock: switch all files cleared marked as GPLv2 or...
2019-04-30  Christoph Hellwigblock: switch all files cleared marked as GPLv2 to...
2019-04-30  Christoph Hellwigblock: clean up __bio_add_pc_page a bit
2019-04-30  Christoph Hellwigblock: remove bogus comments in __bio_add_pc_page
2019-04-30  Christoph Hellwigblock: remove the __bio_add_pc_page export
2019-04-30  Christoph Hellwigblock: remove the i argument to bio_for_each_segment_all
2019-04-30  Christoph Hellwigbcache: clean up do_btree_node_write a bit
2019-04-30  Coly Libcache: remove redundant LIST_HEAD(journal) from run_ca...
2019-04-26  Jens AxboeMerge branch 'nvme-5.2' of git://git.infradead.org...
2019-04-25  Christoph Hellwigmtip32xx: remove trim support
2019-04-25  Sagi Grimbergnvme: set 0 capacity if namespace block size exceeds...
2019-04-25  Minwoo Imnvme-rdma: fix typo in struct comment
2019-04-25  Ming Leinvme-loop: kill timeout handler
2019-04-25  Sagi Grimbergnvme-tcp: rename function to have nvme_tcp prefix
2019-04-25  Sagi Grimbergnvme-rdma: fix a NULL deref when an admin connect times out
2019-04-25  Sagi Grimbergnvme-tcp: fix a NULL deref when an admin connect times out
2019-04-25  Sagi Grimbergnvmet-tcp: don't fail maxr2t greater than 1
2019-04-25  Sagi Grimbergnvmet-file: clamp-down file namespace lba_shift
2019-04-25  Enrico Weigelt... nvmet: include <linux/scatterlist.h>
2019-04-25  Minwoo Imnvmet: return a specified error it subsys_alloc fails
2019-04-25  Max Gurtovoynvmet: rename nvme_completion instances from rsp to cqe
2019-04-25  Max Gurtovoynvmet-rdma: remove p2p_client initialization from fast...
2019-04-24  Shenghui Wangbcache: avoid potential memleak of list of journal_repl...
2019-04-24  Shenghui Wangbcache: fix wrong usage use-after-freed on keylist...
2019-04-24  Tang Junhuibcache: fix failure in journal relplay
2019-04-24  Coly Libcache: improve bcache_reboot()
2019-04-24  Coly Libcache: add comments for closure_fn to be called in...
2019-04-24  Coly Libcache: Add comments for blkdev_put() in registration...
2019-04-24  Coly Libcache: add error check for calling register_bdev()
2019-04-24  Coly Libcache: return error immediately in bch_journal_replay()
2019-04-24  Coly Libcache: add comments for kobj release callback routine
2019-04-24  Coly Libcache: add failure check to run_cache_set() for journa...
2019-04-24  Coly Libcache: never set KEY_PTRS of journal key to 0 in journ...
2019-04-24  Coly Libcache: move definition of 'int ret' out of macro read_...
2019-04-24  Liang Chenbcache: fix a race between cache register and cacheset...
2019-04-24  George Spelvinbcache: Clean up bch_get_congested()
2019-04-24  Geliang Tangbcache: use kmemdup_nul for CACHED_LABEL buffer
2019-04-24  Arnd Bergmannbcache: avoid clang -Wunintialized warning
2019-04-24  Guoju Fangbcache: fix inaccurate result of unused buckets
2019-04-24  Guoju Fangbcache: fix crashes stopping bcache device before read...
2019-04-24  Ming Leiblock: don't run get_page() on pages from non-bvec...
2019-04-23  Ming Leiblock: clarify that bio_add_page() and related helpers...
2019-04-22  Jens AxboeMerge branch 'md-next' of https://github.com/liu-song...
2019-04-22  Weiping Zhangblock: don't show io_timeout if driver has no timeout...
2019-04-22  Christoph Hellwigblock: avoid scatterlist offsets > PAGE_SIZE
2019-04-22  Hou Taobrd: re-enable __GFP_HIGHMEM in brd_insert_page()
2019-04-22  Yufen Yublock: fix use-after-free on gendisk
2019-04-22  Jens AxboeMerge tag 'v5.1-rc6' into for-5.2/block
2019-04-21  Linus TorvaldsLinux 5.1-rc6 v5.1-rc6
2019-04-20  Linus TorvaldsMerge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org...
2019-04-20  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2019-04-20  Linus TorvaldsMerge tag 'for-linus-20190420' of git://git.kernel...
2019-04-20  Linus TorvaldsMerge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel...
2019-04-20  Linus TorvaldsMerge tag 'sound-5.1-rc6' of git://git.kernel.org/pub...
2019-04-20  Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2019-04-20  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2019-04-20  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2019-04-20  Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2019-04-20  Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2019-04-20  Linus TorvaldsMerge branch 'for-5.1-fixes' of git://git.kernel.org...
2019-04-19  Linus TorvaldsMerge branch 'for-5.1-fixes' of git://git.kernel.org...
2019-04-19  Linus TorvaldsMerge tag 'tty-5.1-rc6' of git://git.kernel.org/pub...
next