aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-25/+40
2022-03-31blk-wbt: remove wbt_track stubGravatar Tom Rix 1-3/+0
2022-03-31block: use dedicated list iterator variableGravatar Jakob Koschel 1-9/+16
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-03-28block: Fix the maximum minor value is blk_alloc_ext_minor()Gravatar Christophe JAILLET 1-1/+1
2022-03-28block: restore the old set_task_ioprio() behaviour wrt PF_EXITINGGravatar Jiri Slaby 1-2/+1
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-2/+198
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-46/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 8-163/+2
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+13
2022-03-22block: avoid calling blkg_free() in atomic contextGravatar Ming Lei 1-10/+22
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+2
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-22block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"Gravatar NeilBrown 1-1/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 47-659/+1430
2022-03-18block: cancel all throttled bios in del_gendisk()Gravatar Yu Kuai 3-1/+41
2022-03-18block: let blkcg_gq grab request queue's refcntGravatar Ming Lei 1-0/+5
2022-03-18block: avoid use-after-free on throttle dataGravatar Ming Lei 1-1/+11
2022-03-17block: limit request dispatch loop durationGravatar Shin'ichiro Kawasaki 1-1/+8
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-16block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"Gravatar Colin Ian King 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-03-14block: don't merge across cgroup boundaries if blkcg is enabledGravatar Tejun Heo 2-0/+28
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Gravatar Tejun Heo 3-12/+13
2022-03-14block: release rq qos structures for queue without diskGravatar Ming Lei 1-0/+4
2022-03-11block: flush plug based on hardware and software queue orderGravatar Jens Axboe 1-31/+28
2022-03-11block: ensure plug merging checks the correct queue at least onceGravatar Jens Axboe 1-6/+14
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-1/+1
2022-03-09block: add ->poll_bio to block_device_operationsGravatar Ming Lei 2-5/+13
2022-03-08block: move rq_qos_exit() into disk_release()Gravatar Ming Lei 1-2/+1
2022-03-08block: do more work in elevator_exitGravatar Christoph Hellwig 2-6/+3
2022-03-08block: move blk_exit_queue into disk_releaseGravatar Ming Lei 2-17/+30
2022-03-08block: move q_usage_counter release into blk_queue_releaseGravatar Ming Lei 2-2/+2
2022-03-08block: don't remove hctx debugfs dir from blk_mq_exit_queueGravatar Ming Lei 1-1/+0
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerGravatar Ming Lei 3-12/+9
2022-03-08blk-mq: handle already freed tags gracefully in blk_mq_free_rqsGravatar Ming Lei 1-0/+3
2022-03-08blk-mq: do not include passthrough requests in I/O accountingGravatar Christoph Hellwig 2-4/+9
2022-03-08blk-mq: manage hctx map via xarrayGravatar Ming Lei 4-40/+28
2022-03-08blk-mq: prepare for implementing hctx table via xarrayGravatar Ming Lei 5-28/+35
2022-03-08blk-mq: reconfigure poll after queue map is changedGravatar Ming Lei 1-3/+13
2022-03-08blk-mq: simplify reallocation of hw ctxs a bitGravatar Ming Lei 1-19/+14
2022-03-08blk-mq: figure out correct numa node for hw queueGravatar Ming Lei 1-6/+30
2022-03-08Revert "Revert "block, bfq: honor already-setup queue merges""Gravatar Paolo Valente 1-3/+13
2022-03-08block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protectionGravatar Shin'ichiro Kawasaki 1-12/+23
2022-03-07block: add pi for extended integrityGravatar Keith Busch 2-0/+195
2022-03-07block: support pi with extended metadataGravatar Keith Busch 2-2/+3
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 7-46/+0
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsGravatar Jens Axboe 41-473/+1101
2022-03-07block: remove bio_devnameGravatar Christoph Hellwig 1-6/+0