index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
ioctl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-13
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
1
-14
/
+7
2025-06-04
nvme: spelling fixes
Yi Zhang
1
-1
/
+1
2025-06-04
nvme: enable vectored registered bufs for passthrough cmds
Pavel Begunkov
1
-6
/
+8
2025-06-04
nvme: fix implicit bool to flags conversion
Pavel Begunkov
1
-1
/
+1
2025-04-01
nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()
Caleb Sander Mateos
1
-21
/
+24
2025-04-01
nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()
Caleb Sander Mateos
1
-14
/
+17
2025-04-01
nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
Caleb Sander Mateos
1
-1
/
+1
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+7
2025-02-28
nvme: map uring_cmd data even if address is 0
Xinyu Zhang
1
-1
/
+1
2025-02-27
io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()
Pavel Begunkov
1
-4
/
+6
2025-02-25
nvme-ioctl: fix leaked requests on mapping error
Keith Busch
1
-4
/
+8
2025-02-18
nvme/ioctl: add missing space in err message
Caleb Sander Mateos
1
-2
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+10
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+9
2024-11-18
nvme-pci: use sgls for all user requests if possible
Keith Busch
1
-2
/
+10
2024-11-13
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.13/block
Jens Axboe
1
-3
/
+1
2024-10-30
nvme: re-fix error-handling for io_uring nvme-passthrough
Keith Busch
1
-2
/
+5
2024-10-30
blk-integrity: remove seed for user mapped buffers
Keith Busch
1
-9
/
+8
2024-10-22
nvme: use helpers to access io_uring cmd space
Pavel Begunkov
1
-3
/
+1
2024-09-13
block: provide a request helper for user integrity segments
Keith Busch
1
-4
/
+2
2024-08-30
nvme: fix metadata handling in nvme-passthrough
Puranjay Mohan
1
-8
/
+14
2024-08-26
nvme: rename apptag and appmask to lbat and lbatm
Anuj Gupta
1
-2
/
+2
2024-07-03
block: call bio_integrity_unmap_free_user from blk_rq_unmap_user
Christoph Hellwig
1
-11
/
+4
2024-07-03
block: split integrity support out of bio.h
Christoph Hellwig
1
-0
/
+1
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
1
-4
/
+11
2024-05-28
nvme: use srcu for iterating namespace list
Keith Busch
1
-6
/
+9
2024-04-15
nvme/io_uring: use helper for polled completions
Jens Axboe
1
-4
/
+11
2024-02-07
nvme: use ns->head->pi_size instead of t10_pi_tuple structure size
Francis Pravin
1
-1
/
+1
2024-01-11
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-172
/
+33
2023-12-19
nvme: move ns id info to struct nvme_ns_head
Daniel Wagner
1
-4
/
+4
2023-12-12
io_uring: split out cmd api into a separate header
Pavel Begunkov
1
-1
/
+1
2023-12-04
nvme-ioctl: move capable() admin check to the end
Keith Busch
1
-10
/
+11
2023-12-01
nvme: use bio_integrity_map_user
Keith Busch
1
-168
/
+29
2023-11-06
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
1
-2
/
+5
2023-10-18
nvme: sanitize metadata bounce buffer for reads
Keith Busch
1
-3
/
+7
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2023-08-11
nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll
Ming Lei
1
-2
/
+0
2023-08-09
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
1
-1
/
+0
2023-06-28
nvme: improved uring polling
Keith Busch
1
-51
/
+19
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-30
/
+36
2023-06-26
Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-4
/
+4
2023-06-12
nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
1
-28
/
+34
2023-05-30
nvme: fix miss command type check
min15.li
1
-1
/
+1
2023-05-25
nvme: optimise io_uring passthrough completion
Pavel Begunkov
1
-2
/
+2
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
1
-1
/
+1
2023-03-20
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
1
-6
/
+8
2023-02-01
nvme: remove nvme_execute_passthru_rq
Christoph Hellwig
1
-2
/
+3
2023-01-29
nvme: set REQ_ALLOC_CACHE for uring-passthru request
Anuj Gupta
1
-2
/
+2
[next]