| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/dasd: fix failfast for disconnected devices | Stefan Haberland | 2015-12-30 | 1 | -2/+6 |
* | s390/con3270: testing return kzalloc retval | Pierre Morel | 2015-12-30 | 1 | -0/+2 |
* | s390/hmcdrv: constify hmcdrv_ftp_ops structs | Aya Mahfouz | 2015-12-30 | 1 | -3/+3 |
* | s390/cio: add NULL test | Julia Lawall | 2015-12-30 | 1 | -0/+2 |
* | s390/cio: Change I/O instructions from inline to normal functions | Peter Oberparleiter | 2015-12-18 | 3 | -208/+238 |
* | s390/cio: Introduce common I/O layer tracepoints | Peter Oberparleiter | 2015-12-18 | 6 | -1/+419 |
* | s390/cio: Consolidate inline assemblies and related data definitions | Peter Oberparleiter | 2015-12-18 | 4 | -60/+73 |
* | s390/cio: Fix incorrect xsch opcode specification | Peter Oberparleiter | 2015-12-18 | 1 | -1/+1 |
* | s390/cio: Remove unused inline assemblies | Peter Oberparleiter | 2015-12-18 | 5 | -31/+16 |
* | s390/sclp: add open for business support | Jochen Schweflinghaus | 2015-11-27 | 2 | -1/+109 |
* | s390/sclp_cpi: remove sclp_cpi module in favor of sysfs interface | Hendrik Brueckner | 2015-11-27 | 3 | -54/+0 |
* | s390: Delete unnecessary checks before the function call "debug_unregister" | Markus Elfring | 2015-11-27 | 4 | -16/+8 |
* | s390/dump: cleanup CPU save area handling | Martin Schwidefsky | 2015-11-27 | 1 | -6/+5 |
* | s390/dump: rework CPU register dump code | Martin Schwidefsky | 2015-11-27 | 2 | -3/+1 |
* | s390/dump: remove SAVE_AREA_BASE | Martin Schwidefsky | 2015-11-27 | 1 | -1/+1 |
* | s390/zcore: simplify memcpy_hsa | Martin Schwidefsky | 2015-11-27 | 1 | -68/+33 |
* | s390/dump: streamline oldmem copy functions | Martin Schwidefsky | 2015-11-27 | 1 | -3/+17 |
* | s390/zcore: remove /sys/kernel/debug/zcore/mem | Martin Schwidefsky | 2015-11-27 | 2 | -389/+9 |
* | s390/zcore: copy vector registers into the image data | Martin Schwidefsky | 2015-11-27 | 1 | -16/+54 |
* | s390/zcore: remove invalid kfree in init_cpu_info | Martin Schwidefsky | 2015-11-27 | 1 | -1/+0 |
* | s390/zcrypt: Fix AP queue handling if queue is full | Ingo Tuchscherer | 2015-11-27 | 1 | -1/+3 |
* | nvme: add missing unmaps in nvme_queue_rq | Christoph Hellwig | 2015-11-24 | 1 | -3/+12 |
* | NVMe: default to 4k device page size | Nishanth Aravamudan | 2015-11-24 | 1 | -9/+6 |
* | Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds | 2015-11-24 | 4 | -29/+36 |
|\ |
|
| * | dm thin: fix regression in advertised discard limits | Mike Snitzer | 2015-11-23 | 1 | -3/+2 |
| * | dm crypt: fix a possible hang due to race condition on exit | Mikulas Patocka | 2015-11-19 | 1 | -9/+13 |
| * | dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path | Junichi Nomura | 2015-11-17 | 1 | -13/+15 |
| * | dm: do not reuse dm_blk_ioctl block_device input as local variable | Mike Snitzer | 2015-11-17 | 1 | -2/+3 |
| * | dm: fix ioctl retry termination with signal | Junichi Nomura | 2015-11-17 | 2 | -2/+2 |
| * | dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans... | Mike Snitzer | 2015-11-16 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-24 | 9 | -93/+428 |
|\ \ |
|
| * | | mtip32xx: use formatting capability of kthread_create_on_node | Rasmus Villemoes | 2015-11-20 | 1 | -4/+2 |
| * | | NVMe: reap completion entries when deleting queue | Keith Busch | 2015-11-20 | 1 | -1/+6 |
| * | | lightnvm: add free and bad lun info to show luns | Javier Gonzalez | 2015-11-20 | 2 | -6/+15 |
| * | | lightnvm: keep track of block counts | Javier Gonzalez | 2015-11-20 | 1 | -1/+13 |
| * | | nvme: lightnvm: use admin queues for admin cmds | Wenwei Tao | 2015-11-20 | 1 | -7/+10 |
| * | | lightnvm: missing free on init error | Matias Bjørling | 2015-11-20 | 1 | -2/+4 |
| * | | lightnvm: wrong return value and redundant free | Wenwei Tao | 2015-11-20 | 1 | -4/+2 |
| * | | null_blk: do not del gendisk with lightnvm | Matias Bjørling | 2015-11-19 | 1 | -3/+5 |
| * | | null_blk: use device addressing mode | Matias Bjørling | 2015-11-19 | 1 | -5/+23 |
| * | | null_blk: use ppa_cache pool | Matias Bjørling | 2015-11-19 | 1 | -2/+23 |
| * | | NVMe: Fix possible arithmetic overflow for max segments | Keith Busch | 2015-11-19 | 1 | -1/+1 |
| * | | null_blk: register as a LightNVM device | Matias Bjørling | 2015-11-16 | 2 | -7/+155 |
| * | | lightnvm: cleanup queue before target removal | Javier González | 2015-11-16 | 1 | -2/+2 |
| * | | nvme: remove reserved double word | Matias Bjørling | 2015-11-16 | 1 | -2/+2 |
| * | | nvme: missing ppaf copy | Matias Bjørling | 2015-11-16 | 1 | -0/+2 |
| * | | lightnvm: remove linear and device addr modes | Matias Bjørling | 2015-11-16 | 4 | -11/+39 |
| * | | lightnvm: prevent double free on init error | Matias Bjørling | 2015-11-16 | 1 | -9/+3 |
| * | | lightnvm: prematurely activate nvm_dev | Matias Bjørling | 2015-11-16 | 1 | -4/+4 |
| * | | lightnvm: check for NAND flash and its type | Matias Bjørling | 2015-11-16 | 1 | -0/+10 |