index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
io-cmd-bdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
2024-06-24
1
-6
/
+6
*
block: remove the blk_integrity_profile structure
Christoph Hellwig
2024-06-14
1
-7
/
+9
*
nvme: port block device access to file
Christian Brauner
2024-02-25
1
-8
/
+8
*
nvmet: Convert to bdev_open_by_path()
Jan Kara
2023-10-28
1
-9
/
+11
*
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
2023-08-10
1
-2
/
+1
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-1
/
+1
*
nvmet: don't look at the request_queue in nvmet_bdev_set_limits
Christoph Hellwig
2022-09-27
1
-6
/
+5
*
nvmet: avoid unnecessary flush bio
Guixin Liu
2022-09-19
1
-0
/
+8
*
nvme/target: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
1
-8
/
+9
*
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-18
1
-1
/
+1
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-23
1
-0
/
+1
|
\
|
*
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2022-03-03
1
-0
/
+1
*
|
nvmet: allow bdev in buffered_io mode
Chaitanya Kulkarni
2022-02-28
1
-0
/
+8
*
|
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
1
-6
/
+4
*
|
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
1
-6
/
+6
|
/
*
nvmet: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-2
/
+2
*
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
*
nvmet: add ZBD over ZNS backend support
Chaitanya Kulkarni
2021-06-17
1
-9
/
+17
*
nvmet: add nvmet_req_bio put helper for backends
Chaitanya Kulkarni
2021-06-17
1
-2
/
+1
*
nvmet: use req->cmd directly in bdev-ns fast path
Chaitanya Kulkarni
2021-06-17
1
-3
/
+1
*
nvmet: remove a superfluous variable
Chaitanya Kulkarni
2021-06-03
1
-2
/
+1
*
nvmet: fix inline bio check for bdev-ns
Chaitanya Kulkarni
2021-05-11
1
-1
/
+1
*
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
1
-4
/
+4
*
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-9
/
+4
|
\
|
*
nvmet: add helper to report invalid opcode
Chaitanya Kulkarni
2021-02-10
1
-4
/
+1
|
*
nvmet: add lba to sect conversion helpers
Chaitanya Kulkarni
2021-02-02
1
-5
/
+3
*
|
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+0
*
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-03
1
-4
/
+114
|
\
|
*
nvmet: add metadata support for block devices
Israel Rukshin
2020-05-27
1
-2
/
+85
|
*
nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
Israel Rukshin
2020-05-27
1
-3
/
+3
|
*
nvmet: rename nvmet_rw_len to nvmet_rw_data_len
Israel Rukshin
2020-05-27
1
-1
/
+1
|
*
nvmet: add metadata characteristics for a namespace
Israel Rukshin
2020-05-27
1
-0
/
+22
|
*
nvmet: add ns revalidation support
Anthony Iliopoulos
2020-05-10
1
-0
/
+5
*
|
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-22
1
-1
/
+1
|
/
*
nvmet: fix dsm failure when payload does not match sgl descriptor
Sagi Grimberg
2020-02-03
1
-1
/
+1
*
nvmet: stop using bio_set_op_attrs
Christoph Hellwig
2019-11-04
1
-7
/
+6
*
nvmet: add plugging for read/write when ns is bdev
Christoph Hellwig
2019-11-04
1
-0
/
+3
*
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
2019-11-04
1
-6
/
+13
*
nvmet: use bio_io_error instead of duplicating it
Israel Rukshin
2019-11-04
1
-5
/
+3
*
nvmet: change ppl to lpp
John Pittman
2019-09-23
1
-8
/
+8
*
nvmet: export I/O characteristics attributes in Identify
Bart Van Assche
2019-07-09
1
-0
/
+39
*
nvmet: fix data_len to 0 for bdev-backed write_zeroes
Minwoo Im
2019-06-04
1
-0
/
+1
*
nvmet: avoid double errno conversions
Christoph Hellwig
2019-04-05
1
-4
/
+2
*
nvmet: ignore EOPNOTSUPP for discard
Christoph Hellwig
2019-03-13
1
-4
/
+4
*
nvmet: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-9
/
+1
*
nvmet: add error log support for bdev backend
Chaitanya Kulkarni
2018-12-13
1
-12
/
+72
*
nvmet: remove unused variable
Sagi Grimberg
2018-12-13
1
-2
/
+1
[next]