| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-04-02 | 5 | -25/+40 |
|\ |
|
| * | blk-wbt: remove wbt_track stub | Tom Rix | 2022-03-31 | 1 | -3/+0 |
| * | block: use dedicated list iterator variable | Jakob Koschel | 2022-03-31 | 1 | -9/+16 |
| * | block: Fix the maximum minor value is blk_alloc_ext_minor() | Christophe JAILLET | 2022-03-28 | 1 | -1/+1 |
| * | block: restore the old set_task_ioprio() behaviour wrt PF_EXITING | Jiri Slaby | 2022-03-28 | 1 | -2/+1 |
| * | block: avoid calling blkg_free() in atomic context | Ming Lei | 2022-03-23 | 1 | -10/+22 |
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-03-29 | 1 | -1/+1 |
|\ \ |
|
| * | | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 2022-03-10 | 1 | -1/+1 |
* | | | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-26 | 3 | -2/+198 |
|\ \ \ |
|
| * | | | block: add pi for extended integrity | Keith Busch | 2022-03-07 | 2 | -0/+195 |
| * | | | block: support pi with extended metadata | Keith Busch | 2022-03-07 | 2 | -2/+3 |
* | | | | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-26 | 7 | -46/+0 |
|\| | | |
|
| * | | | block: remove the per-bio/request write hint | Christoph Hellwig | 2022-03-07 | 7 | -46/+0 |
| * | | | Merge branch 'for-5.18/block' into for-5.18/write-streams | Jens Axboe | 2022-03-07 | 41 | -473/+1101 |
| |\ \ \ |
|
* | \ \ \ | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-03-25 | 8 | -163/+2 |
|\ \ \ \ \ |
|
| * | | | | | scsi: block: Remove REQ_OP_WRITE_SAME support | Christoph Hellwig | 2022-02-23 | 8 | -168/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-03-25 | 2 | -5/+13 |
|\ \ \ \ \ |
|
| * | | | | | block: add ->poll_bio to block_device_operations | Ming Lei | 2022-03-09 | 2 | -5/+13 |
* | | | | | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 1 | -1/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 1 | -1/+1 |
| * | | | | | | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -0/+1 |
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-23 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |
| * | | | | | | | block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC" | NeilBrown | 2022-03-22 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-22 | 47 | -659/+1430 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | /
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | block: cancel all throttled bios in del_gendisk() | Yu Kuai | 2022-03-18 | 3 | -1/+41 |
| * | | | | | | block: let blkcg_gq grab request queue's refcnt | Ming Lei | 2022-03-18 | 1 | -0/+5 |
| * | | | | | | block: avoid use-after-free on throttle data | Ming Lei | 2022-03-18 | 1 | -1/+11 |
| * | | | | | | block: limit request dispatch loop duration | Shin'ichiro Kawasaki | 2022-03-18 | 1 | -1/+8 |
| * | | | | | | block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative" | Colin Ian King | 2022-03-16 | 1 | -1/+1 |
| * | | | | | | block: don't merge across cgroup boundaries if blkcg is enabled | Tejun Heo | 2022-03-15 | 2 | -0/+28 |
| * | | | | | | block: fix rq-qos breakage from skipping rq_qos_done_bio() | Tejun Heo | 2022-03-14 | 3 | -12/+13 |
| * | | | | | | block: flush plug based on hardware and software queue order | Jens Axboe | 2022-03-11 | 1 | -31/+28 |
| * | | | | | | block: ensure plug merging checks the correct queue at least once | Jens Axboe | 2022-03-11 | 1 | -6/+14 |
| * | | | | | | block: move rq_qos_exit() into disk_release() | Ming Lei | 2022-03-09 | 1 | -2/+1 |
| * | | | | | | block: do more work in elevator_exit | Christoph Hellwig | 2022-03-09 | 2 | -6/+3 |
| * | | | | | | block: move blk_exit_queue into disk_release | Ming Lei | 2022-03-09 | 2 | -17/+30 |
| * | | | | | | block: move q_usage_counter release into blk_queue_release | Ming Lei | 2022-03-09 | 2 | -2/+2 |
| * | | | | | | block: don't remove hctx debugfs dir from blk_mq_exit_queue | Ming Lei | 2022-03-09 | 1 | -1/+0 |
| * | | | | | | block: move blkcg initialization/destroy into disk allocation/release handler | Ming Lei | 2022-03-09 | 3 | -12/+9 |
| * | | | | | | blk-mq: handle already freed tags gracefully in blk_mq_free_rqs | Ming Lei | 2022-03-09 | 1 | -0/+3 |
| * | | | | | | blk-mq: do not include passthrough requests in I/O accounting | Christoph Hellwig | 2022-03-09 | 2 | -4/+9 |
| * | | | | | | blk-mq: manage hctx map via xarray | Ming Lei | 2022-03-09 | 4 | -40/+28 |
| * | | | | | | blk-mq: prepare for implementing hctx table via xarray | Ming Lei | 2022-03-09 | 5 | -28/+35 |
| * | | | | | | blk-mq: reconfigure poll after queue map is changed | Ming Lei | 2022-03-09 | 1 | -3/+13 |
| * | | | | | | blk-mq: simplify reallocation of hw ctxs a bit | Ming Lei | 2022-03-09 | 1 | -19/+14 |
| * | | | | | | blk-mq: figure out correct numa node for hw queue | Ming Lei | 2022-03-09 | 1 | -6/+30 |
| * | | | | | | Revert "Revert "block, bfq: honor already-setup queue merges"" | Paolo Valente | 2022-03-09 | 1 | -3/+13 |
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | block: remove bio_devname | Christoph Hellwig | 2022-03-07 | 1 | -6/+0 |
| * | | | | | block: remove handle_bad_sector | Christoph Hellwig | 2022-03-07 | 1 | -12/+5 |