index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
drbg.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-30
block: factor out blk_rq_map_bio_alloc helper
Kanchan Joshi
1
-11
/
+22
2022-09-30
block: rename bio_map_put to blk_mq_map_bio_put
Anuj Gupta
1
-3
/
+3
2022-09-30
nvme: refactor nvme_alloc_request
Kanchan Joshi
1
-37
/
+53
2022-09-30
nvme: refactor nvme_add_user_metadata
Kanchan Joshi
1
-10
/
+13
2022-09-30
nvme: Use blk_rq_map_user_io helper
Anuj Gupta
1
-16
/
+2
2022-09-30
scsi: Use blk_rq_map_user_io helper
Anuj Gupta
2
-39
/
+5
2022-09-30
block: add blk_rq_map_user_io
Anuj Gupta
2
-0
/
+38
2022-09-30
io_uring: introduce fixed buffer support for io_uring_cmd
Anuj Gupta
3
-2
/
+28
2022-09-30
io_uring: add io_uring_cmd_import_fixed
Anuj Gupta
2
-0
/
+18
2022-09-30
nvme: enable batched completions of passthrough IO
Jens Axboe
1
-2
/
+1
2022-09-30
nvme: split out metadata vs non metadata end_io uring_cmd completions
Jens Axboe
1
-18
/
+61
2022-09-30
block: allow end_io based requests in the completion batch handling
Jens Axboe
2
-3
/
+13
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
13
-29
/
+65
2022-09-30
block: enable batched allocation for blk_mq_alloc_request()
Jens Axboe
1
-9
/
+71
2022-09-30
block: kill deprecated BUG_ON() in the flush handling
Jens Axboe
1
-1
/
+0
2022-09-30
sbitmap: fix lockup while swapping
Hugh Dickins
1
-1
/
+1
2022-09-30
io_uring/net: fix notif cqe reordering
Pavel Begunkov
1
-5
/
+19
2022-09-30
io_uring/net: don't update msg_name if not provided
Pavel Begunkov
1
-1
/
+2
2022-09-30
io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
Jens Axboe
1
-4
/
+4
2022-09-29
io_uring/rw: defer fsnotify calls to task context
Jens Axboe
1
-9
/
+15
2022-09-29
block: add rationale for not using blk_mq_plug() when applicable
Pankaj Raghav
2
-0
/
+12
2022-09-29
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
3
-7
/
+14
2022-09-29
io_uring/net: fix fast_iov assignment in io_setup_async_msg()
Stefan Metzmacher
1
-2
/
+4
2022-09-29
io_uring/net: fix non-zc send with address
Pavel Begunkov
1
-6
/
+6
2022-09-28
s390/dasd: use blk_mq_alloc_disk
Christoph Hellwig
7
-88
/
+39
2022-09-28
io_uring/net: don't skip notifs for failed requests
Pavel Begunkov
1
-21
/
+8
2022-09-27
blk-cgroup: don't update the blkg lookup hint in blkg_conf_prep
Christoph Hellwig
1
-13
/
+4
2022-09-27
nvmet: don't look at the request_queue in nvmet_bdev_set_limits
Christoph Hellwig
1
-6
/
+5
2022-09-27
nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_all
Christoph Hellwig
1
-2
/
+1
2022-09-27
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
3
-7
/
+6
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
5
-8
/
+10
2022-09-27
nvme: remove nvme_ctrl_init_connect_q
Christoph Hellwig
1
-8
/
+0
2022-09-27
nvme-loop: use the tagset alloc/free helpers
Christoph Hellwig
1
-64
/
+19
2022-09-27
nvme-loop: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-5
/
+5
2022-09-27
nvme-loop: initialize sqsize later
Christoph Hellwig
1
-1
/
+1
2022-09-27
nvme-fc: use the tagset alloc/free helpers
Christoph Hellwig
1
-66
/
+17
2022-09-27
nvme-fc: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-20
/
+12
2022-09-27
nvme-fc: keep ctrl->sqsize in sync with opts->queue_size
Christoph Hellwig
1
-9
/
+1
2022-09-27
nvme-rdma: use the tagset alloc/free helpers
Christoph Hellwig
1
-99
/
+34
2022-09-27
nvme-rdma: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: use the tagset alloc/free helpers
Christoph Hellwig
1
-85
/
+16
2022-09-27
nvme-tcp: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
Christoph Hellwig
1
-6
/
+3
2022-09-27
nvme: add common helpers to allocate and free tagsets
Christoph Hellwig
2
-0
/
+110
2022-09-27
nvme-auth: add a MAINTAINERS entry
Christoph Hellwig
1
-0
/
+9
2022-09-27
nvmet: add helpers to set the result field for connect commands
Christoph Hellwig
1
-10
/
+8
2022-09-27
nvme: improve the NVME_CONNECT_AUTHREQ* definitions
Christoph Hellwig
2
-6
/
+4
2022-09-27
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
4
-14
/
+13
2022-09-27
nvmet-tcp: remove nvmet_tcp_finish_cmd
zhenwei pi
1
-8
/
+2
2022-09-27
nvmet-tcp: add bounds check on Transfer Tag
Varun Prakash
1
-2
/
+9
[next]