aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-01blk-cgroup: don't update io stat for root cgroupMing Lei1-0/+4
2023-02-01nvme-auth: use workqueue dedicated to authenticationShin'ichiro Kawasaki1-2/+12
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi1-0/+1
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi1-1/+3
2023-02-01nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationAmit Engel1-1/+3
2023-01-31block: Fix the blk_mq_destroy_queue() documentationBart Van Assche1-2/+3
2023-01-31block: ublk: extending queue_size to fix overflowLiu Xiaodong1-1/+1
2023-01-29block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai2-2/+4
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedMing Lei1-4/+3
2023-01-25nvme: fix passthrough csi checkKeith Busch1-1/+1
2023-01-24nvme-pci: flush initial scan_work for async probeKeith Busch1-0/+1
2023-01-23nvme-fc: fix initialization orderRoss Lagerwall1-10/+8
2023-01-19nvme-pci: fix timeout request state checkKeith Busch1-1/+1
2023-01-19nvme-apple: only reset the controller when RTKit is runningJanne Grunau1-3/+3
2023-01-19nvme-apple: reset controller during shutdownJanne Grunau1-1/+17
2023-01-17block: fix hctx checks for batch allocationPavel Begunkov1-1/+5
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang1-1/+1
2023-01-16blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai1-0/+4
2023-01-16pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe1-0/+2
2023-01-15block, bfq: switch 'bfqg->ref' to use atomic refcount apisYu Kuai2-6/+4
2023-01-12md: fix incorrect declaration about claim_rdev in md_import_deviceAdrian Huang1-2/+2
2023-01-10MAINTAINERS: stop nvme matching for nvmem filesRussell King (Oracle)1-1/+2
2023-01-10nvme: don't allow unprivileged passthrough on partitionsChristoph Hellwig1-16/+31
2023-01-10nvme: replace the "bool vec" arguments with flags in the ioctl pathChristoph Hellwig1-25/+28
2023-01-10nvme: remove __nvme_ioctlChristoph Hellwig1-10/+8
2023-01-10nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang1-2/+7
2023-01-10nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin1-1/+2
2023-01-10nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regressionHector Martin1-1/+1
2023-01-08block: Drop spurious might_sleep() from blk_put_queue()Tejun Heo1-3/+0
2023-01-05block: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-04Revert "pktcdvd: remove driver."Jens Axboe8-0/+3419
2023-01-04Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe2-0/+12
2023-01-04Revert "block: bio_copy_data_iter"Jens Axboe2-15/+24
2023-01-04ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei1-0/+3
2023-01-04block: don't allow splitting of a REQ_NOWAIT bioJens Axboe1-0/+10
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe8-2/+19
2022-12-28nvme-auth: fix smatch warning complaintsSagi Grimberg1-1/+1
2022-12-28nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig2-4/+25
2022-12-28nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2022-12-28nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig1-6/+5
2022-12-28nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig1-2/+4
2022-12-28nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig1-16/+19
2022-12-28nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig1-1/+2
2022-12-28docs, nvme: add a feature and quirk policy documentChristoph Hellwig3-0/+79
2022-12-26nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig1-4/+5
2022-12-26nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig1-1/+1
2022-12-26block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai1-1/+1
2022-12-22nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang1-1/+1
2022-12-21nvme-pci: fix page size checksKeith Busch1-4/+4
2022-12-21nvme-pci: fix mempool alloc sizeKeith Busch1-2/+2