aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-02-10Revert "bcache: Kill btree_io_wq"Kai Krakow
2021-02-10bcache: Fix register_device_aync typoKai Krakow
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao
2021-02-04block: remove skd driverDamien Le Moal
2021-02-04Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2021-02-04floppy: reintroduce O_NDELAY fixJiri Kosina
2021-02-03md/raid5: cast chunk_sectors to sector_t valueGuoqing Jiang
2021-02-02nvme-tcp: use cancel tagset helper for tear downChao Leng
2021-02-02nvme-rdma: use cancel tagset helper for tear downChao Leng
2021-02-02nvme-tcp: add clean action for failed reconnectionChao Leng
2021-02-02nvme-rdma: add clean action for failed reconnectionChao Leng
2021-02-02nvme-core: add cancel tagset helpersChao Leng
2021-02-02nvme-core: get rid of the extra spaceChaitanya Kulkarni
2021-02-02nvme: add tracing of zns commandsJohannes Thumshirn
2021-02-02nvme: parse format nvm command details when tracingMichal Krakowiak
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni
2021-02-02nvmet: remove extra variable in identify nsChaitanya Kulkarni
2021-02-02nvmet: remove extra variable in id-desclistChaitanya Kulkarni
2021-02-02nvmet: remove extra variable in smart log nsidChaitanya Kulkarni
2021-02-02nvme: refactor ns->ctrl by requestMinwoo Im
2021-02-02nvme-tcp: pass multipage bvec to request iov_iterSagi Grimberg
2021-02-02nvme-tcp: get rid of unused helper functionSagi Grimberg
2021-02-02nvme-tcp: fix wrong setting of request iov_iterSagi Grimberg
2021-02-02nvme: support command retry delay for admin commandMinwoo Im
2021-02-02nvme: constify static attribute_group structsRikard Falkeborn
2021-02-02nvmet-fc: use RCU proctection for assoc_listLeonid Ravich
2021-02-02nvmet: Fix nvmet_is_port_enabled indentationIsrael Rukshin
2021-02-02nvmet: Use nvmet_is_port_enabled helper for pi_enableIsrael Rukshin
2021-01-31drbd: Avoid comma separated statementsJoe Perches
2021-01-26rsxx: remove redundant NULL checkYang Li
2021-01-26zram: fix NULL check before some freeing functions is not neededTian Tao
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang
2021-01-26mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas
2021-01-26mtip32xx: use PCI #defines instead of numbersBjorn Helgaas
2021-01-26loop: scale loop device by introducing per device lockPavel Tatashin
2021-01-26bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2021-01-24bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei
2021-01-24block: add a disk_uevent helperChristoph Hellwig
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig
2021-01-24brd: remove the end of device check in brd_do_bvecChristoph Hellwig
2021-01-24nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig
2021-01-24rbd: remove the ->set_read_only methodChristoph Hellwig
2021-01-24dm: use bdev_read_only to check if a device is read-onlyChristoph Hellwig
2021-01-24Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds