Age | Commit message (Expand) | Author |
2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-08-22 | scsi: Expand all create*_workqueue() invocations | Bart Van Assche |
2024-02-26 | scsi: libfc: replace deprecated strncpy() with memcpy() | Justin Stitt |
2023-12-05 | scsi: libfc: Map FC_TIMED_OUT to DID_TIME_OUT | Hannes Reinecke |
2023-12-05 | scsi: libfc: Fix up timeout error in fc_fcp_rec_error() | Hannes Reinecke |
2023-12-05 | scsi: libfc: Don't schedule abort twice | Hannes Reinecke |
2023-10-13 | scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() | Wenchao Hao |
2022-12-01 | scsi: libfc: Include the correct header | Christophe JAILLET |
2022-11-17 | scsi: libfc: Remove redundant variable ev_qual | Colin Ian King |
2022-05-16 | scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc() | Davidlohr Bueso |
2022-05-16 | scsi: fcoe: Use per-CPU API to update per-CPU statistics | Sebastian Andrzej Siewior |
2022-03-08 | scsi: libfc: Fix use after free in fc_exch_abts_resp() | Jianglei Nie |
2022-02-27 | scsi: libfc: Replace one-element arrays with flexible-array members | Gustavo A. R. Silva |
2022-02-22 | scsi: libfc: Stop using the SCSI pointer | Bart Van Assche |
2021-10-16 | scsi: libfc: Call scsi_done() directly | Bart Van Assche |
2021-06-28 | scsi: libfc: Fix array index out of bound exception | Javed Hasan |
2021-06-10 | scsi: libfc: FDMI enhancements | Javed Hasan |
2021-06-10 | scsi: libfc: Add FDMI-2 attributes | Javed Hasan |
2021-06-10 | scsi: libfc: Initialisation of RHBA and RPA attributes | Javed Hasan |
2021-06-09 | scsi: libfc: Correct the condition check and invalid argument passed | Javed Hasan |
2021-04-15 | scsi: libfc: Fix a format specifier | Bart Van Assche |
2021-03-15 | scsi: libfc: Fix misspelling of fc_fcp_destroy() | Lee Jones |
2021-03-15 | scsi: libfc: Fix incorrect naming of fc_rport_adisc_resp() | Lee Jones |
2021-03-15 | scsi: libfc: Fix some possible copy/paste issues | Lee Jones |
2021-01-12 | scsi: libfc: Avoid invoking response handler twice if ep is already completed | Javed Hasan |
2020-10-29 | scsi: libfc: Fix enum-conversion warning | Arnd Bergmann |
2020-10-29 | scsi: libfc: Work around -Warray-bounds warning | Arnd Bergmann |
2020-10-29 | scsi: libfc: Move scsi/fc_encode.h to libfc | Arnd Bergmann |
2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-09-15 | scsi: libfc: Fix passing zero to 'PTR_ERR' warning | YueHaibing |
2020-09-08 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2020-08-31 | scsi: libfc: Fix for double free() | Javed Hasan |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-08-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-08-04 | scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid cases | Javed Hasan |
2020-07-15 | scsi: libfc: Provide missing and repair existing function documentation | Lee Jones |
2020-07-15 | scsi: libfc: Fix a couple of misdocumented function parameters | Lee Jones |
2020-07-15 | scsi: libfc: Repair function parameter documentation | Lee Jones |
2020-07-15 | scsi: libfc: trivial: Fix spelling mistake of 'discovery' | Lee Jones |
2020-07-15 | scsi: libfc: Supply some missing kerneldoc struct/function attributes/params | Lee Jones |
2020-07-08 | scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parameters | Lee Jones |
2020-06-26 | scsi: libfc: Skip additional kref updating work event | Javed Hasan |
2020-06-26 | scsi: libfc: Handling of extra kref | Javed Hasan |
2020-04-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-03-29 | scsi: libfc: rport state move to PLOGI if all PRLI retry exhausted | Javed Hasan |
2020-03-29 | scsi: libfc: If PRLI rejected, move rport to PLOGI state | Javed Hasan |
2020-02-21 | scsi: libfc: free response frame from GPN_ID | Igor Druzhinin |
2019-07-29 | scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure | Hannes Reinecke |