summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig2021-05-203-22/+6
* Merge tag 'nvme-5.13-2021-05-20' of git://git.infradead.org/nvme into block-5.13Jens Axboe2021-05-204-4/+19
|\
| * nvme-fc: clear q_live at beginning of association teardownJames Smart2021-05-191-0/+12
| * nvme-tcp: rerun io_work if req_list is not emptyKeith Busch2021-05-191-1/+2
| * nvme-tcp: fix possible use-after-completionSagi Grimberg2021-05-191-1/+1
| * nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-191-1/+3
| * nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
|/
* block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche2021-05-141-1/+1
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-141-2/+4
* blk-mq: plug request for shared sbitmapMing Lei2021-05-141-2/+3
* Merge tag 'nvme-5.13-2021-05-13' of git://git.infradead.org/nvme into block-5.13Jens Axboe2021-05-1311-45/+58
|\
| * nvmet: use new ana_log_size instead the old oneHou Pu2021-05-131-1/+1
| * nvmet: seset ns->file when open failsDaniel Wagner2021-05-121-3/+5
| * nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni2021-05-111-3/+3
| * nvmet: use helper to remove the duplicate codeChaitanya Kulkarni2021-05-111-5/+2
| * nvmet: demote discovery cmd parse err msg to debugChaitanya Kulkarni2021-05-111-1/+1
| * nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon2021-05-111-2/+2
| * nvmet: fix inline bio check for passthruChaitanya Kulkarni2021-05-111-1/+1
| * nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2021-05-112-1/+7
| * nvme-multipath: fix double initialization of ANA stateChristoph Hellwig2021-05-113-29/+37
* | nbd: share nbd_put and return by goto put_nbdSun Ke2021-05-121-4/+3
* | nbd: Fix NULL pointer in flush_workqueueSun Ke2021-05-121-1/+2
* | blkdev.h: remove unused codes blk_account_rqLin Feng2021-05-121-5/+0
* | block, bfq: avoid circular stable mergesPaolo Valente2021-05-121-2/+29
* | blk-iocost: fix weight updates of inner active iocgsTejun Heo2021-05-111-2/+12
|/
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-115-10/+11
* block: uapi: fix comment about block device ioctlDamien Le Moal2021-05-101-1/+1
* Revert "bio: limit bio max size"Jens Axboe2021-05-084-21/+3
* block: reexpand iov_iter after read/writeyangerkun2021-05-061-3/+17
* Merge tag 'nvme-5.13-2021-05-05' of git://git.infradead.org/nvme into block-5.13Jens Axboe2021-05-0512-134/+143
|\
| * nvmet: remove unsupported command noiseKeith Busch2021-05-041-3/+3
| * nvme-multipath: reset bdev to ns head when failoverDaniel Wagner2021-05-041-0/+3
| * nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu2021-05-041-0/+3
| * nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-048-78/+83
| * nvme: avoid memset for passthrough requestsKanchan Joshi2021-05-041-4/+3
| * nvme: add nvme_get_ns helperKanchan Joshi2021-05-041-2/+7
| * nvme: fix controller ioctl through ns_headMinwoo Im2021-05-043-47/+41
|/
* bio: limit bio max sizeChangheun Lee2021-05-034-3/+21
* RDMA/rtrs: fix uninitialized symbol 'cnt'Gioh Kim2021-05-031-1/+2
* s390: dasd: Mundane spelling fixesBhaskar Chowdhury2021-05-031-4/+4
* block/rnbd: Remove all likely and unlikelyGioh Kim2021-05-032-13/+13
* block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal2021-05-031-2/+10
* block/rnbd: Fix style issuesDima Stepanov2021-05-031-5/+5
* block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal2021-05-031-1/+1
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-2916-295/+287
|\
| * Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar2021-03-067-24/+306
| |\
| * | smp: Micro-optimize smp_call_function_many_cond()Peter Zijlstra2021-03-061-1/+1
| * | smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit2021-03-063-107/+37
| * | x86/mm/tlb: Remove unnecessary uses of the inline keywordNadav Amit2021-03-061-3/+3
| * | cpumask: Mark functions as pureNadav Amit2021-03-061-3/+3