summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-15nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig1-21/+17
2022-11-15nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig1-35/+46
2022-11-15nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig1-23/+18
2022-11-15nvme-pci: move more teardown work to nvme_removeChristoph Hellwig1-2/+2
2022-11-15nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig1-2/+1
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig3-17/+16
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig8-25/+29
2022-11-15nvme: don't call nvme_init_ctrl_finish from nvme_passthru_endChristoph Hellwig1-2/+4
2022-11-15nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig2-1/+13
2022-11-15nvme: identify-namespace without CAP_SYS_ADMINKanchan Joshi1-2/+16
2022-11-15nvme: fine-granular CAP_SYS_ADMIN for nvme io commandsKanchan Joshi1-33/+69
2022-11-15nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()Christophe JAILLET1-8/+9
2022-11-15nvmet: only allocate a single slab for bvecsChristoph Hellwig3-22/+19
2022-11-15nvmet: force reconnect when number of queue changesDaniel Wagner1-1/+8
2022-11-15nvmet: use try_cmpxchg in nvmet_update_sq_headUros Bizjak1-3/+2
2022-11-14md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li1-0/+1
2022-11-14md/raid5: use bdev_write_cache instead of open coding itChristoph Hellwig2-8/+2
2022-11-14md: fix a crash in mempool_freeMikulas Patocka1-3/+6
2022-11-14md/raid0, raid10: Don't set discard sectors for request queueXiao Ni2-3/+0
2022-11-14md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller1-8/+12
2022-11-14md: introduce md_ro_stateYe Bin1-70/+82
2022-11-14md: factor out __md_set_array_info()Ye Bin1-30/+35
2022-11-14raid5-cache: use try_cmpxchg in r5l_wake_reclaimUros Bizjak1-2/+3
2022-11-14drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()Li Zhong1-12/+15
2022-11-09drbd: Store op in drbd_peer_requestChristoph Böhmwalder3-40/+53
2022-11-09drbd: disable discard support if granularity > maxPhilipp Reisner1-0/+13
2022-11-09drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder1-5/+5
2022-11-09PCI/P2PDMA: Allow userspace VMA allocations through sysfsLogan Gunthorpe1-0/+124
2022-11-02nvme: use blk_mq_[un]quiesce_tagsetChao Leng2-27/+9
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig2-3/+3
2022-11-02nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_workChristoph Hellwig1-1/+0
2022-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig1-1/+0
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig4-33/+15
2022-11-02nvme: don't unquiesce the admin queue in nvme_kill_queuesChristoph Hellwig1-4/+0
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_validate_nsChristoph Hellwig1-4/+0
2022-11-02nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespacesChristoph Hellwig1-1/+1
2022-11-02nvme: don't remove namespaces in nvme_passthru_endChristoph Hellwig1-1/+0
2022-11-02nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig1-16/+28
2022-11-02block: set the disk capacity to 0 in blk_mark_disk_deadChristoph Hellwig2-7/+1
2022-10-25nvme-apple: remove an extra queue referenceChristoph Hellwig1-9/+0
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0
2022-10-25scsi: remove an extra queue referenceChristoph Hellwig2-2/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig5-2/+13
2022-10-23Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()"Jason A. Donenfeld1-0/+8
2022-10-23Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+41
2022-10-23Merge tag 'hwmon-for-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+6
2022-10-23Merge tag 'i2c-for-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-16/+12
2022-10-23Merge tag 'pci-v6.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+8
2022-10-23Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds115-3774/+2779
2022-10-22hwmon: (corsair-psu) Add USB id of the new HX1500i psuWilken Gottwalt1-0/+1