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