summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Christoph Hellwig2021-08-021-10/+6
| * | | | block: use memcpy_from_bvec in __blk_queue_bounceChristoph Hellwig2021-08-021-12/+7
| * | | | block: use memcpy_from_bvec in bio_copy_kern_endio_readChristoph Hellwig2021-08-021-1/+1
| * | | | block: use memcpy_to_bvec in copy_to_high_bio_irqChristoph Hellwig2021-08-021-18/+2
| * | | | block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig2021-08-021-20/+8
| * | | | block: use memzero_page in zero_fill_bioChristoph Hellwig2021-08-021-7/+2
* | | | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | genirq: Change force_irqthreads to a static keyTanner Love2021-08-101-1/+1
* | | | | Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-281-42/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe2021-08-261-37/+5
| * | | | mq-deadline: Fix request accountingBart Van Assche2021-08-251-5/+11
* | | | | Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-214-32/+20
|\| | | |
| * | | | blk-mq: fix is_flush_rqMing Lei2021-08-183-6/+7
| * | | | blk-mq: fix kernel panic during iterating over flush requestMing Lei2021-08-172-1/+8
| * | | | blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei2021-08-171-25/+5
* | | | | Merge tag 'block-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-147-313/+22
|\| | | |
| * | | | blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDYu Kuai2021-08-131-2/+4
| * | | | Revert "block/mq-deadline: Add cgroup support"Tejun Heo2021-08-115-307/+14
| * | | | blk-iocost: fix lockdep warning on blkcg->lockMing Lei2021-08-101-4/+4
* | | | | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-101-6/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo2021-07-281-6/+8
| | |_|/ | |/| |
* | | | Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-073-3/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | kyber: make trace_block_rq call consistent with documentationVincent Fu2021-08-071-1/+1
| * | block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche2021-08-051-1/+1
| * | blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-051-1/+5
* | | Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-303-20/+11
|\| | | |/ |/|
| * block: delay freeing the gendiskChristoph Hellwig2021-07-281-2/+1
| * blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo2021-07-281-5/+6
| * blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry2021-07-281-13/+4
* | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-099-27/+63
|\|
| * blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai2021-07-071-0/+15
| * block: fix the problem of io_ticks becoming smallerChunguang Xu2021-07-071-1/+1
| * block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig2021-07-011-5/+1
| * block: grab a device refcount in disk_ueventChristoph Hellwig2021-07-011-2/+2
| * block: check disk exist before trying to add partitionYufen Yu2021-07-011-7/+16
| * block: return errors from blk_execute_rq()Keith Busch2021-06-301-2/+5
| * block: support polling through blk_execute_rqKeith Busch2021-06-301-1/+17
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-304-7/+5
| * block: mark blk_mq_init_queue_data staticChristoph Hellwig2021-06-301-2/+1
* | scsi: blkcg: Fix application ID config optionsMartin K. Petersen2021-07-041-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-034-7/+21
|\ \
| * | scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar2021-06-101-0/+9
| * | scsi: core: Drop message byte helperHannes Reinecke2021-06-011-1/+1
| * | scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-06-013-3/+3
| * | scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-06-012-0/+4
| * | scsi: scsi_ioctl: Return error code when blk_rq_map_kern() failsHannes Reinecke2021-06-011-3/+4
* | | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-023-17/+12
|\ \ \
| * | | partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann2021-05-173-17/+12
| |/ /
* | | Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-011-27/+92
|\ \ \ | |_|/ |/| |
| * | block: improve handling of all zones reset operationDamien Le Moal2021-06-041-27/+92