summaryrefslogtreecommitdiff
path: root/drivers/s390/block
AgeCommit message (Expand)Author
2024-09-04s390/dasd: fix error recovery leading to data corruption on ESE devicesStefan Haberland
2024-01-25s390/scm: fix virtual vs physical address confusionVineeth Vijayan
2023-12-08s390/dasd: protect device queue against concurrent accessJan Höppner
2023-09-19s390/dasd: fix hanging device after request requeueStefan Haberland
2023-09-19s390/dasd: use correct number of retries for ERP requestsStefan Haberland
2023-08-11s390/dasd: fix hanging device after quiesce/resumeStefan Haberland
2023-06-14s390/dasd: Use correct lock while counting channel queue lengthJan Höppner
2023-05-17s390/dasd: fix hanging blockdevice after request requeueStefan Haberland
2023-03-17s390/dasd: add missing discipline functionStefan Haberland
2023-03-11s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin
2023-03-11s390/dasd: Prepare for additional path event handlingJan Höppner
2022-12-02s390/dasd: fix no record found for raw_track_accessStefan Haberland
2022-09-28s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroupStefan Haberland
2022-05-12s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner
2022-05-12s390/dasd: Fix read for ESE with blksize < 4kJan Höppner
2022-05-12s390/dasd: prevent double format of tracks for ESE devicesStefan Haberland
2022-05-12s390/dasd: fix data corruption for ESE devicesStefan Haberland
2021-03-17s390/dasd: fix hanging IO request during DASD driver unbindStefan Haberland
2021-03-17s390/dasd: fix hanging DASD driver unbindStefan Haberland
2020-12-30s390/dasd: fix list corruption of lcu listStefan Haberland
2020-12-30s390/dasd: fix list corruption of pavgroup group listStefan Haberland
2020-12-30s390/dasd: prevent inconsistent LCU device dataStefan Haberland
2020-12-30s390/dasd: fix hanging device offline processingStefan Haberland
2020-11-16s390/dasd: fix null pointer dereference for ERP requestsStefan Haberland
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig
2020-09-14s390/dasd: Fix zero write for FBA devicesJan Höppner
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-07-15s390/dasd: Use struct_size() helperGustavo A. R. Silva
2020-07-15s390/dasd: fix inability to use DASD with DIAG driverStefan Haberland
2020-07-01dcssblk: don't set bd_block_size in ->openChristoph 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-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland
2020-05-21dasd: refactor dasd_ioctl_informationChristoph Hellwig
2020-04-20dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig
2020-04-17s390/dasd: remove IOSCHED_DEADLINE from DASD KconfigStefan Haberland
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2020-04-02s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driverVivek Goyal
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-17s390/dasd: Fix comment spellingGeert Uytterhoeven
2020-03-12s390/dasd: fix data corruption for thin provisioned devicesStefan Haberland
2020-02-27s390: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan