index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
block
/
dasd_proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-8
/
+7
2019-12-20
s390/dasd: fix typo in copyright statement
Stefan Haberland
1
-1
/
+1
2018-12-13
s390/drivers: fix proc/debugfs file permissions
Sebastian Ott
1
-2
/
+1
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-15
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-23
s390/dasd: Change unsigned long long to unsigned long
Jan Höppner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-03-07
s390: Use pr_warn instead of pr_warning
Joe Perches
1
-3
/
+2
2015-01-29
s390/dasd: cleanup profiling
Sebastian Ott
1
-8
/
+13
2015-01-29
s390/dasd: add locking for global_profile access
Sebastian Ott
1
-1
/
+3
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-2
/
+1
2011-08-03
[S390] dasd: use vmalloc for statistics input buffer
Stefan Weinhuber
1
-2
/
+2
2011-07-24
[S390] dasd: add enhanced DASD statistics interface
Stefan Weinhuber
1
-35
/
+71
2010-10-25
[S390] dasd: fix use after free in dbf
Sebastian Ott
1
-1
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-27
[S390] seq_file: convert drivers/s390/
Alexey Dobriyan
1
-59
/
+50
2010-01-27
[S390] dasd: fix possible NULL pointer errors
Stefan Haberland
1
-5
/
+2
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
1
-2
/
+3
2009-12-04
tree-wide: fix typos "couter" -> "counter"
Uwe Kleine-König
1
-1
/
+1
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-2
/
+0
2009-03-26
[S390] dasd: message cleanup
Stefan Haberland
1
-9
/
+11
2009-03-26
[S390] dasd: add large volume support
Stefan Weinhuber
1
-1
/
+1
2008-12-25
[S390] dasd: improve dasd statistics proc interface
Stefan Haberland
1
-13
/
+15
2008-10-10
[S390] bus_id -> dev_name conversions
Kay Sievers
1
-1
/
+1
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
1
-1
/
+2
2008-04-29
s390: use non-racy method for proc entries creation
Denis V. Lunev
1
-5
/
+5
2008-04-29
proc: remove proc_root from drivers
Alexey Dobriyan
1
-3
/
+3
2008-03-05
[S390] dasd: fix reference counting in display method for proc/dasd/devices
Stefan Weinhuber
1
-1
/
+3
2008-01-26
[S390] constify function pointer tables.
Jan Engelhardt
1
-1
/
+1
2008-01-26
[S390] dasd: add hyper PAV support to DASD device driver, part 1
Stefan Weinhuber
1
-8
/
+13
2007-07-10
[S390] dasd: Avoid compile warnings on !CONFIG_DASD_PROFILE
Heiko Carstens
1
-0
/
+4
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
1
-1
/
+1
2007-02-05
[S390] Avoid excessive inlining.
Heiko Carstens
1
-3
/
+3
2007-02-05
[S390] Get rid of a lot of sparse warnings.
Heiko Carstens
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-11
[PATCH] s390: dasd proc entries
Horst Hummel
1
-0
/
+17
2006-03-10
[PATCH] s390: dasd proc interface typo
Horst Hummel
1
-1
/
+1
2006-03-09
[PATCH] s390: dasd partition detection
Horst Hummel
1
-0
/
+3
2006-02-01
[PATCH] s390: Remove CVS generated information
Heiko Carstens
1
-1
/
+0
2005-09-05
[PATCH] s390: deadlock in dasd_devmap
Horst Hummel
1
-6
/
+2
2005-06-26
[PATCH] s390: debug feature changes
Michael Holzheu
1
-1
/
+2
2005-05-01
[PATCH] s390: dasd readonly attribute
Horst Hummel
1
-2
/
+6
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+319