summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
* nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik2021-02-221-13/+19
* loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira2021-02-221-0/+3
* Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-14/+18
|\
| * xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-151-10/+16
| * xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-151-4/+2
* | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2116-4110/+91
|\ \
| * | block: Replace lkml.org links with loreKees Cook2021-02-101-1/+1
| * | nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang2021-02-101-24/+4
| * | block: remove skd driverDamien Le Moal2021-02-044-4004/+0
| * | floppy: reintroduce O_NDELAY fixJiri Kosina2021-02-041-15/+15
| * | drbd: Avoid comma separated statementsJoe Perches2021-01-311-2/+4
| * | rsxx: remove redundant NULL checkYang Li2021-01-261-2/+1
| * | zram: fix NULL check before some freeing functions is not neededTian Tao2021-01-261-2/+1
| * | drbd: remove unused argument from drbd_request_prepare and __drbd_make_requestGuoqing Jiang2021-01-263-10/+6
| * | mtip32xx: prefer pcie_capability_read_word()Bjorn Helgaas2021-01-261-8/+3
| * | mtip32xx: use PCI #defines instead of numbersBjorn Helgaas2021-01-261-2/+2
| * | loop: scale loop device by introducing per device lockPavel Tatashin2021-01-262-40/+54
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2120-76/+32
|\ \ \
| * | | nullb: use blk_queue_set_zoned() to setup zoned devicesDamien Le Moal2021-02-101-4/+4
| * | | drbd: remove drbd_req_make_private_bioChristoph Hellwig2021-01-273-14/+8
| * | | drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-274-17/+2
| |/ /
| * | block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-244-4/+4
| * | block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-2/+2
| * | block: store a block_device pointer in struct bioChristoph Hellwig2021-01-249-11/+11
| * | brd: remove the end of device check in brd_do_bvecChristoph Hellwig2021-01-241-5/+1
| * | rbd: remove the ->set_read_only methodChristoph Hellwig2021-01-241-19/+0
* | | xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-1/+1
| |/ |/|
* | Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-292-7/+17
|\ \
| * | null_blk: cleanup zoned mode initializationDamien Le Moal2021-01-291-7/+9
| * | nbd: freeze the queue while we're adding connectionsJosef Bacik2021-01-251-0/+8
| |/
* | Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-281-13/+7
|\ \ | |/ |/|
| * xen-blkfront: allow discard-* nodes to be optionalRoger Pau Monne2021-01-261-13/+7
* | block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-081-1/+2
* | block/rnbd: Adding name to the Contributors ListSwapnil Ingle2021-01-081-0/+1
* | block/rnbd-clt: Fix sg table use after freeGuoqing Jiang2021-01-081-8/+7
* | block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang2021-01-081-3/+5
* | block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang2021-01-081-0/+1
* | block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-031-0/+1
* | Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-246-48/+93
|\ \
| * | nbd: Respect max_part for all partition scansJosh Triplett2020-12-171-3/+6
| * | block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim2020-12-161-4/+13
| * | block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim2020-12-162-27/+43
| * | block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim2020-12-164-6/+22
| * | block/rnbd: Fix typosJack Wang2020-12-161-3/+3
| * | block/rnbd-srv: Protect dev session sysfs removalMd Haris Iqbal2020-12-161-1/+2
| * | block/rnbd-clt: Fix possible memleakJack Wang2020-12-161-2/+3
| * | block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal2020-12-161-2/+1
* | | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-191-0/+1
|\ \ \ | | |/ | |/|
| * | xen-blkfront: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-161-0/+1