index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ufs
/
ufshpb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
scsi: ufs: Split the drivers/scsi/ufs directory
Bart Van Assche
1
-2670
/
+0
2022-05-10
scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()
Bean Huo
1
-11
/
+4
2022-05-10
scsi: ufs: ufshpb: Add handing of device reset regions in HPB device mode
Bean Huo
1
-24
/
+58
2022-05-10
scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*
Bean Huo
1
-12
/
+12
2022-05-10
scsi: ufs: ufshpb: Clean up the handler when device resets HPB information
Bean Huo
1
-12
/
+23
2022-05-10
scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()
Bean Huo
1
-23
/
+13
2022-04-25
scsi: ufs: Split the ufshcd.h header file
Bart Van Assche
1
-1
/
+1
2022-04-25
scsi: ufs: Minimize #include directives
Bart Van Assche
1
-0
/
+4
2022-04-25
scsi: ufs: Simplify statements that return a boolean
Bart Van Assche
1
-6
/
+2
2022-04-18
Merge branch '5.18/scsi-fixes' into 5.19/scsi-staging
Martin K. Petersen
1
-6
/
+5
2022-04-18
scsi: ufs: core: Remove redundant HPB unmap
Po-Wen Kao
1
-7
/
+0
2022-04-06
scsi: ufs: ufshpb: Fix a NULL check on list iterator
Xiaomeng Tong
1
-6
/
+5
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-12
/
+10
2022-03-01
scsi: core: Remove the cmd field from struct scsi_request
Christoph Hellwig
1
-12
/
+10
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-2
/
+2
2022-01-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2021-12-16
Merge branch '5.16/scsi-fixes' into 5.17/scsi-staging
Martin K. Petersen
1
-1
/
+1
2021-11-29
scsi: Remove superfluous #include <linux/async.h> directives
Bart Van Assche
1
-1
/
+0
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
1
-2
/
+2
2021-11-18
scsi: ufs: ufshpb: Fix warning in ufshpb_set_hpb_read_to_upiu()
Bean Huo
1
-1
/
+1
2021-11-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-11
/
+13
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+2
2021-11-03
scsi: ufs: ufshpb: Properly handle max-single-cmd
Avri Altman
1
-11
/
+13
2021-11-03
Merge branch '5.15/scsi-fixes' into 5.16/scsi-queue
Martin K. Petersen
1
-280
/
+3
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
1
-2
/
+2
2021-10-30
scsi: ufs: ufshpb: Remove HPB2.0 flows
Avri Altman
1
-280
/
+3
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
1
-4
/
+4
2021-10-12
Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging
Martin K. Petersen
1
-5
/
+3
2021-10-04
scsi: ufs: core: Fix NULL pointer dereference
Bean Huo
1
-3
/
+0
2021-09-14
scsi: ufs: ufshpb: Use proper power management API
Daejun Park
1
-4
/
+4
2021-09-13
scsi: ufs: ufshpb: Remove unused parameters
ChanWoo Lee
1
-5
/
+3
2021-08-24
scsi: ufs: ufshpb: Fix typo in comments
Keoseong Park
1
-1
/
+1
2021-08-24
scsi: ufs: ufshpb: Fix possible memory leak
Keoseong Park
1
-3
/
+3
2021-08-11
scsi: ufs: ufshpb: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Martin K. Petersen
1
-8
/
+8
2021-08-11
scsi: ufs: ufshpb: Do not report victim error in HCM
Avri Altman
1
-1
/
+2
2021-08-11
scsi: ufs: ufshpb: Verify that 'num_inflight_map_req' is non-negative
Avri Altman
1
-0
/
+10
2021-08-11
scsi: ufs: ufshpb: Rewind the read timeout on every read
Avri Altman
1
-3
/
+13
2021-08-05
scsi: ufs: core: Add L2P entry swap quirk for Micron UFS
Bean Huo
1
-5
/
+10
2021-08-01
scsi: ufs: ufshpb: Make host mode parameters configurable
Avri Altman
1
-16
/
+272
2021-08-01
scsi: ufs: ufshpb: Add support for host control mode
Avri Altman
1
-6
/
+0
2021-08-01
scsi: ufs: ufshpb: Do not send umap_all in host control mode
Avri Altman
1
-1
/
+2
2021-08-01
scsi: ufs: ufshpb: Limit the number of in-flight map requests
Avri Altman
1
-0
/
+11
2021-08-01
scsi: ufs: ufshpb: Add "cold" regions timer
Avri Altman
1
-3
/
+71
2021-08-01
scsi: ufs: ufshpb: Add HPB dev reset response
Avri Altman
1
-1
/
+31
2021-08-01
scsi: ufs: ufshpb: Region inactivation in host mode
Avri Altman
1
-7
/
+40
2021-08-01
scsi: ufs: ufshpb: Make eviction depend on region's reads
Avri Altman
1
-1
/
+17
2021-08-01
scsi: ufs: ufshpb: Add reads counter
Avri Altman
1
-6
/
+88
2021-08-01
scsi: ufs: ufshpb: Transform set_dirty to iterate_rgn
Avri Altman
1
-8
/
+10
2021-08-01
scsi: ufs: ufshpb: Add host control mode support to rsp_upiu
Avri Altman
1
-1
/
+33
2021-08-01
scsi: ufs: ufshpb: Cache HPB Control mode on init
Avri Altman
1
-3
/
+5
[next]