summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | loop: implement ->free_diskChristoph Hellwig2022-04-181-4/+12
| * | | loop: only freeze the queue in __loop_clr_fd when neededChristoph Hellwig2022-04-181-3/+9
| * | | loop: don't freeze the queue in lo_releaseChristoph Hellwig2022-04-181-7/+0
| * | | loop: remove the racy bd_inode->i_mapping->nrpages assertsChristoph Hellwig2022-04-181-20/+0
| * | | loop: initialize the worker tracking fields onceChristoph Hellwig2022-04-181-4/+3
| * | | loop: de-duplicate the idle worker freeing codeChristoph Hellwig2022-04-181-38/+35
| * | | block: add a disk_openers helperChristoph Hellwig2022-04-182-4/+4
| * | | zram: cleanup zram_removeChristoph Hellwig2022-04-181-6/+5
| * | | zram: cleanup reset_storeChristoph Hellwig2022-04-181-9/+9
| * | | nbd: use the correct block_device in nbd_bdev_resetChristoph Hellwig2022-04-181-7/+7
| * | | drbd: Return true/false (not 1/0) from bool functionsHaowen Bai2022-04-171-1/+1
| * | | drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2022-04-173-12/+6
| * | | drbd: Replace "unsigned" with "unsigned int"Cai Huoqing2022-04-171-4/+4
| * | | drbd: Make use of PFN_UP helper macroCai Huoqing2022-04-173-4/+4
| * | | block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong2022-04-171-1/+0
| * | | drbd: address enum mismatch warningsArnd Bergmann2022-04-171-11/+13
| * | | drbd: fix duplicate array initializerArnd Bergmann2022-04-171-5/+6
* | | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-2316-163/+122
|\ \ \ \
| * | | | blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-021-5/+7
| * | | | block: change exported IO accounting interface from gendisk to bdevMing Lei2022-04-181-2/+3
| |/ / /
| * | | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-176-18/+18
| * | | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-173-7/+7
| * | | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-1713-45/+10
| * | | block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-173-6/+7
| * | | block: add a bdev_fua helperChristoph Hellwig2022-04-171-2/+1
| * | | block: add a bdev_write_cache helperChristoph Hellwig2022-04-172-2/+2
| * | | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
| * | | drbd: cleanup decide_on_discard_supportChristoph Hellwig2022-04-171-33/+35
| * | | drbd: use bdev_alignment_offset instead of queue_alignment_offsetChristoph Hellwig2022-04-171-1/+1
| * | | drbd: use bdev based limit helpers in drbd_send_sizesChristoph Hellwig2022-04-171-5/+7
| * | | drbd: remove assign_p_sizes_qlimChristoph Hellwig2022-04-171-27/+20
| * | | pktcdvd: stop using bio_resetChristoph Hellwig2022-04-171-16/+9
| * | | block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-12/+13
* | | | block: remove last remaining traces of IDE documentationPaul Gortmaker2022-05-151-1/+1
| |/ / |/| |
* | | ataflop: use a statically allocated error countersWilly Tarreau2022-05-081-4/+6
* | | floppy: use a statically allocated error counterWilly Tarreau2022-05-081-10/+8
| |/ |/|
* | floppy: disable FDRAWCMD by defaultWilly Tarreau2022-04-272-11/+48
|/
* block: null_blk: end timed out poll requestMing Lei2022-04-141-1/+1
* drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder2022-04-061-0/+1
* drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong2022-04-061-4/+2
* drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-064-33/+42
* Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-021-12/+12
|\
| * Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe2022-04-021-12/+12
* | Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-017-33/+50
|\|
| * drbd: remove check of list iterator against head past the loop bodyJakob Koschel2022-03-311-15/+27
| * drbd: remove usage of list iterator variable after loopJakob Koschel2022-03-311-2/+5
| * nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-03-311-12/+12
| * drbd: fix potential silent data corruptionLars Ellenberg2022-03-301-1/+2
| * loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-301-0/+1
| * n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu2022-03-211-1/+1