aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk
2022-03-06bcache: fixup multiple threads crashMingzhe Zou
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou
2022-03-04floppy: use memcpy_{to,from}_bvecChristoph Hellwig
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig
2022-03-04nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig
2022-03-04nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig
2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig
2022-03-04zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig
2022-03-04aoe: use bvec_kmap_local in bvcpyChristoph Hellwig
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch
2022-02-28nvme: explicitly set non-error for directivesKeith Busch
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger
2022-02-28nvme: send uevent on connection upMartin Belanger
2022-02-28nvme: add vectored-io support for user-passthroughKanchan Joshi
2022-02-28nvme: add verbose error loggingAlan Adamson
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy
2022-02-28nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet: allow bdev in buffered_io modeChaitanya Kulkarni
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni
2022-02-28nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni
2022-02-28nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-02-28nvme-core: remove unnecessary function parameterChaitanya Kulkarni
2022-02-28nvme-core: remove unnecessary semicolonChaitanya Kulkarni
2022-02-27null_blk: null_alloc_page() cleanupChaitanya Kulkarni
2022-02-27null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni
2022-02-27null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni
2022-02-27loop: allow user to set the queue depthChaitanya Kulkarni
2022-02-27loop: remove extra variable in lo_req_flushChaitanya Kulkarni
2022-02-27loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni
2022-02-27loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni
2022-02-27null_blk: fix return value from null_add_dev()Chaitanya Kulkarni
2022-02-27loop: clean up grammar in warning messageColin Ian King
2022-02-27block/rnbd: Remove a useless mutexChristophe JAILLET
2022-02-27block/rnbd: client device does not care queue/rotationalGioh Kim