index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sd_zbc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+364
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-2
/
+1
2020-05-12
scsi: sd_zbc: emulate ZONE_APPEND commands
Johannes Thumshirn
1
-24
/
+339
2020-05-12
scsi: sd_zbc: factor out sanity checks for zoned commands
Johannes Thumshirn
1
-11
/
+25
2020-02-24
scsi: sd_sbc: Fix sd_zbc_report_zones()
Damien Le Moal
1
-1
/
+6
2020-01-02
scsi: sd_zbc: Rename sd_zbc_check_zones()
Damien Le Moal
1
-14
/
+13
2020-01-02
scsi: sd_zbc: Simplify sd_zbc_check_zones()
Damien Le Moal
1
-13
/
+2
2019-12-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+5
2019-12-03
block: set the zone size in blk_revalidate_disk_zones atomically
Christoph Hellwig
1
-2
/
+0
2019-11-26
scsi: sd_zbc: Improve report zones error printout
Damien Le Moal
1
-3
/
+5
2019-11-18
scsi: sd_zbc: Remove set but not used variable 'buflen'
YueHaibing
1
-2
/
+0
2019-11-12
block: rework zone reporting
Christoph Hellwig
1
-56
/
+50
2019-11-12
scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()
Damien Le Moal
1
-11
/
+13
2019-11-12
block: Enhance blk_revalidate_disk_zones()
Damien Le Moal
1
-87
/
+20
2019-11-07
scsi: sd_zbc: add zone open, close, and finish support
Ajay Joshi
1
-9
/
+13
2019-11-05
scsi: sd_zbc: Fix sd_zbc_complete()
Damien Le Moal
1
-19
/
+10
2019-09-05
sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disks
Damien Le Moal
1
-0
/
+2
2019-08-04
scsi: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
1
-2
/
+8
2019-07-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2019-07-16
scsi: sd_zbc: Fix compilation warning
Damien Le Moal
1
-1
/
+1
2019-07-11
sd_zbc: Fix report zones buffer allocation
Damien Le Moal
1
-29
/
+75
2019-07-11
block: Kill gfp_t argument of blkdev_report_zones()
Damien Le Moal
1
-4
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410
Thomas Gleixner
1
-15
/
+1
2019-05-21
scsi: sd: switch remaining files to SPDX tags
Christoph Hellwig
1
-15
/
+1
2019-02-15
scsi: sd_zbc: Fix sd_zbc_report_zones() buffer allocation
Masato Suzuki
1
-3
/
+5
2019-02-04
scsi: sd_zbc: Fix zone information messages
Damien Le Moal
1
-4
/
+8
2018-11-09
scsi: return blk_status_t from scsi_init_io and ->init_command
Christoph Hellwig
1
-5
/
+5
2018-10-25
block: Introduce blk_revalidate_disk_zones()
Damien Le Moal
1
-192
/
+26
2018-10-25
block: add a report_zones method
Christoph Hellwig
1
-106
/
+47
2018-10-25
scsi: sd_zbc: Fix sd_zbc_check_zones() error checks
Damien Le Moal
1
-11
/
+8
2018-10-25
scsi: sd_zbc: Reduce boot device scan and revalidate time
Damien Le Moal
1
-54
/
+40
2018-10-25
scsi: sd_zbc: Rearrange code
Damien Le Moal
1
-20
/
+19
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-6
/
+0
2018-07-10
scsi: sd_zbc: Fix variable type and bogus comment
Damien Le Moal
1
-2
/
+3
2018-07-02
scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd()
Bart Van Assche
1
-6
/
+0
2018-06-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-1
/
+1
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-10
/
+0
2018-06-05
scsi: sd_zbc: Fix sd_zbc_check_zone_size() error path
Damien Le Moal
1
-1
/
+1
2018-04-19
scsi: sd_zbc: Avoid that resetting a zone fails sporadically
Bart Van Assche
1
-58
/
+82
2018-04-19
scsi: sd_zbc: Let the SCSI core handle ILLEGAL REQUEST / ASC 0x21
Bart Van Assche
1
-10
/
+0
2018-04-03
Merge branch 'fixes' into misc
James Bottomley
1
-20
/
+15
2018-03-06
scsi: sd_zbc: Fix potential memory leak
Damien Le Moal
1
-20
/
+15
2018-03-01
scsi: sd_zbc: Fix sd_zbc_get_seq_zones() kernel-doc header
Bart Van Assche
1
-1
/
+2
2018-01-08
scsi: sd: Remove zone write locking
Damien Le Moal
1
-83
/
+0
2018-01-08
scsi: sd_zbc: Initialize device request queue zoned data
Damien Le Moal
1
-8
/
+144
2017-10-16
scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
Damien Le Moal
1
-3
/
+3
2017-10-16
scsi: sd_zbc: Use well defined macros
Damien Le Moal
1
-8
/
+4
2017-10-16
scsi: sd_zbc: Rearrange code
Damien Le Moal
1
-5
/
+5
2017-10-16
scsi: sd_zbc: Fix comments and indentation
Damien Le Moal
1
-17
/
+100
[next]