summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | blk-mq: figure out correct numa node for hw queueMing Lei2022-03-081-6/+30
| * | | | | | Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-03-081-3/+13
| | |_|_|_|/ | |/| | | |
| * | | | | block: remove bio_devnameChristoph Hellwig2022-03-071-6/+0
| * | | | | block: remove handle_bad_sectorChristoph Hellwig2022-03-071-12/+5
| * | | | | block: fix and cleanup bio_check_roChristoph Hellwig2022-03-071-6/+2
| * | | | | bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-03-051-7/+8
| * | | | | blk-crypto: show crypto capabilities in sysfsEric Biggers2022-02-285-1/+195
| * | | | | block: don't delete queue kobject before its childrenEric Biggers2022-02-281-3/+5
| * | | | | block: simplify calling convention of elv_unregister_queue()Eric Biggers2022-02-282-6/+5
| * | | | | block: remove redundant semicolonNian Yanchuan2022-02-271-1/+1