linux-2.6-microblaze.git
2022-08-02 Christoph Hellwignvme: don't always build constants.o
2022-08-02 Bean Huonvme: use command_id instead of req->tag in trace_nvme_...
2022-08-02 Mikulas Patockamd-raid10: fix KASAN warning
2022-08-02 Mikulas Patockamd-raid: destroy the bitmap after destroying the thread
2022-08-02 Christoph Hellwigmd: return the allocated devices from md_alloc
2022-08-02 Christoph Hellwigmd: open code md_probe in autorun_devices
2022-08-02 Yang Limd: remove unneeded semicolon
2022-08-02 Christoph Hellwigremove the sx8 block driver
2022-08-02 Stephen Rothwellmd: fix build failure for !MODULE
2022-08-02 Jackie Liuraid5: fix duplicate checks for rdev->saved_raid_disk
2022-08-02 Christoph Hellwigmd: simplify md_open
2022-08-02 Christoph Hellwigmd: only delete entries from all_mddevs when the disk...
2022-08-02 Christoph Hellwigmd: stop using for_each_mddev in md_exit
2022-08-02 Christoph Hellwigmd: stop using for_each_mddev in md_notify_reboot
2022-08-02 Christoph Hellwigmd: stop using for_each_mddev in md_do_sync
2022-08-02 Christoph Hellwigmd: factor out the rdev overlaps check from rdev_size_store
2022-08-02 Christoph Hellwigmd: rename md_free to md_kobj_release
2022-08-02 Christoph Hellwigmd: implement ->free_disk
2022-08-02 Christoph Hellwigmd: fix error handling in md_alloc
2022-08-02 Christoph Hellwigmd: fix mddev->kobj lifetime
2022-08-02 Logan Gunthorpemd/raid5: Convert prepare_to_wait() to wait_woken(...
2022-08-02 Logan Gunthorpemd/raid5: Fix sectors_to_do bitmap overflow in raid5_ma...
2022-08-02 Coly Libcache: remove EXPERIMENTAL for Kconfig option 'Asynchr...
2022-08-02 Yu Kuainbd: add missing definition of pr_fmt
2022-08-02 Dan Carpenternull_blk: fix ida error handling in null_add_dev()
2022-08-02 Joel Granadosnvme-multipath: refactor nvme_mpath_add_disk
2022-08-02 Guixin Liunvme-apple: use nvme core helper to cancel requests...
2022-08-02 Guixin Liunvme-pci: use nvme core helper to cancel requests in...
2022-08-02 Caleb Sandernvme-tcp: use in-capsule data for I/O connect
2022-08-02 Israel Rukshinnvme-rdma: remove timeout for getting RDMA-CM establish...
2022-08-02 Vincent Funull_blk: add configfs variables for 2 options
2022-08-02 Vincent Funull_blk: add module parameters for 4 options
2022-08-02 Md Haris Iqbalblock/rnbd-srv: Replace sess_dev_list with index_idr
2022-08-02 Md Haris Iqbalblock/rnbd-srv: Set keep_id to true after mutex_trylock
2022-08-02 Hannes Reineckenvmet-auth: expire authentication sessions
2022-08-02 Hannes Reineckenvmet-auth: Diffie-Hellman key exchange support
2022-08-02 Hannes Reineckenvmet: implement basic In-Band Authentication
2022-08-02 Hannes Reineckenvmet: parse fabrics commands on io queues
2022-08-02 Hannes Reineckenvme-auth: Diffie-Hellman key exchange support
2022-08-02 Hannes Reineckenvme: implement In-Band authentication
2022-08-02 Hannes Reineckenvme-fabrics: decode 'authentication required' connect...
2022-08-02 Hannes Reineckenvme: add definitions for NVMe In-Band authentication
2022-08-02 Hannes Reineckelib/base64: RFC4648-compliant base64 encoding
2022-08-02 Hannes Reineckecrypto: add crypto_has_kpp()
2022-08-02 Hannes Reineckecrypto: add crypto_has_shash()
2022-08-02 Sagi Grimbergnvme-loop: use nvme core helpers to cancel all requests...
2022-08-02 Chaitanya Kulkarninvme: fix qid param blk_mq_alloc_request_hctx
2022-08-02 Chaitanya Kulkarninvme: remove unused timeout parameter
2022-08-02 Michael Kelleynvme: handle the persistent internal error AER
2022-08-02 Xiang wangxnvme: remove a double word in a comment
2022-08-02 Guoqing Jiangrnbd-clt: make rnbd_clt_change_capacity return void
2022-08-02 Guoqing Jiangrnbd-clt: pass sector_t type for resize capacity
2022-08-02 Guoqing Jiangrnbd-clt: check capacity inside rnbd_clt_change_capacity
2022-08-02 Guoqing Jiangrnbd-clt: adjust the layout of struct rnbd_clt_dev
2022-08-02 Guoqing Jiangrnbd-clt: reduce the size of struct rnbd_clt_dev
2022-08-02 Guoqing Jiangrnbd-clt: kill read_only from struct rnbd_clt_dev
2022-08-02 Guoqing Jiangrnbd-clt: don't free rsp in msg_open_conf for map scenario
2022-08-02 Guoqing Jiangrnbd-clt: open code send_msg_open in rnbd_clt_map_device
2022-08-02 Christophe... block: null_blk: Use the bitmap API to allocate bitmaps
2022-08-02 Zhang Jiamingmd: Fix spelling mistake in comments
2022-08-02 Logan Gunthorpemd/raid5: Increase restriction on max segments per...
2022-08-02 Logan Gunthorpemd/raid5: Improve debug prints
2022-08-02 Logan Gunthorpemd/raid5: Pivot raid5_make_request()
2022-08-02 Logan Gunthorpemd/raid5: Check all disks in a stripe_head for reshape...
2022-08-02 Logan Gunthorpemd/raid5: Refactor add_stripe_bio()
2022-08-02 Logan Gunthorpemd/raid5: Keep a reference to last stripe_head for...
2022-08-02 Logan Gunthorpemd/raid5: Refactor for loop in raid5_make_request(...
2022-08-02 Logan Gunthorpemd/raid5: Move read_seqcount_begin() into make_stripe_r...
2022-08-02 Logan Gunthorpemd/raid5: Drop the do_prepare flag in raid5_make_request()
2022-08-02 Logan Gunthorpemd/raid5: Factor out helper from raid5_make_request...
2022-08-02 Logan Gunthorpemd/raid5: Move common stripe get code into new find_get...
2022-08-02 Logan Gunthorpemd/raid5: Move stripe_add_to_batch_list() call out...
2022-08-02 Logan Gunthorpemd/raid5: Refactor raid5_make_request loop
2022-08-02 Logan Gunthorpemd/raid5: Factor out ahead_of_reshape() function
2022-08-02 Logan Gunthorpemd/raid5: Make logic blocking check consistent with...
2022-08-02 Guoqing Jiangmd: unlock mddev before reap sync_thread in action_store
2022-08-02 Chris Webbmd: Explicitly create command-line configured devices
2022-08-02 Logan Gunthorpemd: Notify sysfs sync_completed in md_reap_sync_thread()
2022-08-02 Logan Gunthorpemd: Ensure resync is reported after it starts
2022-08-02 Logan Gunthorpemd: Use enum for overloaded magic numbers used by mddev...
2022-08-02 Logan Gunthorpemd/raid5-cache: Annotate pslot with __rcu notation
2022-08-02 Logan Gunthorpemd/raid5-cache: Clear conf->log after finishing work
2022-08-02 Logan Gunthorpemd/raid5-cache: Drop RCU usage of conf->log
2022-08-02 Logan Gunthorpemd/raid5-cache: Take mddev_lock in r5c_journal_mode_show()
2022-08-02 Logan Gunthorpemd/raid5: suspend the array for calls to log_exit()
2022-08-02 Logan Gunthorpemd/raid5-ppl: Drop unused argument from ppl_handle_flus...
2022-08-02 Logan Gunthorpemd/raid5-log: Drop extern decorators for function proto...
2022-08-02 Song LiuMAINTAINERS: add patchwork link to linux-raid project
2022-08-02 Lars Ellenbergdrbd: bm_page_async_io: fix spurious bitmap "IO error...
2022-08-02 Linus TorvaldsMerge tag 'for-6.0/dm-changes' of git://git./linux...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/block-2022-07-29' of git://git...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/io_uring-zerocopy-send-2022-07...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/io_uring-buffered-writes-2022-07...
2022-08-02 Linus TorvaldsMerge tag 'for-5.20/io_uring-2022-07-29' of git://git...
2022-08-02 Linus TorvaldsMerge branch 'turbostat' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'thermal-5.20-rc1' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'pm-5.20-rc1' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'acpi-5.20-rc1' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'hwmon-for-v5.20' of git://git./linux/kernel...
2022-08-02 Linus TorvaldsMerge tag 'pwm/for-5.20-rc1' of git://git./linux/kernel...
next