Age | Commit message (Expand) | Author | Files | Lines |
2023-02-10 | s390/dasd: Fix potential memleak in dasd_eckd_init() | Qiheng Lin | 1 | -1/+3 |
2023-02-10 | s390/dasd: sort out physical vs virtual pointers usage | Alexander Gordeev | 6 | -70/+67 |
2023-01-30 | s390/dcssblk:: don't call bio_split_to_limits | Christoph Hellwig | 1 | -4/+0 |
2023-01-04 | block: handle bio_split_to_limits() NULL return | Jens Axboe | 1 | -0/+2 |
2022-11-26 | Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -24/+23 |
2022-11-23 | s390/dasd: fix possible buffer overflow in copy_pair_show | Stefan Haberland | 1 | -1/+1 |
2022-11-23 | s390/dasd: fix no record found for raw_track_access | Stefan Haberland | 1 | -4/+2 |
2022-11-23 | s390/dasd: increase printing of debug data payload | Stefan Haberland | 1 | -18/+19 |
2022-11-23 | s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid" | Colin Ian King | 1 | -1/+1 |
2022-11-16 | s390/dcssblk: fix deadlock when adding a DCSS | Gerald Schaefer | 1 | -0/+1 |
2022-10-09 | Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 3 | -4/+4 |
2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 10 | -120/+1044 |
2022-09-28 | s390/dasd: use blk_mq_alloc_disk | Christoph Hellwig | 7 | -88/+39 |
2022-09-21 | s390/dasd: add device ping attribute | Stefan Haberland | 4 | -0/+81 |
2022-09-21 | s390/dasd: suppress generic error messages for PPRC secondary devices | Stefan Haberland | 1 | -0/+5 |
2022-09-21 | s390/dasd: add ioctl to perform a swap of the drivers copy pair | Stefan Haberland | 1 | -0/+53 |
2022-09-21 | s390/dasd: add copy pair swap capability | Stefan Haberland | 4 | -1/+117 |
2022-09-21 | s390/dasd: add copy pair setup | Stefan Haberland | 4 | -17/+623 |
2022-09-21 | s390/dasd: add query PPRC function | Stefan Haberland | 3 | -0/+104 |
2022-09-21 | s390/dasd: put block allocation in separate function | Stefan Haberland | 1 | -15/+23 |
2022-09-19 | s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup | Stefan Haberland | 1 | -2/+7 |
2022-08-30 | s390: move from strlcpy with unused retval to strscpy | Wolfram Sang | 3 | -4/+4 |
2022-08-05 | s390/dasd: Establish DMA alignment | Eric Farman | 2 | -0/+2 |
2022-08-05 | s390/dasd: drop unexpected word 'for' in comments | Jiang Jian | 1 | -1/+1 |
2022-08-03 | block: change the blk_queue_split calling convention | Christoph Hellwig | 1 | -1/+1 |
2022-07-06 | blk-mq: Drop blk_mq_ops.timeout 'reserved' arg | John Garry | 2 | -2/+2 |
2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 2 | -6/+6 |
2022-06-28 | block: simplify disk shutdown | Christoph Hellwig | 2 | -3/+3 |
2022-05-28 | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+6 |
2022-05-24 | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 1 | -3/+6 |
2022-05-06 | s390/dasd: Use kzalloc instead of kmalloc/memset | Haowen Bai | 1 | -4/+1 |
2022-05-06 | s390/dasd: Fix read inconsistency for ESE DASD devices | Jan Höppner | 1 | -2/+1 |
2022-05-06 | s390/dasd: Fix read for ESE with blksize < 4k | Jan Höppner | 1 | -4/+3 |
2022-05-06 | s390/dasd: prevent double format of tracks for ESE devices | Stefan Haberland | 3 | -2/+26 |
2022-05-06 | s390/dasd: fix data corruption for ESE devices | Stefan Haberland | 3 | -2/+20 |
2022-05-03 | dasd: don't set the discard_alignment queue limit | Christoph Hellwig | 1 | -1/+0 |
2022-04-18 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -1/+0 |
2022-03-25 | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -1/+1 |
2022-03-08 | s390/extable: move EX_TABLE define to asm-extable.h | Heiko Carstens | 1 | -1/+1 |
2022-02-02 | block: remove genhd.h | Christoph Hellwig | 3 | -3/+0 |
2022-01-13 | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -19/+9 |
2022-01-08 | s390/dasd: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
2021-12-18 | dax: remove the copy_from_iter and copy_to_iter methods | Christoph Hellwig | 1 | -14/+0 |
2021-12-18 | dax: remove the DAXDEV_F_SYNC flag | Christoph Hellwig | 1 | -2/+2 |
2021-12-04 | dax: remove dax_capable | Christoph Hellwig | 1 | -1/+0 |
2021-12-04 | dax: simplify the dax_device <-> gendisk association | Christoph Hellwig | 1 | -3/+8 |
2021-12-04 | dax: remove CONFIG_DAX_DRIVER | Christoph Hellwig | 1 | -1/+1 |
2021-11-16 | s390: replace snprintf in show functions with sysfs_emit | Qing Wang | 1 | -38/+38 |