Age | Commit message (Expand) | Author | Files | Lines |
2020-04-10 | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -95/+199 |
2020-04-07 | nvmet-rdma: fix double free of rdma queue | Israel Rukshin | 1 | -12/+18 |
2020-04-04 | nvme-fc: Revert "add module to ops template to allow module references" | James Smart | 1 | -1/+0 |
2020-04-04 | nvmet-rdma: fix bonding failover possible NULL deref | Sagi Grimberg | 1 | -56/+119 |
2020-04-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -6/+0 |
2020-04-02 | nvmet: fix NULL dereference when removing a referral | Sagi Grimberg | 1 | -1/+9 |
2020-03-31 | nvmet-fc: fix typo in comment | James Smart | 1 | -1/+1 |
2020-03-31 | nvme-fcloop: fix deallocation of working context | James Smart | 1 | -24/+52 |
2020-03-30 | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -23/+230 |
2020-03-30 | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2020-03-25 | nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl | Israel Rukshin | 1 | -2/+0 |
2020-03-25 | nvme: Fix ctrl use-after-free during sysfs deletion | Israel Rukshin | 1 | -2/+1 |
2020-03-25 | nvmet-tcp: optimize tcp stack TX when data digest is used | Sagi Grimberg | 1 | -2/+5 |
2020-03-25 | nvmet-rdma: allocate RW ctxs according to mdts | Max Gurtovoy | 1 | -2/+4 |
2020-03-25 | nvmet-rdma: Implement get_mdts controller op | Max Gurtovoy | 1 | -0/+9 |
2020-03-25 | nvmet: Add get_mdts op for controllers | Max Gurtovoy | 2 | -2/+7 |
2020-03-25 | nvmet-tcp: fix maxh2cdata icresp parameter | Sagi Grimberg | 1 | -1/+1 |
2020-03-25 | nvmet: check ncqr & nsqr for set-features cmd | Amit Engel | 1 | -0/+9 |
2020-03-25 | block: move the part_stat* helpers from genhd.h to a new header | Christoph Hellwig | 1 | -0/+1 |
2020-03-20 | nvmet-tcp: set MSG_MORE only if we actually have more to send | Sagi Grimberg | 1 | -3/+9 |
2020-03-17 | scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions | Bart Van Assche | 1 | -6/+0 |
2020-03-04 | nvmet-tcp: set SO_PRIORITY for accepted sockets | Wunderlich, Mark | 1 | -0/+26 |
2020-03-04 | nvmet: check sscanf value for subsys serial attr | Chaitanya Kulkarni | 1 | -2/+5 |
2020-03-04 | nvmet: make ctrl model configurable | Mark Ruijter | 4 | -2/+90 |
2020-03-04 | nvmet: make ctrl-id configurable | Chaitanya Kulkarni | 3 | -2/+70 |
2020-03-04 | nvmet: configfs code cleanup | Chaitanya Kulkarni | 1 | -7/+4 |
2020-02-04 | nvmet: update AEN list and array at one place | Daniel Wagner | 1 | -27/+36 |
2020-02-04 | nvmet: Fix controller use after free | Israel Rukshin | 1 | -4/+9 |
2020-02-04 | nvmet: Fix error print message at nvmet_install_queue function | Israel Rukshin | 1 | -1/+1 |
2020-02-03 | nvmet: fix dsm failure when payload does not match sgl descriptor | Sagi Grimberg | 4 | -2/+14 |
2020-02-03 | nvmet: Pass lockdep expression to RCU lists | Amol Grover | 1 | -2/+4 |
2020-01-10 | nvmet: fix per feat data len for get_feature | Amit Engel | 1 | -1/+11 |
2019-11-26 | nvme_fc: add module to ops template to allow module references | James Smart | 1 | -0/+1 |
2019-11-26 | nvmet-loop: Avoid preallocating big SGL for data | Israel Rukshin | 1 | -4/+4 |
2019-11-25 | Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 11 | -159/+212 |
2019-11-04 | nvmet: stop using bio_set_op_attrs | Christoph Hellwig | 1 | -7/+6 |
2019-11-04 | nvmet: add plugging for read/write when ns is bdev | Christoph Hellwig | 1 | -0/+3 |
2019-11-04 | nvmet: clean up command parsing a bit | Christoph Hellwig | 2 | -5/+6 |
2019-11-04 | nvmet: fill discovery controller sn, fr and mn correctly | Sagi Grimberg | 1 | -1/+7 |
2019-11-04 | nvmet: Open code nvmet_req_execute() | Christoph Hellwig | 6 | -15/+8 |
2019-11-04 | nvmet: Remove the data_len field from the nvmet_req struct | Christoph Hellwig | 7 | -39/+86 |
2019-11-04 | nvmet: Introduce nvmet_dsm_len() helper | Christoph Hellwig | 2 | -2/+7 |
2019-11-04 | nvmet: Cleanup discovery execute handlers | Christoph Hellwig | 1 | -25/+19 |
2019-11-04 | nvmet: Introduce common execute function for get_log_page and identify | Christoph Hellwig | 1 | -43/+50 |
2019-11-04 | nvmet-tcp: Don't set the request's data_len | Logan Gunthorpe | 1 | -4/+2 |
2019-11-04 | nvmet-tcp: Don't check data_len in nvmet_tcp_map_data() | Logan Gunthorpe | 1 | -1/+1 |
2019-11-04 | nvme: move common call to nvme_cleanup_cmd to core layer | Max Gurtovoy | 1 | -1/+0 |
2019-11-04 | nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyed | Israel Rukshin | 1 | -2/+2 |
2019-11-04 | nvmet: add unlikely check at nvmet_req_alloc_sgl | Israel Rukshin | 1 | -1/+1 |
2019-11-04 | nvmet: use bio_io_error instead of duplicating it | Israel Rukshin | 1 | -5/+3 |