summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2010-03-0317-164/+109
|\
| * GFS2: print glock numbers in hexBob Peterson2010-03-011-1/+1
| * GFS2: ordered writes are backwardsDave Chinner2010-03-011-2/+2
| * GFS2: Remove old, unused linked list code from quotaAbhijith Das2010-03-011-29/+1
| * GFS2: Remove loopy umount codeSteven Whitehouse2010-03-015-37/+4
| * GFS2: Metadata address space clean upSteven Whitehouse2010-03-0113-95/+101
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-0344-1208/+1219
|\ \
| * \ Merge branch 'misc' into for-nextRoland Dreier2010-03-018-71/+15
| |\ \
| | * | IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2010-02-242-56/+5
| | * | IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-244-12/+7
| | * | RDMA: Use rlimit helpersJiri Slaby2010-02-112-3/+2
| * | | Merge branch 'srp' into for-nextRoland Dreier2010-03-012-32/+65
| |\ \ \
| | * | | IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier2010-03-011-13/+18
| | * | | IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2010-03-012-25/+53
| | |/ /
| * | | Merge branch 'nes' into for-nextRoland Dreier2010-03-017-290/+284
| |\ \ \
| | * | | RDMA/nes: Add support for KR device id 0x0110Chien Tung2010-02-255-218/+243
| | * | | RDMA/nes: Change WQ overflow return codeOr Gerlitz2010-02-191-3/+3
| | * | | RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif2010-02-191-60/+28
| | * | | RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif2010-02-191-1/+2
| | * | | RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif2010-02-193-8/+8
| | |/ /
| * | | Merge branch 'mlx4' into for-nextRoland Dreier2010-03-011-1/+1
| |\ \ \
| | * | | IB/mlx4: Simplify retrieval of ib_deviceEli Cohen2010-02-121-1/+1
| | |/ /
| * | | Merge branch 'iser' into for-nextRoland Dreier2010-03-015-604/+391
| |\ \ \
| | * | | IB/iser: Remove redundant locking from iser scsi command response flowOr Gerlitz2010-02-241-25/+0
| | * | | IB/iser: Use libiscsi passthrough modeOr Gerlitz2010-02-242-20/+3
| | * | | IB/iser: Remove unnecessary connection checksOr Gerlitz2010-02-243-52/+0
| | * | | IB/iser: Use atomic allocationsOr Gerlitz2010-02-242-3/+3
| | * | | IB/iser: Simplify send flow/descriptorsOr Gerlitz2010-02-245-278/+115
| | * | | IB/iser: Use different CQ for send completionsOr Gerlitz2010-02-242-37/+76
| | * | | IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz2010-02-243-12/+12
| | * | | IB/iser: New receive buffer posting logicOr Gerlitz2010-02-244-176/+235
| | * | | IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"Or Gerlitz2010-02-243-95/+41
| | |/ /
| * | | Merge branch 'ipoib' into for-nextRoland Dreier2010-03-011-8/+2
| |\ \ \
| | * | | IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz2010-02-111-8/+2
| | |/ /
| * | | Merge branch 'ehca' into for-nextRoland Dreier2010-03-013-7/+4
| |\ \ \
| | * | | IB/ehca: Require in_wc in process_mad()Alexander Schmidt2010-02-191-1/+1
| | * | | IB/ehca: Allow access for ib_query_qp()Alexander Schmidt2010-02-121-3/+1
| | * | | IB/ehca: Do not turn off irqs in tasklet contextAlexander Schmidt2010-02-121-3/+2
| | |/ /
| * | | Merge branch 'cxgb3' into for-nextRoland Dreier2010-03-0113-24/+203
| |\ \ \
| | * | | RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removingSteve Wise2010-02-241-0/+1
| | * | | RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise2010-02-243-9/+9
| | * | | RDMA/cxgb3: Increase the max CQ depthSteve Wise2010-02-241-1/+1
| | * | | RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-2410-13/+192
| | * | | RDMA/cxgb3: Remove BUG_ON() on CQ rearm failureSteve Wise2010-02-111-1/+0
| | |/ /
| * | | Merge branch 'cma' into for-nextRoland Dreier2010-03-011-1/+0
| |\ \ \
| | * | | RDMA/cm: Remove unused definition of RDMA_PS_SCTPSean Hefty2010-02-111-1/+0
| | |/ /
| * | | IB/core: Pack struct ib_device a little tighterAlexander Chiang2010-02-241-2/+2
| * | | IB/ucm: Clean whitespace errorsAlexander Chiang2010-02-241-3/+3
| * | | IB/ucm: Increase maximum devices supportedAlexander Chiang2010-02-241-8/+45
| * | | IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang2010-02-241-1/+3
OpenPOWER on IntegriCloud