summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | [SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2009-03-103-24/+23
| | * | | | | | [SCSI] fcoe: fix kfree(skb)Roel Kluin2009-03-101-1/+1
| | * | | | | | [SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anywayYi Zou2009-03-101-4/+0
| | * | | | | | [SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou2009-03-101-13/+0
| | * | | | | | [SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2009-03-102-3/+5
| | * | | | | | [SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love2009-03-101-5/+3
| | * | | | | | [SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2009-03-103-14/+8
| | * | | | | | [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-104-20/+20
| | * | | | | | [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-108-257/+252
| | * | | | | | [SCSI] libfc: Cleanup libfc_function_template commentsRobert Love2009-03-061-41/+66
| | * | | | | | [SCSI] libfc: check for err when recv and state is incorrectRobert Love2009-03-062-40/+40
| | * | | | | | [SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love2009-03-061-4/+4
| | * | | | | | [SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love2009-03-061-2/+2
| | * | | | | | [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-064-5/+13
| | * | | | | | [SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma2009-03-061-0/+2
| | * | | | | | [SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev2009-03-061-3/+3
| | * | | | | | [SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2009-03-063-49/+69
| | * | | | | | [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev2009-03-065-69/+30
| | * | | | | | [SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abtsVasu Dev2009-03-061-1/+1
| | * | | | | | [SCSI] libfc: handle RRQ exch timeoutVasu Dev2009-03-061-1/+1
| | * | | | | | [SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar2009-03-061-1/+6
| | * | | | | | [SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar2009-03-064-7/+8
| | * | | | | | [SCSI] sd: Don't try to spin up drives that are connected to an inactive portMatthew Wilcox2009-03-051-15/+11
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-03-143-2/+44
| |\ \ \ \ \ \
| | * | | | | | ata_piix: add workaround for Samsung DB-P70Tejun Heo2009-03-131-0/+37
| | * | | | | | libata: Keep shadow last_ctl up to date during resetsStuart MENEFY2009-03-131-1/+5
| | * | | | | | sata_mv: fix MSI irq race conditionMark Lord2009-03-131-1/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-03-1412-56/+223
| |\ \ \ \ \ \
| | * | | | | | NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust2009-03-121-29/+39
| | * | | | | | SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-112-5/+10
| | * | | | | | SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-111-1/+9
| | * | | | | | Bug 11061, NFS mounts droppedIan Dall2009-03-111-1/+62
| | * | | | | | NFS: Handle -ESTALE error in access()Suresh Jayaraman2009-03-111-1/+7
| | * | | | | | NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever2009-03-111-1/+50
| | * | | | | | NLM: Shrink the IPv4-only version of nlm_cmp_addr()Chuck Lever2009-03-111-0/+8
| | * | | | | | NFSv3: Fix posix ACL codeTrond Myklebust2009-03-114-27/+39
| | * | | | | | NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust2009-03-111-7/+8
| | * | | | | | SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust2009-03-111-13/+20
| * | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-03-145-16/+33
| |\ \ \ \ \ \ \
| | * | | | | | | ocfs2: Use xs->bucket to set xattr value outsideTao Ma2009-03-131-6/+20
| | * | | | | | | ocfs2: Fix a bug found by sparse check.Tao Ma2009-03-131-1/+2
| | * | | | | | | ocfs2: tweak to get the maximum inline data size with xattrTiger Yang2009-03-133-9/+7
| | * | | | | | | ocfs2: reserve xattr block for new directory with inline dataTiger Yang2009-03-131-0/+4
| * | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-03-1412-25/+31
| |\ \ \ \ \ \ \ \
| | * | | | | | | | V4L/DVB (10978): Report tuning algorith correctlyMatthias Schwarzzot2009-03-131-1/+1
| | * | | | | | | | V4L/DVB (10977): STB6100 init fix, the call to stb6100_set_bandwidth needs an...Hans Werner2009-03-131-2/+2
| | * | | | | | | | V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search onl...Igor M. Liplianin2009-03-131-3/+4
| | * | | | | | | | V4L/DVB (10975): Bug: Use signed types, Offsets and range can be negativeManu Abraham2009-03-132-15/+11
| | * | | | | | | | V4L/DVB (10974): Use Diseqc 3/3 mode to send dataSigmund Augdal2009-03-131-1/+1
| | * | | | | | | | V4L/DVB (10972): zl10353: i2c_gate_ctrl bug fixAntti Palosaari2009-03-133-1/+5