| Commit message (Expand) | Author | Age | Files | Lines |
* | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-09-23 | 9 | -184/+219 |
|\ |
|
| * | [S390] dasd: tolerate devices that have no feature codes | Stefan Weinhuber | 2009-09-22 | 1 | -7/+6 |
| * | [S390] zcrypt: Do not add/remove devices in s/r callbacks | Felix Beck | 2009-09-22 | 1 | -11/+29 |
| * | [S390] qdio: change state of all primed input buffers | Jan Glauber | 2009-09-22 | 1 | -0/+2 |
| * | [S390] qdio: reduce per device debug messages | Jan Glauber | 2009-09-22 | 1 | -18/+12 |
| * | [S390] cio: introduce consistent subchannel scanning | Sebastian Ott | 2009-09-22 | 3 | -106/+51 |
| * | [S390] cio: idset use actual number of ssids | Sebastian Ott | 2009-09-22 | 3 | -14/+15 |
| * | [S390] cio: dont kfree vmalloced memory | Sebastian Ott | 2009-09-22 | 1 | -2/+2 |
| * | [S390] cio: introduce css_settle | Sebastian Ott | 2009-09-22 | 3 | -12/+25 |
| * | [S390] cio: introduce css_eval_scheduled | Sebastian Ott | 2009-09-22 | 3 | -0/+27 |
| * | [S390] cio: merge init calls | Sebastian Ott | 2009-09-22 | 3 | -25/+61 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 3 | -3/+3 |
|\ \ |
|
| * | | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 3 | -3/+3 |
| |/ |
|
* | | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 5 | -5/+5 |
|/ |
|
* | driver model: constify attribute groups | David Brownell | 2009-09-15 | 3 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-09-14 | 13 | -1339/+1492 |
|\ |
|
| * | [SCSI] zfcp: optimize zfcp_qdio_account | Heiko Carstens | 2009-09-05 | 2 | -7/+6 |
| * | [SCSI] zfcp: Remove duplicated code for debug timestamps | Christof Schmitt | 2009-09-05 | 1 | -16/+3 |
| * | [SCSI] zfcp: Handle failures during device allocation correctly | Christof Schmitt | 2009-09-05 | 1 | -36/+29 |
| * | [SCSI] zfcp: proper use of device register | Sebastian Ott | 2009-09-05 | 1 | -4/+8 |
| * | [SCSI] zfcp: Replace config semaphore with mutex | Christof Schmitt | 2009-09-05 | 5 | -33/+32 |
| * | [SCSI] zfcp: Defer resource allocation to first ccw_set_online call | Christof Schmitt | 2009-09-05 | 3 | -31/+54 |
| * | [SCSI] zfcp: Simplify and update ct/gs and els timeout handling | Christof Schmitt | 2009-09-05 | 3 | -17/+6 |
| * | [SCSI] zfcp: Use kthread API for zfcp erp thread | Christof Schmitt | 2009-09-05 | 3 | -45/+27 |
| * | [SCSI] zfcp: resolve false usage of dd_data in fc_rport | Swen Schillig | 2009-09-05 | 3 | -23/+5 |
| * | [SCSI] zfcp: Apply common naming conventions to zfcp_fc | Swen Schillig | 2009-09-05 | 5 | -36/+35 |
| * | [SCSI] zfcp: introduce _setup, _destroy for qdio and FC | Swen Schillig | 2009-09-05 | 4 | -64/+89 |
| * | [SCSI] zfcp: Update dbf calls | Swen Schillig | 2009-09-05 | 9 | -380/+347 |
| * | [SCSI] zfcp: Decouple gid_pn requests from erp | Christof Schmitt | 2009-09-05 | 6 | -56/+47 |
| * | [SCSI] zfcp: Move qdio related data out of zfcp_adapter | Swen Schillig | 2009-09-05 | 9 | -296/+343 |
| * | [SCSI] zfcp: Separate qdio attributes from zfcp_fsf_req | Swen Schillig | 2009-09-05 | 5 | -115/+160 |
| * | [SCSI] zfcp: Move workqueue to adapter struct | Swen Schillig | 2009-09-05 | 6 | -8/+34 |
| * | [SCSI] zfcp: Remove the useless ZFCP_REQ_AUTO_CLEANUP flag | Swen Schillig | 2009-09-05 | 1 | -35/+45 |
| * | [SCSI] zfcp: Improve request allocation through mempools | Swen Schillig | 2009-09-05 | 4 | -113/+127 |
| * | [SCSI] zfcp: Replace fsf_req wait_queue with completion | Swen Schillig | 2009-09-05 | 4 | -28/+10 |
| * | [SCSI] zfcp: fix layering oddities between zfcp_fsf and zfcp_qdio | Swen Schillig | 2009-09-05 | 3 | -74/+73 |
| * | [SCSI] zfcp: Implicitly close all wka ports | Christof Schmitt | 2009-09-05 | 4 | -5/+13 |
| * | [SCSI] zfcp: Only issue one test link command per port | Christof Schmitt | 2009-09-05 | 2 | -0/+10 |
| * | [SCSI] zfcp: Remove useless assignment | Christof Schmitt | 2009-09-05 | 1 | -1/+0 |
| * | [SCSI] zfcp: Only collect FSF/HBA debug data for matching trace levels | Christof Schmitt | 2009-09-05 | 3 | -39/+67 |
| * | [SCSI] zfcp: Only collect SCSI debug data for matching trace levels | Christof Schmitt | 2009-09-05 | 5 | -63/+73 |
| * | [SCSI] zfcp: Move debug data from zfcp_data to own data structure | Christof Schmitt | 2009-09-05 | 5 | -113/+143 |
| * | [SCSI] zfcp: invalid usage after free of port resources | Swen Schillig | 2009-09-05 | 2 | -4/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-09-14 | 9 | -112/+142 |
|\ \ |
|
| * | | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-02 | 4 | -4/+0 |
| * | | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 | 2 | -3/+3 |
| * | | qeth: display "undefined" value of sysfs-attribute "layer2" | Ursula Braun | 2009-08-26 | 1 | -1/+1 |
| * | | qeth: display service_level info only when valid. | Klaus-Dieter Wacker | 2009-08-26 | 1 | -2/+3 |
| * | | qeth: Cleanup for cast-type determination. | Klaus-Dieter Wacker | 2009-08-26 | 4 | -82/+57 |