summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
Commit message (Expand)AuthorAgeFilesLines
* s390: avoid format strings leaking into namesKees Cook2014-06-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-04-081-2/+2
|\
| * s390/irq: Use defines for external interruption codesThomas Huth2014-04-031-2/+2
* | s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-081-7/+7
|/
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-307-67/+69
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-312-1/+2
| |\
| * | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-247-61/+61
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-242-6/+8
* | | s390/xpram: don't modify module parametersSebastian Ott2014-01-221-2/+3
* | | s390: Fix misspellings using 'codespell' toolHendrik Brueckner2014-01-161-1/+1
| |/ |/|
* | s390/dasd: fix memory leak caused by dangling references to request_queueStefan Weinhuber2013-12-021-1/+0Star
* | s390/dasd: validate request size before building CCW/TCW requestStefan Weinhuber2013-11-201-0/+2
|/
* s390/scm_block: do not hide eadm subchannel dependencySebastian Ott2013-11-152-19/+7Star
* Merge branch 'for-3.13/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-141-4/+4
|\
| * s390/dasd: hold request queue sysfs lock when calling elevator_init()Heiko Carstens2013-11-081-4/+4
* | s390/scm_blk: fix endless loop for requests != REQ_TYPE_FSSteffen Maier2013-11-061-1/+5
* | s390/dasd: Write to profile data area only if it is availableStefan Weinhuber2013-10-281-1/+2
* | s390/s390dbf: use debug_level_enabled() where applicableHendrik Brueckner2013-10-241-1/+1
|/
* s390/dasd: check for availability of prefix command during formatStefan Haberland2013-10-151-27/+71
* s390/irq: rework irq subclass handlingHeiko Carstens2013-09-041-2/+2
* s390/dasd: fix statistics for recovered requestsStefan Weinhuber2013-08-281-0/+8
* s390/dasd: enable raw_track_access reads without direct I/OStefan Weinhuber2013-08-221-11/+43
* s390/dasd: cleanup timeout and transport error messagesStefan Weinhuber2013-08-221-2/+4
* s390: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-221-4/+4
* s390/dasd: fix hanging devices after path eventsStefan Haberland2013-07-301-0/+6
* s390/dasd: Fail all requests when DASD_FLAG_ABORTIO is setHannes Reinecke2013-07-013-3/+72
* s390/dasd: Add 'timeout' attributeHannes Reinecke2013-07-013-0/+62
* block/dasd: detailed I/O errorsHannes Reinecke2013-07-011-3/+13
* s390/dasd: Reduce amount of messages for specific errorsHannes Reinecke2013-07-011-0/+8
* s390/dasd: Implement block timeout handlingHannes Reinecke2013-07-014-2/+88
* s390/dasd: process all requests in the device taskletHannes Reinecke2013-07-011-2/+2
* s390/dasd: make number of retries configurableHannes Reinecke2013-07-015-6/+57
* s390/dasd: Clarify commentHannes Reinecke2013-07-011-3/+1Star
* s390/dasd: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-261-1/+1
* s390/dasd: fix handling of gone pathsStefan Weinhuber2013-05-311-2/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-05-211-0/+1
|\
| * s390/xpram: mark xpram as non-rotationalChristian Borntraeger2013-05-171-0/+1
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-2/+1Star
|\ \
| * \ Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-023-13/+81
| |\ \
| * | | block: Add bio_end_sector()Kent Overstreet2013-03-231-2/+1Star
* | | | block_device_operations->release() should return voidAl Viro2013-05-073-21/+12Star
| |_|/ |/| |
* | | s390/scm_blk: fix memleak in init functionSebastian Ott2013-04-261-2/+1Star
* | | s390/scm_blk: allow more cluster size valuesSebastian Ott2013-04-261-2/+4
* | | s390/dasd: fix hanging device after resume with internal error 13Stefan Haberland2013-04-171-8/+55
* | | s390/dasd: improve speed of dasdfmtStefan Haberland2013-04-174-143/+351
* | | s390/dasd: remove cast for kzalloc return valueZhang Yanfei2013-04-171-2/+1Star
* | | s390/scm_blk: fix error return code in scm_blk_init()Wei Yongjun2013-03-211-2/+5
* | | s390/scm_block: fix printk format stringSebastian Ott2013-03-212-3/+3
| |/ |/|
* | s390/scm: process availabilitySebastian Ott2013-03-071-0/+7
* | s390/scm_blk: suspend writesSebastian Ott2013-03-072-5/+58