summaryrefslogtreecommitdiffstats
path: root/lib/reed_solomon (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-20nvme: helper for uring-passthrough checksKanchan Joshi1-8/+16
2022-05-12blk-mq: fix passthrough pluggingMing Lei1-51/+63
2022-05-11nvme: add vectored-io support for uring-cmdAnuj Gupta2-3/+7
2022-05-11nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi5-3/+220
2022-05-11nvme: refactor nvme_submit_user_cmd()Christoph Hellwig1-11/+45
2022-05-11block: wire-up support for passthrough pluggingJens Axboe1-34/+39
2022-05-11fs,io_uring: add infrastructure for uring-cmdJens Axboe4-26/+165
2022-05-09io_uring: support CQE32 for nop operationStefan Roesch1-2/+26
2022-05-09io_uring: enable CQE32Stefan Roesch1-1/+1
2022-05-09io_uring: support CQE32 in /proc infoStefan Roesch1-2/+14
2022-05-09io_uring: add tracing for additional CQE32 fieldsStefan Roesch2-9/+20
2022-05-09io_uring: overflow processing for CQE32Stefan Roesch1-9/+23
2022-05-09io_uring: flush completions for CQE32Stefan Roesch1-2/+6
2022-05-09io_uring: modify io_get_cqe for CQE32Stefan Roesch1-2/+17
2022-05-09io_uring: add CQE32 completion processingStefan Roesch1-8/+45
2022-05-09io_uring: add CQE32 setup processingStefan Roesch1-0/+58
2022-05-09io_uring: change ring size calculation for CQE32Stefan Roesch1-3/+7
2022-05-09io_uring: store add. return values for CQE32Stefan Roesch1-1/+7
2022-05-09io_uring: support CQE32 in io_uring_cqeStefan Roesch1-0/+7
2022-05-09io_uring: add support for 128-byte SQEsJens Axboe2-3/+19
2022-05-09io_uring: don't clear req->kbuf when buffer selection is doneJens Axboe1-2/+0
2022-05-09io_uring: eliminate the need to track provided buffer ID separatelyJens Axboe1-6/+10
2022-05-09io_uring: move provided buffer state closer to submit stateJens Axboe1-3/+5
2022-05-09io_uring: move provided and fixed buffers into the same io_kiocb areaJens Axboe1-4/+8
2022-05-09io_uring: abstract out provided buffer list selectionJens Axboe1-11/+23
2022-05-09io_uring: never call io_buffer_select() for a buffer re-selectJens Axboe1-12/+17
2022-05-09io_uring: get rid of hashed provided buffer groupsJens Axboe1-39/+58
2022-05-09io_uring: always use req->buf_index for the provided buffer groupJens Axboe1-13/+13
2022-05-09io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't setJens Axboe1-4/+0
2022-05-09io_uring: kill io_rw_buffer_select() wrapperJens Axboe1-10/+5
2022-05-09io_uring: make io_buffer_select() return the user address directlyJens Axboe1-26/+20
2022-05-08Linux 5.18-rc6v5.18-rc6Linus Torvalds1-1/+1
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller1-15/+3
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller1-23/+4
2022-05-08parisc: Fix typos in commentsJulia Lawall6-6/+6
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller1-1/+1
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller1-2/+1
2022-05-08parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller1-0/+1
2022-05-08parisc: Update 32- and 64-bit defconfigsHelge Deller2-2/+5
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskHelge Deller1-0/+8
2022-05-08Revert "parisc: Fix patch code locking and flushing"Helge Deller1-11/+14
2022-05-08Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller2-3/+6
2022-05-08Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller1-8/+22
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau1-1/+0
2022-05-08ataflop: use a statically allocated error countersWilly Tarreau1-4/+6
2022-05-08floppy: use a statically allocated error counterWilly Tarreau1-10/+8
2022-05-06KVM: VMX: Exit to userspace if vCPU has injected exception and invalid stateSean Christopherson1-1/+1
2022-05-06KVM: SEV: Mark nested locking of vcpu->lockPeter Gonda1-4/+38
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu1-2/+2
2022-05-06powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain1-5/+2