]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2019-03-13  Sagi Grimbergnvme: put ns_head ref if namespace fails allocation
2019-03-13  Keith Buschnvme-trace: fix cdw10 buffer overrun
2019-03-13  Keith Buschnvme: don't warn on block content change effects
2019-03-13  Max Gurtovoynvme: add get-feature to admin cmds tracer
2019-03-13  Jens AxboeMerge branch 'for-5.1/md-post' of https://github.com...
2019-03-12  Aditya Pakkimd: Fix failed allocation of md_register_thread
2019-03-12  Xiao NiIt's wrong to add len to sector_nr in raid10 reshape...
2019-03-12  Mariusz Dabrowskiraid5: set write hint for PPL
2019-03-07  Javier Gonzálezpblk: fix max_io calculation
2019-03-06  Ming Leiblock: fix segment calculation for passthrough IO
2019-03-06  Jens AxboeMerge branch 'stable/for-jens-5.1' of git://git.kernel...
2019-03-02  Ming Leiblock: fix updating bio's front segment size
2019-02-28  Keyur Patelblock: Replace function name in string with __func__
2019-02-28  Li RongQingnbd: propagate genlmsg_reply return code
2019-02-28  YueHaibingfloppy: remove set but not used variable 'q'
2019-02-28  Heinz Mauelshagennull_blk: fix checking for REQ_FUA
2019-02-28  zhengbinblock: fix NULL pointer dereference in register_disk
2019-02-28  Carlos Maiolinofs: fix guard_bio_eod to check for real EOD errors
2019-02-28  Dongli Zhangblk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq...
2019-02-28  Christoph Hellwigblock: optimize bvec iteration in bvec_iter_advance
2019-02-28  Ming Leiblock: introduce mp_bvec_for_each_page() for iterating...
2019-02-27  Ming Leiblock: optimize blk_bio_segment_split for single-page...
2019-02-27  Ming Leiblock: optimize __blk_segment_map_sg() for single-page...
2019-02-27  Ming Leiblock: introduce bvec_nth_page()
2019-02-24  Christoph Hellwigiomap: wire up the iopoll method
2019-02-24  Jens Axboeblock: add bio_set_polled() helper
2019-02-24  Christoph Hellwigblock: wire up block device iopoll method
2019-02-24  Christoph Hellwigfs: add an iopoll method to struct file_operations
2019-02-24  Dongli Zhangxen/blkback: rework connect_ring() to avoid inconsisten...
2019-02-22  Dongli Zhangloop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
2019-02-22  Dongli Zhangloop: do not print warn message if partition scan is...
2019-02-21  Ming Leiblock: bounce: make sure that bvec table is updated
2019-02-21  Jens AxboeMerge branch 'nvme-5.1' of git://git.infradead.org...
2019-02-21  Chaitanya Kulkarninvme-rdma: use nr_phys_segments when map rq to sgl
2019-02-20  Christoph Hellwignvmet: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvmet-rdma: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme-loop: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvmet-fcloop: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvmet-fc: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme-pci: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme-lightnvm: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme-rdma: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme-fc: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme-fabrics: convert to SPDX identifiers
2019-02-20  Christoph Hellwignvme-tcp.h: fix SPDX header
2019-02-20  Christoph Hellwignvme_ioctl.h: remove duplicate GPL boilerplate
2019-02-20  Hannes Reineckenvme: return error from nvme_alloc_ns()
2019-02-20  Bart Van Asschenvme: avoid that deleting a controller triggers a circu...
2019-02-20  Bart Van Asschenvme: introduce a helper function for controller deletion
2019-02-20  Bart Van Asschenvme: unexport nvme_delete_ctrl_sync()
2019-02-20  Bart Van Asschenvme-pci: check kstrtoint() return value in queue_count...
2019-02-20  Bart Van Asschenvme-fabrics: document the poll function argument
2019-02-20  Bart Van Asschenvmet: fix indentation
2019-02-20  Hannes Reineckenvme-multipath: round-robin I/O policy
2019-02-19  Ming Leiblock: avoid to READ fields of null bio
2019-02-15  Jens AxboeMerge tag 'v5.0-rc6' into for-5.1/block
2019-02-15  Ming Leiblock: kill BLK_MQ_F_SG_MERGE
2019-02-15  Ming Leiblock: kill QUEUE_FLAG_NO_SG_MERGE
2019-02-15  Ming Leiblock: document usage of bio iterator helpers
2019-02-15  Ming Leiblock: always define BIO_MAX_PAGES as 256
2019-02-15  Ming Leiblock: enable multipage bvecs
2019-02-15  Ming Leiblock: allow bio_for_each_segment_all() to iterate...
2019-02-15  Ming Leibcache: avoid to use bio_for_each_segment_all() in...
2019-02-15  Ming Leiblock: loop: pass multi-page bvec to iov_iter
2019-02-15  Ming Leibtrfs: use mp_bvec_last_segment to get bio's last page
2019-02-15  Ming Leifs/buffer.c: use bvec iterator to truncate the bio
2019-02-15  Ming Leiblock: introduce mp_bvec_last_segment()
2019-02-15  Ming Leiblock: use bio_for_each_bvec() to map sg
2019-02-15  Ming Leiblock: use bio_for_each_bvec() to compute multi-page...
2019-02-15  Ming Leiblock: introduce bio_for_each_bvec() and rq_for_each_bvec()
2019-02-15  Ming Leiblock: introduce multi-page bvec helpers
2019-02-15  Ming Leiblock: remove bvec_iter_rewind()
2019-02-15  Ming Leiblock: don't use bio->bi_vcnt to figure out segment...
2019-02-15  Christoph Hellwigbtrfs: look at bi_size for repair decisions
2019-02-11  Aleksei Zakharovblock: avoid setting none scheduler if it's already...
2019-02-11  Aleksei Zakharovblock: avoid setting wbt_lat_usec to current value
2019-02-11  Heiner Litzlightnvm: pblk: fix race condition on GC
2019-02-11  Javier Gonzálezlightnvm: pblk: prevent stall due to wb threshold
2019-02-11  Hans Holmberglightnvm: pblk: extend line wp balance check
2019-02-11  Masahiro Yamadalightnvm: pblk: fix TRACE_INCLUDE_PATH
2019-02-11  Andy Shevchenkolightnvm: pblk: Switch to use new generic UUID API
2019-02-11  Andy Shevchenkolightnvm: Use u64 instead of __le64 for CPU visible...
2019-02-11  Hans Holmberglightnvm: pblk: use vfree to free metadata on error...
2019-02-11  Hans Holmberglightnvm: pblk: stop taking the free lock in in pblk_li...
2019-02-10  Linus TorvaldsLinux 5.0-rc6 v5.0-rc6
2019-02-10  Linus TorvaldsMerge tag 'dmaengine-fix-5.0-rc6' of git://git.infradea...
2019-02-10  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2019-02-10  Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2019-02-10  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2019-02-10  Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2019-02-10  Marcos Paulo... blk-sysfs: Rework documention of __blk_release_queue
2019-02-10  Marcos Paulo... blk-cgroup: Fix doc related to blkcg_exit_queue
2019-02-10  Juergen Grossx86/mm: Make set_pmd_at() paravirt aware
2019-02-09  Jens Axboeblock: queue flag cleanup
2019-02-09  Jens Axboeblock: kill QUEUE_FLAG_FLUSH_NQ
2019-02-09  Linus TorvaldsMerge branch 'i2c/for-current' of git://git.kernel...
2019-02-09  Linus TorvaldsMerge tag 'mips_fixes_5.0_3' of git://git.kernel.org...
2019-02-09  Linus TorvaldsMerge tag 'for-linus-20190209' of git://git.kernel...
2019-02-09  Linus TorvaldsMerge tag 'mtd/fixes-for-5.0-rc6' of git://git.infradea...
next