index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_iblock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+3
2022-11-24
scsi: target: core: Make hw_max_sectors store the sectors amount in blocks
Anastasia Kovaleva
1
-1
/
+3
2022-10-01
scsi: target: iblock: Fold iblock_emulate_read_cap_with_block_size() into ibl...
Christoph Hellwig
1
-15
/
+4
2022-08-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+9
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-07-14
scsi/target: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+2
2022-07-07
scsi: target: Add iblock configure_unmap callout
Mike Christie
1
-4
/
+9
2022-07-07
scsi: target: Fix WRITE_SAME No Data Buffer crash
Mike Christie
1
-0
/
+4
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: add a bdev_fua helper
Christoph Hellwig
1
-2
/
+1
2022-04-17
block: add a bdev_write_cache helper
Christoph Hellwig
1
-6
/
+2
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
1
-1
/
+1
2022-04-17
target: pass a block_device to target_configure_unmap_from_queue
Christoph Hellwig
1
-1
/
+1
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-4
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+1
2021-10-19
scsi: target: core: Stop using bdevname()
Christoph Hellwig
1
-3
/
+1
2021-10-18
target/iblock: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
1
-2
/
+2
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
1
-0
/
+1
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
1
-0
/
+1
2021-07-27
scsi: target: Remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2021-05-31
scsi: target: Use standard SAM status types
Hannes Reinecke
1
-1
/
+1
2021-05-21
scsi: target: iblock: Fix smp_processor_id() BUG messages
Mike Christie
1
-2
/
+2
2021-03-09
scsi: target: iblock: Fix type of logs_per_phys
Chaitanya Kulkarni
1
-1
/
+1
2021-03-09
scsi: target: iblock: Trim line longer than 80 characters
Chaitanya Kulkarni
1
-1
/
+2
2021-03-09
scsi: target: iblock: Remove an extra argument
Chaitanya Kulkarni
1
-17
/
+17
2021-03-04
scsi: target: iblock: Add backend plug/unplug callouts
Mike Christie
1
-1
/
+43
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
1
-6
/
+3
2020-12-02
scsi: target: core: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-09-25
target/iblock: fix holder printing in iblock_show_configfs_dev_params
Christoph Hellwig
1
-3
/
+2
2020-04-22
scsi: target/iblock: fix WRITE SAME zeroing
David Disseldorp
1
-1
/
+1
2019-12-19
scsi: target/iblock: Fix protection error with blocks greater than 512B
Israel Rukshin
1
-1
/
+3
2019-07-06
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2019-07-02
scsi: target/iblock: Fix overrun in WRITE SAME emulation
Roman Bolshakov
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-10-16
scsi: target/core: Use the SECTOR_SHIFT constant
Bart Van Assche
1
-2
/
+2
2018-09-20
scsi: target: iblock: split T10 PI SGL across command bios
Greg Edwards
1
-17
/
+37
2018-05-30
target: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-8
/
+6
2018-05-14
block: Use bioset_init() for fs_bio_set
Kent Overstreet
1
-1
/
+1
2018-04-20
scsi: target: Fix fortify_panic kernel exception
Bryant G Ly
1
-4
/
+4
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-2
/
+2
2017-07-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-19
/
+33
2017-07-06
target: break up free_device callback
Mike Christie
1
-2
/
+6
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-5
/
+5
2017-06-08
target/iblock: Convert WRITE_SAME to blkdev_issue_zeroout
Nicholas Bellinger
1
-17
/
+27
2017-05-01
target/iblock: convert iblock_req.pending from atomic_t to refcount_t
Elena Reshetova
1
-6
/
+6
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-4
/
+4
[next]