index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
s390/dasd: Use kzalloc instead of kmalloc/memset
Haowen Bai
1
-4
/
+1
2022-05-05
s390/dasd: Fix read inconsistency for ESE DASD devices
Jan Höppner
1
-2
/
+1
2022-05-05
s390/dasd: Fix read for ESE with blksize < 4k
Jan Höppner
1
-4
/
+3
2022-05-05
s390/dasd: prevent double format of tracks for ESE devices
Stefan Haberland
3
-2
/
+26
2022-05-05
s390/dasd: fix data corruption for ESE devices
Stefan Haberland
3
-2
/
+20
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-12
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
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
3
-4
/
+21
2021-10-20
s390/dasd: fix possibly missed path verification
Stefan Haberland
2
-3
/
+15
2021-10-20
s390/dasd: fix missing path conf_data after failed allocation
Stefan Haberland
1
-1
/
+12
2021-10-20
s390/dasd: summarize dasd configuration data in a separate structure
Stefan Haberland
2
-97
/
+98
2021-10-20
s390/dasd: move dasd_eckd_read_fc_security
Stefan Haberland
1
-2
/
+3
2021-10-20
s390/dasd: split up dasd_eckd_read_conf
Stefan Haberland
1
-79
/
+51
2021-10-20
s390/dasd: fix kernel doc comment
Heiko Carstens
1
-2
/
+2
2021-10-20
s390/dasd: handle request magic consistently as unsigned int
Heiko Carstens
3
-8
/
+8
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-4
/
+3
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
2021-10-04
s390/block/scm_blk: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+6
2021-10-04
s390/block/dcssblk: add error handling support for add_disk()
Gerald Schaefer
1
-1
/
+7
2021-10-04
s390/block/dasd_genhd: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+8
2021-09-09
Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
3
-428
/
+0
2021-09-07
s390: remove xpram device driver
Heiko Carstens
3
-428
/
+0
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-14
/
+16
2021-08-30
Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-3
/
+1
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
1
-2
/
+2
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
1
-2
/
+2
2021-08-23
block: remove alloc_disk and alloc_disk_node
Christoph Hellwig
1
-1
/
+4
2021-08-16
dcssblk: use bvec_virt
Christoph Hellwig
1
-2
/
+1
2021-08-16
dasd: use bvec_virt
Christoph Hellwig
3
-10
/
+10
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+11
2021-08-07
Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+11
2021-08-04
s390/dasd: fix use after free in dasd path handling
Stefan Haberland
1
-2
/
+11
2021-07-27
s390/dasd: remove debug printk
Heiko Carstens
1
-3
/
+1
2021-07-21
s390/scm: Make struct scm_driver::remove return void
Uwe Kleine-König
1
-3
/
+1
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-4
/
+5
2021-07-04
Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
3
-174
/
+16
2021-07-01
s390/dasd: Avoid field over-reading memcpy()
Kees Cook
2
-3
/
+5
2021-07-01
dasd: unexport dasd_set_target_state
Christoph Hellwig
1
-1
/
+0
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-56
/
+29
2021-06-28
s390/dasd: use register pair instead of register asm
Heiko Carstens
1
-11
/
+10
[next]