summaryrefslogtreecommitdiffstats
path: root/drivers/uwb (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26[SCSI] ufs: Add support for sending NOP OUT UPIUSujit Reddy Thumma3-115/+539
2013-08-23[SCSI] libiscsi: Add missing prints for session and connection sysfs attrsAdheer Chandravanshi1-0/+6
2013-08-23[SCSI] libiscsi: Add a missing break statementAdheer Chandravanshi1-0/+1
2013-08-23[SCSI] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.Saurav Kashyap1-2/+4
2013-08-23[SCSI] qla4xxx: Update driver version to 5.03.00-k11Adheer Chandravanshi1-1/+1
2013-08-23[SCSI] qla4xxx: Export more firmware info in sysfsAdheer Chandravanshi5-29/+105
2013-08-23[SCSI] qla4xxx: Only BIOS boot target entries should be at index 0 and 1.Adheer Chandravanshi1-1/+2
2013-08-23[SCSI] qla4xxx: discovery_parent_idx can be shown without any check.Adheer Chandravanshi1-5/+2
2013-08-23[SCSI] qla4xxx: Set IPv6 traffic class if device type is IPv6.Adheer Chandravanshi1-1/+5
2013-08-23[SCSI] qla4xxx: Use discovery_parent_idx instead of discovery_parent_typeAdheer Chandravanshi1-3/+3
2013-08-23[SCSI] qla4xxx: Allow removal of failed session using logout.Adheer Chandravanshi2-8/+41
2013-08-23[SCSI] lpfc 8.3.41: Update lpfc version to driver version 8.3.41James Smart1-1/+1
2013-08-23[SCSI] lpfc 8.3.41: Update copyrights for 8.3.41 modificationsJames Smart3-3/+3
2013-08-23[SCSI] lpfc 8.3.41: Fixed the format of some log message fieldsJames Smart1-1/+1
2013-08-23[SCSI] lpfc 8.3.41: Add first burst support to driverJames Smart6-2/+30
2013-08-23[SCSI] lpfc 8.3.41: Fixed not able to perform PCI function reset when board w...James Smart1-5/+6
2013-08-23[SCSI] lpfc 8.3.41: Fixed failure in setting SLI3 board modeJames Smart1-3/+0
2013-08-23[SCSI] lpfc 8.3.41: Fixed SLI3 failing FCP write on check-condition no-sense ...James Smart1-6/+1
2013-08-23[SCSI] lpfc 8.3.41: Fixed support for 128 byte WQEsJames Smart4-3/+65
2013-08-23[SCSI] lpfc 8.3.41: Ensure driver properly zeros unused fields in SLI4 mailbo...James Smart1-3/+4
2013-08-23[SCSI] lpfc 8.3.41: Fixed max value of lpfc_lun_queue_depthJames Smart4-13/+44
2013-08-23[SCSI] lpfc 8.3.41: Fixed Receive Queue varied frame size handlingJames Smart1-12/+24
2013-08-23[SCSI] lpfc 8.3.41: Fix mailbox byteswap issue on PPCJames Smart1-1/+0
2013-08-23[SCSI] lpfc 8.3.41: Fixed freeing of iocb when internal loopback times outJames Smart4-11/+55
2013-08-23[SCSI] qla4xxx: Update driver version to 5.03.00-k10Vikas Chaudhary1-1/+1
2013-08-23[SCSI] qla4xxx: Exporting new attrs for iscsi session and connection in sysfsAdheer Chandravanshi1-57/+146
2013-08-23[SCSI] libiscsi: Exporting new attrs for iscsi session and connection in sysfsAdheer Chandravanshi2-0/+128
2013-08-23[SCSI] scsi_transport_iscsi: Exporting new attrs for iscsi session and connec...Adheer Chandravanshi2-1/+154
2013-08-23[SCSI] MAINTAINERS: Add maintainer info for bnx2iEddie Wai1-0/+6
2013-08-23[SCSI] bnx2i: Update version and copyright year 2013Eddie Wai7-9/+9
2013-08-23[SCSI] MAINTAINERS: Update for qla4xxxVikas Chaudhary1-1/+1
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke5-2/+25
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke4-1/+15
2013-08-23[SCSI] Set hostbyte status in scsi_check_sense()Hannes Reinecke2-15/+7
2013-08-23[SCSI] Document enhanced error codesHannes Reinecke1-0/+12
2013-08-21[SCSI] st: convert class code to use dev_groupsGreg Kroah-Hartman1-11/+16
2013-08-21[SCSI] sd: convert class code to use dev_groupsGreg Kroah-Hartman1-74/+75
2013-08-12ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-12Linux 3.11-rc5v3.11-rc5Linus Torvalds1-1/+1
2013-08-10btrfs: don't loop on large offsets in readdirZach Brown1-8/+25
2013-08-10Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2-5/+5
2013-08-10Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-08-10Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik1-22/+40
2013-08-10Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik1-11/+14
2013-08-10Btrfs: fix backref walking when we hit a compressed extentJosef Bacik1-8/+15
2013-08-10Btrfs: do not offset physical if we're compressedJosef Bacik1-3/+6
2013-08-10Btrfs: fix extent buffer leak after backref walkingLiu Bo1-1/+0
2013-08-10Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo1-4/+12
2013-08-10btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu1-3/+0
2013-08-09dlm: kill the unnecessary and wrong device_close()->recalc_sigpending()Oleg Nesterov1-1/+0