summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-031-0/+8
* nvme: implement In-Band authenticationHannes Reinecke2022-08-031-0/+33
* nvme: add definitions for NVMe In-Band authenticationHannes Reinecke2022-08-031-1/+208
* lib/base64: RFC4648-compliant base64 encodingHannes Reinecke2022-08-031-0/+16
* crypto: add crypto_has_kpp()Hannes Reinecke2022-08-031-0/+2
* crypto: add crypto_has_shash()Hannes Reinecke2022-08-031-0/+2
* nvme: handle the persistent internal error AERMichael Kelley2022-08-031-0/+4
* Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-022-3/+8
|\
| * dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2022-07-282-2/+8
| * dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-071-1/+0
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0218-265/+387
|\ \
| * | ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei2022-07-221-3/+4
| * | ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig2022-07-211-1/+0
| * | ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig2022-07-181-1/+0
| * | fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-2/+2
| * | fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche2022-07-142-7/+7
| * | fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-11/+11
| * | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-2/+2
| * | fs/buffer: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+5
| * | mm: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
| * | scsi/core: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
| * | scsi/core: Improve static type checkingBart Van Assche2022-07-141-2/+2
| * | dm/core: Reduce the size of struct dm_io_requestBart Van Assche2022-07-141-2/+2
| * | blktrace: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+2
| * | block: Use the new blk_opf_t typeBart Van Assche2022-07-143-9/+9
| * | block: Introduce the type blk_opf_tBart Van Assche2022-07-141-46/+51
| * | block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-142-4/+8
| * | block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-141-1/+1
| * | block: Use enum req_op where appropriateBart Van Assche2022-07-142-4/+4
| * | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-142-9/+9
| * | block: remove bdevnameChristoph Hellwig2022-07-141-1/+0
| * | ublk_drv: support to complete io command via task_work_addMing Lei2022-07-141-0/+6
| * | ublk_drv: add io_uring based userspace block driverMing Lei2022-07-141-0/+156
| * | block: move zone related fields to struct gendiskChristoph Hellwig2022-07-062-53/+46
| * | block: remove blk_queue_zone_sectorsChristoph Hellwig2022-07-061-8/+3
| * | block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-2/+2
| * | block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-061-4/+4
| * | block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig2022-07-061-27/+10
| * | block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-1/+1
| * | block: remove a superflous ifdef in blkdev.hChristoph Hellwig2022-07-061-3/+0
| * | blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-062-2/+2
| * | blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-1/+1
| * | blk-mq: Add a flag for reserved requestsJohn Garry2022-07-061-0/+6
| |/
| * block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig2022-06-291-6/+6
| * blk-mq: cleanup disk sysfs registrationChristoph Hellwig2022-06-281-1/+0
| * block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-281-10/+0
| * block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+0
| * block: simplify disk shutdownChristoph Hellwig2022-06-282-3/+4
| * block: remove QUEUE_FLAG_DEADChristoph Hellwig2022-06-281-2/+0
| * block: Make ioprio_best() staticJan Kara2022-06-271-5/+0