Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
39bcdd6a964b2d80fcec2f70f11896b1db6fb572
/
drivers
/
s390
/
block
/
dasd_devmap.c
19508b2
s390/dasd: Display FC Endpoint Security information via sysfs
by Jan Höppner
· 4 years, 5 months ago
c729696
s390/dasd: Recognise data for ESE volumes
by Jan Höppner
· 7 years ago
83eb1a4
s390/dasd: Fix a precision vs width bug in dasd_feature_list()
by Dan Carpenter
· 6 years ago
c6756b7
s390/dasd,zfcp: fix gcc 8 stringop-truncation warnings
by Vasily Gorbik
· 7 years ago
ddc1c94
s390/dasd: configurable IFCC handling
by Stefan Haberland
· 7 years ago
6a55d2c
s390: block: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
e443343
s390/dasd: blk-mq conversion
by Stefan Haberland
· 8 years ago
28b841b
s390/dasd: Add discard support for FBA devices
by Jan Höppner
· 9 years ago
1317167
s390/dasd: constify attribute_group structures.
by Arvind Yadav
· 8 years ago
4bca698
s390/dasd: remove unneeded code
by Sebastian Ott
· 8 years ago
795c9a5
s390/dasd: Fix faulty ENODEV for RO sysfs attribute
by Jan Höppner
· 8 years ago
2757fe1d
s390/dasd: fix unusable device after safe offline processing
by Stefan Haberland
· 8 years ago
b487a914
s390/dasd: Display read-only attribute correctly
by Jan Höppner
· 8 years ago
3050c20
s390/dasd: Remove variable sized array
by Jan Höppner
· 8 years ago
defc2a9
s390/dasd: allow 0 for path_threshold attribute
by Stefan Haberland
· 8 years ago
3b1bea0
s390/dasd: Improve parameter list parsing
by Jan Höppner
· 8 years ago
09762dc
s390/dasd: Always store parameter elements in an array
by Jan Höppner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
a521b04
s390/dasd: channel path aware error recovery
by Stefan Haberland
· 9 years ago
c934615
s390/dasd: extend dasd path handling
by Stefan Haberland
· 9 years ago
9f9d53e
s390/dasd: Fix locking issue when changing RO attribute
by Jan Höppner
· 8 years ago
9de6772
s390/dasd: Fix locking issue when changing EER attribute
by Jan Höppner
· 8 years ago
1081f3a
s390/dasd: Make use of dasd_set_feature() more often
by Jan Höppner
· 8 years ago
ce7a788
s390/dasd: Replace simple_strtoul with kstrtouint
by Jan Höppner
· 8 years ago
c020d72
s390/dasd: fix panic during offline processing
by Stefan Haberland
· 8 years ago
5a3b7b1
s390/dasd: add query host access to volume support
by Stefan Haberland
· 9 years ago
baebc70
s390: Use pr_warn instead of pr_warning
by Joe Perches
· 9 years ago
5db8440
s390/dasd: add support for control unit initiated reconfiguration
by Stefan Haberland
· 10 years ago
3b12693
s390/dasd: Make module parameter visible in sysfs
by Peter Oberparleiter
· 11 years ago
0178722
s390: replace strict_strtoul() with kstrtoul()
by Jingoo Han
· 12 years ago
3d71ad3
s390/dasd: Add 'timeout' attribute
by Hannes Reinecke
· 12 years ago
1f1ee9a
s390/dasd: make number of retries configurable
by Hannes Reinecke
· 12 years ago
006485d
s390/dasd: remove cast for kzalloc return value
by Zhang Yanfei
· 12 years ago
c7708fa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
d07dc5d
s390/dasd: add safe offline interface
by Stefan Haberland
· 12 years ago
48fc7f7
Fix misspellings of "whether" in comments.
by Adam Buchbinder
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 13 years ago
65f8da4
[S390] dasd: fix race between open and offline
by Stefan Weinhuber
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e4dbb0f
[S390] dasd: Add support for raw ECKD access.
by Stefan Haberland
· 14 years ago
5a27e60
[S390] dasd: Improve handling of stolen DASD reservation
by Stefan Weinhuber
· 14 years ago
a4d26c6
[S390] dasd: do path verification for paths added at runtime
by Stefan Weinhuber
· 14 years ago
7c8faa8
[S390] dasd: tunable missing interrupt handler
by Stefan Haberland
· 15 years ago
0abccf7
[S390] add missing device put
by Stefan Haberland
· 15 years ago
2dedf0d
[S390] dasd: remove uid from devmap
by Stefan Haberland
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
33b62a3
[S390] dasd: automatic recognition of read-only devices
by Stefan Weinhuber
· 15 years ago
589c74d
[S390] dasd: fix refcounting.
by Stefan Haberland
· 15 years ago
d41dd12
[S390] pm: dasd power management callbacks.
by Stefan Haberland
· 16 years ago
fc19f38
[S390] dasd: message cleanup
by Stefan Haberland
· 16 years ago
f3eb538
[S390] dasd: add High Performance FICON support
by Stefan Weinhuber
· 16 years ago
ca0b4b7
[S390] dasd: bus_id -> dev_name() conversion.
by Cornelia Huck
· 16 years ago
13de227
[S390] dasd: add device attribute to disable blocking on lost paths
by Holger Smolinski
· 16 years ago
98df67b
[S390] struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
faf16aa
[S390] dasd: Use accessors instead of using driver_data directly.
by Cornelia Huck
· 16 years ago
2a0217d
[S390] bus_id -> dev_name conversions
by Kay Sievers
· 16 years ago
4abb08c
[S390] dasd: Add support for enhanced VM UID
by Stefan Weinhuber
· 17 years ago
69f90f6
[S390] dasd: Use const in busid functions.
by Cornelia Huck
· 17 years ago
8e09f21
[S390] dasd: add hyper PAV support to DASD device driver, part 1
by Stefan Weinhuber
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 18 years ago
7039d3a
[S390] dasd: Add ipldev parameter.
by Peter Oberparleiter
· 18 years ago
4dfd5c4
[S390] dasd: Add sysfs attribute status and generate uevents.
by Horst Hummel
· 18 years ago
4d284ca
[S390] Avoid excessive inlining.
by Heiko Carstens
· 18 years ago
9575bf2
[S390] New DASD feature for ERP related logging
by Horst Hummel
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
645c98c
[S390] return 'count' for successful execution of dasd_eer_enable.
by Horst Hummel
· 18 years ago
01376f4
[S390] handle incorrect values when writing to dasd sysfs attributes.
by Horst Hummel
· 18 years ago
dcd707b
[S390] Replace nopav-message on VM.
by Peter Oberparleiter
· 18 years ago
a00bfd7
[S390] dasd deadlock after state change pending interrupt.
by Martin Schwidefsky
· 18 years ago
8e79a44
[S390] dasd PAV enabling.
by Horst Hummel
· 19 years ago
b18a60e
[S390] inaccessible PAV alias devices on LPAR.
by Peter Oberparleiter
· 19 years ago
2f6c55f
[S390] dasd slab cache alignment.
by Heiko Carstens
· 19 years ago
d0710c7
[S390] dasd calls kzalloc while holding a spinlock.
by Horst Hummel
· 19 years ago
d2c993d
[S390] Fix sparse warnings.
by Heiko Carstens
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
4054557
[S390] add PAV support to the dasd driver.
by Horst Hummel
· 19 years ago
138c014
[S390] dasd whitespace and other cosmetics.
by Horst Hummel
· 19 years ago
3d05259
[PATCH] s390: dasd device identifiers
by Horst Hummel
· 19 years ago
606f442
BUG_ON() Conversion in drivers/s390/block/dasd_devmap.c
by Eric Sesterhenn
· 19 years ago
8d3b33f
[PATCH] Remove MODULE_PARM
by Rusty Russell
· 19 years ago
20c6446
[PATCH] s390: dasd extended error reporting
by Stefan Weinhuber
· 19 years ago
e018ba1
[PATCH] s390: Remove CVS generated information
by Heiko Carstens
· 19 years ago
17fd682
[PATCH] kfree cleanup: drivers/s390
by Jesper Juhl
· 19 years ago
c6eb7b7
[PATCH] s390: deadlock in dasd_devmap
by Horst Hummel
· 20 years ago
e404e27
[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks
by Yani Ioannou
· 20 years ago
f24acd4
[PATCH] s390: dasd readonly attribute
by Horst Hummel
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago