summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2149-4365/+628
|\
| * lightnvm: pblk: Replace guid_copy() with export_guid()/import_guid()Andy Shevchenko2021-02-142-5/+3
| * lightnvm: fix unnecessary NULL check warningsTian Tao2021-02-141-2/+1
| * Merge tag 'nvme-5.12-2021-02-11' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-02-1117-105/+196
| |\
| | * nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg2021-02-111-1/+1
| | * nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi2021-02-102-1/+26
| | * nvme-hwmon: rework to avoid devm allocationHannes Reinecke2021-02-103-10/+30
| | * nvmet: remove else at the end of the functionChaitanya Kulkarni2021-02-101-2/+2
| | * nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-104-9/+14
| | * nvmet: use min of device_path and disk lenChaitanya Kulkarni2021-02-101-3/+6
| | * nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-1/+1
| | * nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-4/+1
| | * nvmet: add helper to report invalid opcodeChaitanya Kulkarni2021-02-103-4/+11
| | * nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni2021-02-101-2/+1
| | * nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-103-40/+32
| | * nvmet: return uniform error for invalid nsChaitanya Kulkarni2021-02-101-2/+2
| | * nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni2021-02-101-1/+1
| | * nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig2021-02-101-1/+1
| | * nvme-multipath: set nr_zones for zoned namespacesKeith Busch2021-02-101-0/+4
| | * nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg2021-02-101-10/+18
| | * nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg2021-02-101-7/+24
| | * nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng2021-02-101-1/+3
| | * nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng2021-02-101-5/+1
| | * nvme: introduce a nvme_host_path_error helperChao Leng2021-02-102-0/+16
| | * nvme: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-101-5/+5
| * | block: Replace lkml.org links with loreKees Cook2021-02-101-1/+1
| * | nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang2021-02-101-24/+4
| |/
| * bcache: Avoid comma separated statementsJoe Perches2021-02-102-6/+12
| * bcache: Move journal work to new flush wqKai Krakow2021-02-103-2/+19
| * bcache: Give btree_io_wq correct semantics againKai Krakow2021-02-101-1/+1
| * Revert "bcache: Kill btree_io_wq"Kai Krakow2021-02-103-2/+25
| * bcache: Fix register_device_aync typoKai Krakow2021-02-101-2/+2
| * bcache: consider the fragmentation when update the writeback ratedongdong tao2021-02-104-0/+73
| * block: remove skd driverDamien Le Moal2021-02-044-4004/+0
| * Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2021-02-041-1/+1
| |\
| | * md/raid5: cast chunk_sectors to sector_t valueGuoqing Jiang2021-02-031-1/+1
| * | floppy: reintroduce O_NDELAY fixJiri Kosina2021-02-041-15/+15
| |/
| * nvme-tcp: use cancel tagset helper for tear downChao Leng2021-02-021-10/+2
| * nvme-rdma: use cancel tagset helper for tear downChao Leng2021-02-021-10/+2
| * nvme-tcp: add clean action for failed reconnectionChao Leng2021-02-021-2/+16
| * nvme-rdma: add clean action for failed reconnectionChao Leng2021-02-021-2/+16
| * nvme-core: add cancel tagset helpersChao Leng2021-02-022-0/+22
| * nvme-core: get rid of the extra spaceChaitanya Kulkarni2021-02-021-1/+1
| * nvme: add tracing of zns commandsJohannes Thumshirn2021-02-021-0/+34
| * nvme: parse format nvm command details when tracingMichal Krakowiak2021-02-021-0/+19
| * nvmet: add lba to sect conversion helpersChaitanya Kulkarni2021-02-022-5/+13
| * nvmet: remove extra variable in identify nsChaitanya Kulkarni2021-02-021-16/+15
| * nvmet: remove extra variable in id-desclistChaitanya Kulkarni2021-02-021-11/+9
| * nvmet: remove extra variable in smart log nsidChaitanya Kulkarni2021-02-021-11/+9
| * nvme: refactor ns->ctrl by requestMinwoo Im2021-02-021-3/+3