summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: remove queue_discard_alignmentChristoph Hellwig2022-04-171-1/+1
| * | | block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig2022-04-171-0/+23
| * | | block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig2022-04-171-1/+1
| * | | block: use bdev_alignment_offset in part_alignment_offset_showChristoph Hellwig2022-04-171-5/+1
| * | | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
| * | | bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara2022-04-171-3/+12
| * | | bfq: Get rid of __bio_blkcg() usageJan Kara2022-04-173-52/+25
| * | | bfq: Track whether bfq_group is still onlineJan Kara2022-04-172-1/+4
| * | | bfq: Remove pointless bfq_init_rq() callsJan Kara2022-04-171-6/+6
| * | | bfq: Drop pointless unlock-lock pairJan Kara2022-04-171-3/+0
| * | | bfq: Update cgroup information before merging bioJan Kara2022-04-171-2/+9
| * | | bfq: Split shared queues on move between cgroupsJan Kara2022-04-173-4/+35
| * | | bfq: Avoid merging queues with different parentsJan Kara2022-04-171-0/+8
| * | | bfq: Avoid false marking of bic as stably mergedJan Kara2022-04-171-3/+6
| * | | block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-173-50/+53
| * | | block: allow use of per-cpu bio alloc cache by block driversMike Snitzer2022-04-172-6/+2
| * | | block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2022-04-173-50/+50
* | | | Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds2022-05-231-46/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | blk-mq: fix passthrough pluggingMing Lei2022-05-121-51/+63
| * | | block: wire-up support for passthrough pluggingJens Axboe2022-05-111-34/+39
| | |/ | |/|
* / | block/mq-deadline: Set the fifo_time member also if inserting at headBart Van Assche2022-05-131-0/+1
|/ /
* | Revert "block: release rq qos structures for queue without disk"Ming Lei2022-05-021-4/+0
* | bfq: Fix warning in bfqq_request_over_limit()Jan Kara2022-04-291-3/+9
* | Revert "block: inherit request start time from bio for BLK_CGROUP"Tejun Heo2022-04-271-8/+1
* | iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo2022-04-271-1/+11
|/
* block: don't print I/O error warning for dead disksChristoph Hellwig2022-04-151-1/+2
* block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-151-1/+1
* block: fix offset/size check in bio_trim()Ming Lei2022-04-141-1/+1
* Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-015-25/+40
|\
| * blk-wbt: remove wbt_track stubTom Rix2022-03-311-3/+0
| * block: use dedicated list iterator variableJakob Koschel2022-03-311-9/+16
| * block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET2022-03-281-1/+1
| * block: restore the old set_task_ioprio() behaviour wrt PF_EXITINGJiri Slaby2022-03-281-2/+1
| * block: avoid calling blkg_free() in atomic contextMing Lei2022-03-221-10/+22
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+1
|\ \
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-1/+1
* | | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-263-2/+198
|\ \ \
| * | | block: add pi for extended integrityKeith Busch2022-03-072-0/+195
| * | | block: support pi with extended metadataKeith Busch2022-03-072-2/+3
* | | | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-267-46/+0
|\| | |
| * | | block: remove the per-bio/request write hintChristoph Hellwig2022-03-077-46/+0
| * | | Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-0741-473/+1101
| |\ \ \
* | \ \ \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-248-163/+2
|\ \ \ \ \
| * | | | | scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-228-168/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-242-5/+13
|\ \ \ \ \
| * | | | | block: add ->poll_bio to block_device_operationsMing Lei2022-03-092-5/+13
* | | | | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\ \ \ \ \ \
| * | | | | | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | | | | | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-222-2/+2
|\ \ \ \ \ \ \