summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshpb.c
AgeCommit message (Expand)Author
2022-05-19scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche
2022-05-10scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()Bean Huo
2022-05-10scsi: ufs: ufshpb: Add handing of device reset regions in HPB device modeBean Huo
2022-05-10scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*Bean Huo
2022-05-10scsi: ufs: ufshpb: Clean up the handler when device resets HPB informationBean Huo
2022-05-10scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo
2022-04-25scsi: ufs: Split the ufshcd.h header fileBart Van Assche
2022-04-25scsi: ufs: Minimize #include directivesBart Van Assche
2022-04-25scsi: ufs: Simplify statements that return a booleanBart Van Assche
2022-04-18Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen
2022-04-18scsi: ufs: core: Remove redundant HPB unmapPo-Wen Kao
2022-04-06scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-18scsi: ufs: ufshpb: Fix warning in ufshpb_set_hpb_read_to_upiu()Bean Huo
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-03scsi: ufs: ufshpb: Properly handle max-single-cmdAvri Altman
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen
2021-10-04scsi: ufs: core: Fix NULL pointer dereferenceBean Huo
2021-09-14scsi: ufs: ufshpb: Use proper power management APIDaejun Park
2021-09-13scsi: ufs: ufshpb: Remove unused parametersChanWoo Lee
2021-08-24scsi: ufs: ufshpb: Fix typo in commentsKeoseong Park
2021-08-24scsi: ufs: ufshpb: Fix possible memory leakKeoseong Park
2021-08-11scsi: ufs: ufshpb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen
2021-08-11scsi: ufs: ufshpb: Do not report victim error in HCMAvri Altman
2021-08-11scsi: ufs: ufshpb: Verify that 'num_inflight_map_req' is non-negativeAvri Altman
2021-08-11scsi: ufs: ufshpb: Rewind the read timeout on every readAvri Altman
2021-08-05scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo
2021-08-01scsi: ufs: ufshpb: Make host mode parameters configurableAvri Altman
2021-08-01scsi: ufs: ufshpb: Add support for host control modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Do not send umap_all in host control modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Limit the number of in-flight map requestsAvri Altman
2021-08-01scsi: ufs: ufshpb: Add "cold" regions timerAvri Altman
2021-08-01scsi: ufs: ufshpb: Add HPB dev reset responseAvri Altman
2021-08-01scsi: ufs: ufshpb: Region inactivation in host modeAvri Altman
2021-08-01scsi: ufs: ufshpb: Make eviction depend on region's readsAvri Altman
2021-08-01scsi: ufs: ufshpb: Add reads counterAvri Altman
2021-08-01scsi: ufs: ufshpb: Transform set_dirty to iterate_rgnAvri Altman
2021-08-01scsi: ufs: ufshpb: Add host control mode support to rsp_upiuAvri Altman
2021-08-01scsi: ufs: ufshpb: Cache HPB Control mode on initAvri Altman