index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sd_zbc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-01-14
1
-3
/
+3
|
\
|
*
scsi: sd_zbc: Clean up sd_zbc_parse_report() setting of wp
Niklas Cassel
2021-12-03
1
-1
/
+2
|
*
scsi: sd_zbc: Simplify zone full condition check
Niklas Cassel
2021-12-03
1
-2
/
+1
*
|
block: remove the ->rq_disk field in struct request
Christoph Hellwig
2021-11-29
1
-4
/
+4
|
/
*
scsi: sd_zbc: Support disks with more than 2**32 logical blocks
Bart Van Assche
2021-09-22
1
-1
/
+1
*
scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZE
Naohiro Aota
2021-09-14
1
-3
/
+3
*
scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-12
1
-5
/
+5
*
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
2021-06-01
1
-2
/
+1
*
scsi: core: Stop using DRIVER_ERROR
Hannes Reinecke
2021-06-01
1
-1
/
+1
*
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-06
1
-8
/
+11
|
\
|
*
scsi: sd_zbc: Update write pointer offset cache
Johannes Thumshirn
2021-03-17
1
-8
/
+11
*
|
scsi: sd_zbc: Place function name into header
Lee Jones
2021-03-19
1
-1
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-02-28
1
-1
/
+5
|
\
|
*
scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcalloc
Johannes Thumshirn
2021-02-23
1
-1
/
+5
*
|
sd_zbc: clear zone resources for non-zoned case
Damien Le Moal
2021-02-10
1
-5
/
+32
*
|
block: introduce zone_write_granularity limit
Damien Le Moal
2021-02-10
1
-0
/
+8
|
/
*
scsi: sd: sd_zbc: Fix ZBC disk initialization
Damien Le Moal
2020-09-16
1
-25
/
+35
*
scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks
Damien Le Moal
2020-09-16
1
-1
/
+5
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-08-15
1
-49
/
+44
|
\
|
*
scsi: sd_zbc: Improve zone revalidation
Damien Le Moal
2020-08-05
1
-49
/
+44
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-08-07
1
-2
/
+1
|
\
|
|
*
scsi: sd_zbc: Don't limit max_zone_append sectors to max_hw_sectors
Johannes Thumshirn
2020-07-25
1
-1
/
+0
|
*
scsi: sd_zbc: Fix kdoc comment format
Damien Le Moal
2020-07-08
1
-1
/
+1
*
|
block: add max_active_zones to blk-sysfs
Niklas Cassel
2020-07-15
1
-0
/
+1
*
|
block: add max_open_zones to blk-sysfs
Niklas Cassel
2020-07-15
1
-0
/
+4
*
|
block: add capacity field to zone descriptors
Matias Bjørling
2020-07-08
1
-0
/
+1
|
/
*
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-03
1
-35
/
+364
|
\
|
*
scsi: sd_zbc: emulate ZONE_APPEND commands
Johannes Thumshirn
2020-05-13
1
-24
/
+339
|
*
scsi: sd_zbc: factor out sanity checks for zoned commands
Johannes Thumshirn
2020-05-13
1
-11
/
+25
*
|
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
1
-2
/
+1
|
/
*
scsi: sd_sbc: Fix sd_zbc_report_zones()
Damien Le Moal
2020-02-24
1
-1
/
+6
*
scsi: sd_zbc: Rename sd_zbc_check_zones()
Damien Le Moal
2020-01-03
1
-14
/
+13
*
scsi: sd_zbc: Simplify sd_zbc_check_zones()
Damien Le Moal
2020-01-03
1
-13
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-12-08
1
-3
/
+5
|
\
|
*
scsi: sd_zbc: Improve report zones error printout
Damien Le Moal
2019-11-27
1
-3
/
+5
*
|
block: set the zone size in blk_revalidate_disk_zones atomically
Christoph Hellwig
2019-12-03
1
-2
/
+0
*
|
scsi: sd_zbc: Remove set but not used variable 'buflen'
YueHaibing
2019-11-18
1
-2
/
+0
*
|
block: rework zone reporting
Christoph Hellwig
2019-11-13
1
-56
/
+50
*
|
scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()
Damien Le Moal
2019-11-13
1
-11
/
+13
*
|
block: Enhance blk_revalidate_disk_zones()
Damien Le Moal
2019-11-13
1
-87
/
+20
*
|
scsi: sd_zbc: add zone open, close, and finish support
Ajay Joshi
2019-11-07
1
-9
/
+13
*
|
scsi: sd_zbc: Fix sd_zbc_complete()
Damien Le Moal
2019-11-06
1
-19
/
+10
|
/
*
sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disks
Damien Le Moal
2019-09-06
1
-0
/
+2
*
scsi: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
2019-08-05
1
-2
/
+8
*
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2019-07-20
1
-1
/
+1
|
\
|
*
scsi: sd_zbc: Fix compilation warning
Damien Le Moal
2019-07-17
1
-1
/
+1
|
*
scsi: sd: switch remaining files to SPDX tags
Christoph Hellwig
2019-05-21
1
-15
/
+1
*
|
sd_zbc: Fix report zones buffer allocation
Damien Le Moal
2019-07-12
1
-29
/
+75
*
|
block: Kill gfp_t argument of blkdev_report_zones()
Damien Le Moal
2019-07-12
1
-4
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410
Thomas Gleixner
2019-06-05
1
-15
/
+1
|
/
[next]