summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | random32: add noise from network and scheduling activityWilly Tarreau2020-10-244-0/+30
| * | | | | | | | | random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-244-190/+318
* | | | | | | | | | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-2421-108/+222
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab2020-10-231-1/+1
| * | | | | | | | | | Merge tag 'nvme-5.10-2020-10-23' of git://git.infradead.org/nvme into block-5.10Jens Axboe2020-10-236-54/+115
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | nvme-fc: shorten reconnect delay if possible for FCJames Smart2020-10-231-1/+18
| | * | | | | | | | | | nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart2020-10-231-2/+5
| | * | | | | | | | | | nvme-fc: fix error loop in create_hw_io_queuesJames Smart2020-10-231-2/+2
| | * | | | | | | | | | nvme-fc: fix io timeout to abort I/OJames Smart2020-10-231-39/+69
| | * | | | | | | | | | nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni2020-10-221-1/+1
| | * | | | | | | | | | nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe2020-10-221-3/+4
| | * | | | | | | | | | nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe2020-10-221-1/+8
| | * | | | | | | | | | nvmet: fix uninitialized work for zero katozhenwei pi2020-10-221-1/+2
| | * | | | | | | | | | nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng2020-10-221-0/+2
| | * | | | | | | | | | nvme: use queuedata for nvme_req_qidKeith Busch2020-10-221-1/+1
| | * | | | | | | | | | nvme-rdma: fix crash due to incorrect cqeChao Leng2020-10-221-2/+3
| | * | | | | | | | | | nvme-rdma: fix crash when connect rejectedChao Leng2020-10-221-1/+0
| * | | | | | | | | | | null_blk: use zone status for max active/openKeith Busch2020-10-221-26/+43
| |/ / / / / / / / / /
| * | | | | | | | | | block: remove unused members for io_contextYufen Yu2020-10-201-6/+0
| * | | | | | | | | | blk-mq: remove the calling of local_memory_node()Xianting Tian2020-10-202-2/+2
| * | | | | | | | | | zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra2020-10-191-3/+5
| * | | | | | | | | | skd_main: remove unused including <linux/version.h>Tian Tao2020-10-171-1/+0
| * | | | | | | | | | sgl_alloc_order: fix memory leakDouglas Gilbert2020-10-161-1/+1
| * | | | | | | | | | lightnvm: fix out-of-bounds write to array devices->info[]Colin Ian King2020-10-161-2/+3
| * | | | | | | | | | nbd: make the config put is called before the notifying the waiterXiubo Li2020-10-141-1/+1
| * | | | | | | | | | scsi: handle zone resources errorsDamien Le Moal2020-10-131-0/+9
| * | | | | | | | | | nvme: translate zone resource errorsKeith Busch2020-10-131-0/+4
| * | | | | | | | | | block: add zone specific block statusesKeith Busch2020-10-133-0/+30
| * | | | | | | | | | block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim2020-10-131-1/+3
| * | | | | | | | | | block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang2020-10-131-5/+0
| * | | | | | | | | | block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang2020-10-131-5/+5
* | | | | | | | | | | Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-245-118/+191
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | splice: change exported internal do_splice() helper to take kernel offsetJens Axboe2020-10-222-15/+52
| * | | | | | | | | | | io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe2020-10-221-14/+12
| * | | | | | | | | | | io_uring: remove req cancel in ->flush()Pavel Begunkov2020-10-221-23/+5
| * | | | | | | | | | | io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe2020-10-221-4/+56
| * | | | | | | | | | | io_uring: don't reuse linked_timeoutPavel Begunkov2020-10-211-1/+3
| * | | | | | | | | | | io_uring: unify fsize with def->work_flagsJens Axboe2020-10-203-14/+18
| * | | | | | | | | | | io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov2020-10-191-4/+13
| * | | | | | | | | | | io_uring: do poll's hash_node init in common codePavel Begunkov2020-10-191-2/+1
| * | | | | | | | | | | io_uring: inline io_poll_task_handler()Pavel Begunkov2020-10-191-19/+12
| * | | | | | | | | | | io_uring: remove extra ->file check in poll prepPavel Begunkov2020-10-191-2/+0
| * | | | | | | | | | | io_uring: make cached_cq_overflow non atomic_tPavel Begunkov2020-10-191-5/+6
| * | | | | | | | | | | io_uring: inline io_fail_links()Pavel Begunkov2020-10-191-10/+3
| * | | | | | | | | | | io_uring: kill ref get/drop in personality initPavel Begunkov2020-10-191-4/+9
| * | | | | | | | | | | io_uring: flags-based creds init in queuePavel Begunkov2020-10-191-2/+2
* | | | | | | | | | | | Merge tag 'libata-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-244-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ata: fix some kernel-doc markupsMauro Carvalho Chehab2020-10-233-3/+3
| * | | | | | | | | | | | ata: sata_rcar: Fix DMA boundary maskGeert Uytterhoeven2020-10-161-1/+1
* | | | | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-2447-129/+308
|\ \ \ \ \ \ \ \ \ \ \ \ \