aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_parser.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-23nvme: Use non zero KATO for persistent discovery connectionsAlistair Francis1-1/+7
2025-09-23nvmet: add safety check for subsys lockMax Gurtovoy1-9/+6
2025-09-23nvme-core: use nvme_is_io_ctrl() for I/O controller checkMartin George1-1/+1
2025-09-23nvme-core: do ioccsz/iorcsz validation only for I/O controllersKamaljit Singh1-2/+2
2025-09-23nvme-core: add method to check for an I/O controllerKamaljit Singh1-0/+5
2025-09-23blk-cgroup: fix possible deadlock while configuring policyYu Kuai1-15/+8
2025-09-23blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error pathYu Kuai2-2/+9
2025-09-23blk-mq: Fix more tag iteration function documentationBart Van Assche1-17/+15
2025-09-20selftests: ublk: fix behavior when fio is not installedUday Shankar6-0/+24
2025-09-20ublk: don't access ublk_queue in ublk_unmap_io()Caleb Sander Mateos1-10/+14
2025-09-20ublk: pass ublk_io to __ublk_complete_rq()Caleb Sander Mateos1-6/+5
2025-09-20ublk: don't access ublk_queue in ublk_need_complete_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't access ublk_queue in ublk_check_commit_and_fetch()Caleb Sander Mateos1-4/+4
2025-09-20ublk: don't pass ublk_queue to ublk_fetch()Caleb Sander Mateos1-3/+2
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos1-5/+5
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos1-4/+4
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos1-13/+11
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos1-4/+6
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos1-2/+2
2025-09-20ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()Caleb Sander Mateos1-1/+1
2025-09-20ublk: add helpers to check ublk_device flagsCaleb Sander Mateos1-0/+34
2025-09-20ublk: don't pass ublk_queue to __ublk_fail_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't pass q_id to ublk_queue_cmd_buf_size()Caleb Sander Mateos1-7/+5
2025-09-20ublk: remove ubq check in ublk_check_and_get_req()Caleb Sander Mateos1-3/+0
2025-09-19selftests: ublk: add test to verify that feat_map is completeUday Shankar2-0/+21
2025-09-19selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_mapUday Shankar1-0/+1
2025-09-19selftests: ublk: kublk: simplify feat_map definitionUday Shankar1-15/+16
2025-09-17blk-throttle: fix throtl_data leak during disk releaseYu Kuai1-2/+5
2025-09-17blk-mq: Fix the blk_mq_tagset_busy_iter() documentationBart Van Assche1-4/+3
2025-09-16block: relax atomic write boundary vs chunk size checkJohn Garry1-40/+26
2025-09-16block: fix stacking of atomic writes when atomics are not supportedJohn Garry1-9/+10
2025-09-16block: update validation of atomic writes boundary for stacked devicesJohn Garry1-8/+14
2025-09-16nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-09-15nvme-auth: use hkdf_expand_label()Chris Leech1-20/+13
2025-09-15nvme-auth: add hkdf_expand_label()Chris Leech1-0/+53
2025-09-15block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().chengkaitao1-4/+0
2025-09-15nvme-tcp: send only permitted commands for secure concatMartin George1-0/+3
2025-09-15nvme-fc: use lock accessing port_state and rport stateDaniel Wagner1-2/+8
2025-09-15nvmet-fcloop: call done callback even when remote port is goneDaniel Wagner1-3/+5
2025-09-15nvmet-fc: avoid scheduling association deletion twiceDaniel Wagner1-7/+9
2025-09-15nvmet-fc: move lsop put work to nvmet_fc_ls_req_opDaniel Wagner1-10/+9
2025-09-15nvme-auth: update bi_directional flagMartin George1-2/+3
2025-09-10md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_TNathan Chancellor1-8/+8
2025-09-10blk-mq: fix stale nr_requests documentationYu Kuai1-10/+4
2025-09-10blk-mq: remove blk_mq_tag_update_depth()Yu Kuai2-34/+0
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai3-22/+34
2025-09-10blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai4-11/+19
2025-09-10blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai1-12/+27