summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp/ib_srp.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-13IB/srp: Avoid duplicate devices from LUN scanBart Van Assche
2011-05-23IB/srp: Fix integer -> pointer cast warningsRoland Dreier
2011-03-15IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow
2011-03-15IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow
2011-03-15IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow
2011-03-15IB/srp: allow sg_tablesize to be set for each targetDavid Dillow
2011-03-15IB/srp: move IB CM setup completion into its own functionDavid Dillow
2011-03-15IB/srp: always avoid non-zero offsets into an FMRDavid Dillow
2011-01-16Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier
2011-01-16RDMA: Update workqueue usageTejun Heo
2011-01-13IB/srp: Test only once whether iu allocation succeededBart Van Assche
2011-01-10IB/srp: consolidate hot-path variables into cache linesDavid Dillow
2011-01-10IB/srp: stop sharing the host lock with SCSIBart Van Assche
2011-01-10IB/srp: reduce lock coverage of command completionBart Van Assche
2011-01-10IB/srp: reduce local coverage for command submission and EHBart Van Assche
2011-01-10IB/srp: don't move active requests to their own listBart Van Assche
2011-01-05IB/srp: allow lockless work postingBart Van Assche
2011-01-05IB/srp: consolidate state change codeBart Van Assche
2011-01-05IB/srp: allow task management without a previous requestDavid Dillow
2010-11-16SCSI host lock push-downJeff Garzik
2010-10-24IB/srp: Sync buffer before posting sendDavid Dillow
2010-10-24IB/srp: Use list_first_entry()Bart Van Assche
2010-10-24IB/srp: Reduce number of BUSY conditionsBart Van Assche
2010-10-24IB/srp: Eliminate two forward declarationsDavid Dillow
2010-10-22IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow
2010-10-22IB/srp: Preparation for transmit ring response allocationBart Van Assche
2010-08-04IB/srp: Export req_lim via sysfsBart Van Assche
2010-08-04IB/srp: Make receive buffer handling more robustBart Van Assche
2010-08-04IB/srp: Use print_hex_dump()Bart Van Assche
2010-03-01IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier
2010-03-01IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28infiniband: use %p6 for printing message idsHarvey Harrison
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-07-14IB/srp: Remove use of cached P_Key/GID queriesRoland Dreier
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones
2008-04-19IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman
2008-04-16IB/srp: Enforce protocol limit on srp_sg_tablesizeDavid Dillow
2008-02-04IB/srp: Retry stale connectionsDavid Dillow
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley
2008-01-25IB/srp: Add identifying information to log messagesDavid Dillow
2008-01-25IB/srp: Enable SG list chainingDavid Dillow
2008-01-25IB/srp: Respect target credit limitDavid Dillow
2008-01-08IB/srp: Release transport before removing hostDave Dillow
2008-01-03IB/srp: Fix list corruption/oops on module reloadDavid Dillow
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-10-12[SCSI] transport_srp: add rport roles attributeFUJITA Tomonori