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
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig
2022-04-18drbd: Return true/false (not 1/0) from bool functionsHaowen Bai
2022-04-02Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-01drbd: remove check of list iterator against head past the loop bodyJakob Koschel
2022-03-30drbd: fix potential silent data corruptionLars Ellenberg
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-02-23scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-04-21drbd: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig
2021-01-26drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig
2020-10-05drbd: remove ->this_bdevChristoph Hellwig
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-07-01drbd: stop using ->queuedataChristoph Hellwig
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig
2019-11-28drbd: Remove unneeded semicolonzhengbin
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-10-04block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche
2018-05-31drbd: convert to bioset_init()/mempool_init()Kent Overstreet
2017-11-06drbd: Convert timers to use timer_setup()Kees Cook
2017-08-30drbd: add explicit plugging when submitting batchesLars Ellenberg
2017-08-30drbd: change list_for_each_safe to while(list_first_entry_or_null)Lars Ellenberg
2017-08-30drbd: introduce drbd_recv_header_maybe_unplugLars Ellenberg
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra