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
2021-10-19block: attempt direct issue of plug listJens Axboe
2021-10-19block: change plugging to use a singly linked listJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: move update request helpers into blk-mq.cJens Axboe
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe
2021-10-18block: use bdev_get_queue() in blk-core.cPavel Begunkov
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe
2021-10-18block: move blk-throtl fast path inlineJens Axboe
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry
2021-10-18block: print the current process in handle_bad_sectorChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-16block: drain file system I/O on del_gendiskChristoph Hellwig
2021-10-16block: split bio_queue_enter from blk_queue_enterChristoph Hellwig
2021-10-16block: factor out a blk_try_enter_queue helperChristoph Hellwig
2021-10-16block: call submit_bio_checks under q_usage_counterChristoph Hellwig
2021-08-31Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-23block: provide bio_clear_hipri() helperJens Axboe
2021-08-23block: clear BIO_PERCPU_CACHE flag if polling isn't supportedJens Axboe
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-08-09mm: hide laptop_mode_wb_timer entirely behind the BDI APIChristoph Hellwig
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-03block: Update blk_update_request() documentationBart Van Assche
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig
2021-05-24block_dump: remove block_dump featurezhangyi (F)
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig
2021-01-25block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei
2021-01-25blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig
2021-01-25block: simplify submit_bio_checks a bitChristoph Hellwig
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-25block: add a hard-readonly flag to struct gendiskChristoph Hellwig
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-12-09scsi: block: Do not accept any requests while suspendedAlan Stern
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche
2020-12-09scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-02block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig