Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig
2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-13block: rework zone reportingChristoph Hellwig
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi
2019-11-07block: add zone open, close and finish operationsAjay Joshi
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann
2019-10-07block: Remove request_queue.nr_queuesBart Van Assche
2019-09-25Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-18block: centralize PI remapping logic to the block layerMax Gurtovoy
2019-09-16block: make rq sector size accessible for block statsHou Tao
2019-09-06block: Introduce elevator featuresDamien Le Moal
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda
2019-08-29blk-mq: add optional request->alloc_time_nsTejun Heo
2019-08-27block: split .sysfs_lock into two locksMing Lei
2019-08-27block: add helper for checking if queue is registeredMing Lei
2019-08-19block: remove struct request_queue queue_headJunxiao Bi
2019-08-05block: add req op to reset all zones and flagChaitanya Kulkarni
2019-08-05block: Declare several function pointer arguments 'const'Bart Van Assche
2019-07-12block: Limit zone array allocation sizeDamien Le Moal
2019-07-12block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2019-07-10block: Fix potential overflow in blk_report_zones()Damien Le Moal
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig
2019-06-20blk-core: Remove blk_end_request*() declarationsPavel Begunkov
2019-06-20block: move tag field position in struct requestMinwoo Im
2019-05-23blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei
2019-05-01block: remove the unused blk_queue_dma_pad functionChristoph Hellwig
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-19block: kill all_q_node in request_queueHou Tao
2019-04-05block: add dma_map_bvec helperChristoph Hellwig
2019-04-05block: add a rq_dma_dir helperChristoph Hellwig
2019-04-05block: add a rq_integrity_vec helperChristoph Hellwig
2019-04-05block: add a req_bvec helperChristoph Hellwig
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei
2019-02-15block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei
2019-02-10block: queue flag cleanupJens Axboe
2019-02-10block: kill QUEUE_FLAG_FLUSH_NQJens Axboe
2019-02-06scsi: block: remove bidi supportChristoph Hellwig
2019-02-06scsi: block: remove req->specialChristoph Hellwig
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-19scsi: block: remove the cluster flagChristoph Hellwig
2018-12-17blk-mq-debugfs: support rq_qosMing Lei
2018-12-08blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe