| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/dasd: Use struct_size() helper | Gustavo A. R. Silva | 2020-07-15 | 1 | -5/+3 |
* | s390/dasd: fix inability to use DASD with DIAG driver | Stefan Haberland | 2020-07-15 | 1 | -8/+17 |
* | dcssblk: don't set bd_block_size in ->open | Christoph Hellwig | 2020-07-01 | 1 | -1/+0 |
* | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 2020-07-01 | 2 | -8/+7 |
* | block: remove the request_queue argument from blk_queue_split | Christoph Hellwig | 2020-07-01 | 2 | -2/+2 |
* | blk-mq: move failure injection out of blk_mq_complete_request | Christoph Hellwig | 2020-06-24 | 2 | -2/+3 |
* | s390/dasd: remove ioctl_by_bdev calls | Stefan Haberland | 2020-05-21 | 1 | -0/+34 |
* | dasd: refactor dasd_ioctl_information | Christoph Hellwig | 2020-05-21 | 1 | -19/+23 |
* | dasd: use blk_drop_partitions instead of badly reimplementing it | Christoph Hellwig | 2020-04-20 | 1 | -16/+4 |
* | s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig | Stefan Haberland | 2020-04-17 | 1 | -1/+0 |
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-04-08 | 1 | -2/+18 |
|\ |
|
| * | dax: Move mandatory ->zero_page_range() check in alloc_dax() | Vivek Goyal | 2020-04-02 | 1 | -2/+3 |
| * | s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver | Vivek Goyal | 2020-04-02 | 1 | -0/+15 |
* | | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2020-04-04 | 2 | -2/+2 |
|\ \ |
|
| * | | s390: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-27 | 2 | -2/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2020-04-01 | 1 | -1/+1 |
|\ \ |
|
| * | | s390/dasd: Fix comment spelling | Geert Uytterhoeven | 2020-03-17 | 1 | -1/+1 |
* | | | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-03-30 | 2 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | block: simplify queue allocation | Christoph Hellwig | 2020-03-27 | 2 | -4/+4 |
| |/ |
|
* / | s390/dasd: fix data corruption for thin provisioned devices | Stefan Haberland | 2020-03-12 | 3 | -12/+193 |
|/ |
|
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -8/+7 |
* | s390/dasd: fix typo in copyright statement | Stefan Haberland | 2019-12-20 | 2 | -2/+2 |
* | s390/dasd: fix memleak in path handling error case | Stefan Haberland | 2019-12-20 | 1 | -17/+2 |
* | s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly | Jan Höppner | 2019-12-20 | 1 | -4/+5 |
* | block: remove (__)blkdev_reread_part as an exported API | Christoph Hellwig | 2019-11-14 | 1 | -1/+3 |
* | Revert "s390/dasd: Add discard support for ESE volumes" | Stefan Haberland | 2019-10-01 | 1 | -54/+3 |
* | s390/dasd: Fix error handling during online processing | Jan Höppner | 2019-10-01 | 1 | -16/+8 |
* | s390/dasd: fix endless loop after read unit address configuration | Stefan Haberland | 2019-08-01 | 1 | -6/+16 |
* | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-07-18 | 1 | -1/+1 |
|\ |
|
| * | libnvdimm: add dax_dev sync flag | Pankaj Gupta | 2019-07-05 | 1 | -1/+1 |
* | | s390/dasd: Handle out-of-space constraint | Jan Höppner | 2019-07-11 | 5 | -3/+243 |
* | | s390/dasd: Add discard support for ESE volumes | Jan Höppner | 2019-07-11 | 1 | -3/+54 |
* | | s390/dasd: Use ALIGN_DOWN macro | Jan Höppner | 2019-07-11 | 1 | -1/+1 |
* | | s390/dasd: Make dasd_setup_queue() a discipline function | Jan Höppner | 2019-07-11 | 7 | -80/+103 |
* | | s390/dasd: Add new ioctl to release space | Jan Höppner | 2019-07-11 | 4 | -0/+361 |
* | | s390/dasd: Add dasd_sleep_on_queue_interruptible() | Jan Höppner | 2019-07-11 | 2 | -0/+10 |
* | | s390/dasd: Add dynamic formatting support for ESE volumes | Jan Höppner | 2019-07-11 | 3 | -14/+239 |
* | | s390/dasd: Recognise data for ESE volumes | Jan Höppner | 2019-07-11 | 4 | -4/+430 |
* | | s390/dasd: Put sub-order definitions in a separate section | Jan Höppner | 2019-07-11 | 1 | -2/+6 |
* | | s390/dasd: Make layout analysis ESE compatible | Jan Höppner | 2019-07-11 | 1 | -6/+6 |
* | | s390/dasd: Remove old defines and function | Jan Höppner | 2019-07-11 | 1 | -21/+0 |
* | | s390/dasd: Remove unused structs and function prototypes | Jan Höppner | 2019-07-11 | 1 | -25/+0 |
* | | s390/dasd: Fix a precision vs width bug in dasd_feature_list() | Dan Carpenter | 2019-07-02 | 1 | -1/+1 |
* | | s390/Kconfig: pedantic cleanups | Enrico Weigelt, metux IT consult | 2019-06-04 | 1 | -1/+1 |
|/ |
|
* | dax: Arrange for dax_supported check to span multiple devices | Dan Williams | 2019-05-20 | 1 | -0/+1 |
* | s390/dasd: fix build warning in dasd_eckd_build_cp_raw | Ming Lei | 2019-05-09 | 1 | -1/+1 |
* | s390/dasd: Fix capacity calculation for large volumes | Peter Oberparleiter | 2019-03-29 | 1 | -3/+3 |
* | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2019-03-05 | 1 | -14/+5 |
|\ |
|
| * | s390/dasd: fix read device characteristic with CONFIG_VMAP_STACK=y | Martin Schwidefsky | 2019-03-01 | 1 | -14/+5 |
* | | s390/dasd: fix using offset into zero size array error | Stefan Haberland | 2019-01-28 | 1 | -0/+8 |
|/ |
|