Age | Commit message (Expand) | Author |
2018-03-22 | blkcg: fix double free of new_blkg in blkcg_init_queue | Hou Tao |
2018-02-25 | blk_rq_map_user_iov: fix error override | Douglas Gilbert |
2017-12-20 | badblocks: fix wrong return value in badblocks_set if badblocks are disabled | Liu Bo |
2017-12-20 | blk-mq: Fix tagset reinit in the presence of cpu hot-unplug | Sagi Grimberg |
2017-12-14 | block: wake up all tasks blocked in get_request() | Ming Lei |
2017-12-14 | blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() | Ming Lei |
2017-11-30 | block: Fix a race between blk_cleanup_queue() and timeout handling | Bart Van Assche |
2017-10-21 | Revert "bsg-lib: don't free job in bsg_prepare_job" | Greg Kroah-Hartman |
2017-10-18 | bio_copy_user_iov(): don't ignore ->iov_offset | Al Viro |
2017-10-18 | more bio_map_user_iov() leak fixes | Al Viro |
2017-10-18 | fix unbalanced page refcounting in bio_map_user_iov | Vitaly Mayatskikh |
2017-10-08 | partitions/efi: Fix integer overflow in GPT size calculation | Alden Tondettar |
2017-10-05 | bsg-lib: don't free job in bsg_prepare_job | Christoph Hellwig |
2017-09-27 | block: Relax a check in blk_start_queue() | Bart Van Assche |
2017-08-24 | blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL | Christoph Hellwig |
2017-06-17 | partitions/msdos: FreeBSD UFS2 file systems are not recognized | Richard |
2017-06-14 | cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode | Hou Tao |
2017-05-20 | block: fix blk_integrity_register to use template's interval_exp if not 0 | Mike Snitzer |
2017-05-14 | block: get rid of blk_integrity_revalidate() | Ilya Dryomov |
2017-04-18 | blk-mq: Avoid memory reclaim when remapping queues | Gabriel Krisman Bertazi |
2017-04-08 | blk: Ensure users for current->bio_list can see the full list. | NeilBrown |
2017-04-08 | blk: improve order of bio handling in generic_make_request() | NeilBrown |
2017-03-30 | blk-mq: don't complete un-started request in timeout handler | Ming Lei |
2017-03-22 | block: allow WRITE_SAME commands with the SG_IO ioctl | Mauricio Faria de Oliveira |
2017-01-19 | blk-mq: Always schedule hctx->next_cpu | Gabriel Krisman Bertazi |
2017-01-19 | block: cfq_cpd_alloc() should use @gfp | Tejun Heo |
2017-01-09 | sg_write()/bsg_write() is not fit to be called under KERNEL_DS | Al Viro |
2017-01-06 | blk-mq: Do not invoke .queue_rq() for a stopped queue | Bart Van Assche |
2016-12-07 | Don't feed anything but regular iovec's to blk_rq_map_user_iov | Linus Torvalds |
2016-10-27 | blk-mq: update hardware and software queues for sleeping alloc | Jens Axboe |
2016-10-26 | block: flush: fix IO hang in case of flood fua req | Ming Lei |
2016-10-21 | badblocks: badblocks_set/clear update unacked_exist | Shaohua Li |
2016-10-21 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2016-10-12 | badblocks: fix overlapping check for clearing | Tomasz Majchrzak |
2016-10-11 | block: require write_same and discard requests align to logical block size | Darrick J. Wong |
2016-10-11 | block: invalidate the page cache when issuing BLKZEROOUT | Darrick J. Wong |
2016-10-10 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy |
2016-10-09 | Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-09 | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-07 | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-09-30 | blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL | Bart Van Assche |
2016-09-23 | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx | Christoph Hellwig |
2016-09-23 | cfq: fix starvation of asynchronous writes | Glauber Costa |
2016-09-23 | blk-mq: fixup "Convert to new hotplug state machine" | Sebastian Andrzej Siewior |
2016-09-22 | blk-mq: add flag for drivers wanting blocking ->queue_rq() | Jens Axboe |
2016-09-22 | blk-mq: remove non-blocking pass in blk_mq_map_request | Christoph Hellwig |
2016-09-22 | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue() | Jens Axboe |