summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://scm.osdn.net/gitroot/tomoyo/tomoyo-test1.gitStephen Rothwell2022-04-072-9/+9
|\
| * loop: yet another approach to fix the loop lock order inversionsTetsuo Handa2022-04-042-9/+9
* | block: allow use of per-cpu bio alloc cache by block driversMike Snitzer2022-04-062-6/+2
* | block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2022-04-063-50/+50
|/
* 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
|\ \ \ \ \ \ \
| * | | | | | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| * | | | | | | block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown2022-03-221-1/+1
* | | | | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2147-659/+1430
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | block: cancel all throttled bios in del_gendisk()Yu Kuai2022-03-183-1/+41
| * | | | | | block: let blkcg_gq grab request queue's refcntMing Lei2022-03-181-0/+5
| * | | | | | block: avoid use-after-free on throttle dataMing Lei2022-03-181-1/+11
| * | | | | | block: limit request dispatch loop durationShin'ichiro Kawasaki2022-03-171-1/+8
| * | | | | | block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"Colin Ian King2022-03-161-1/+1
| * | | | | | block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-03-142-0/+28
| * | | | | | block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-03-143-12/+13
| * | | | | | block: flush plug based on hardware and software queue orderJens Axboe2022-03-111-31/+28
| * | | | | | block: ensure plug merging checks the correct queue at least onceJens Axboe2022-03-111-6/+14
| * | | | | | block: move rq_qos_exit() into disk_release()Ming Lei2022-03-081-2/+1
| * | | | | | block: do more work in elevator_exitChristoph Hellwig2022-03-082-6/+3
| * | | | | | block: move blk_exit_queue into disk_releaseMing Lei2022-03-082-17/+30
| * | | | | | block: move q_usage_counter release into blk_queue_releaseMing Lei2022-03-082-2/+2
| * | | | | | block: don't remove hctx debugfs dir from blk_mq_exit_queueMing Lei2022-03-081-1/+0
| * | | | | | block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei2022-03-083-12/+9
| * | | | | | blk-mq: handle already freed tags gracefully in blk_mq_free_rqsMing Lei2022-03-081-0/+3
| * | | | | | blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig2022-03-082-4/+9
| * | | | | | blk-mq: manage hctx map via xarrayMing Lei2022-03-084-40/+28
| * | | | | | blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-085-28/+35
| * | | | | | blk-mq: reconfigure poll after queue map is changedMing Lei2022-03-081-3/+13
| * | | | | | blk-mq: simplify reallocation of hw ctxs a bitMing Lei2022-03-081-19/+14