summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-1325-166/+461
|\
| * xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely2013-09-121-3/+0
| * xfs: = vs == typo in ASSERT()Dan Carpenter2013-09-121-2/+2
| * xfs: don't assert fail on bad inode numbersDave Chinner2013-09-101-5/+3
| * xfs: aborted buf items can be in the AIL.Dave Chinner2013-09-101-5/+19
| * xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner2013-09-107-78/+43
| * xfs: fix memory allocation failures with ACLsDave Chinner2013-09-101-10/+22
| * xfs: ensure we copy buffer type in da btree root splitsDave Chinner2013-09-101-0/+1
| * xfs: set remote symlink buffer type for recoveryDave Chinner2013-09-101-0/+2
| * xfs: recovery of swap extents operations for CRC filesystemsDave Chinner2013-09-1011-67/+171
| * xfs: swap extents operations for CRC filesystemsDave Chinner2013-09-106-39/+231
| * xfs: check magic numbers in dir3 leaf verifier firstDave Chinner2013-09-101-7/+13
| * xfs: fix some minor sparse warningsDave Chinner2013-09-106-7/+11
| * xfs: fix endian warning in xlog_recover_get_buf_lsn()Dave Chinner2013-09-091-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-1361-776/+3487
|\ \
| * | target/iscsi: Bump versions to v4.1.0Nicholas Bellinger2013-09-112-2/+2
| * | target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-1141-84/+45
| * | iscsi-target: Bump default TCP listen backlog to 256Nicholas Bellinger2013-09-112-1/+2
| * | target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov2013-09-112-2/+2
| * | iscsi-target; Bump default CmdSN Depth to 64Nicholas Bellinger2013-09-111-1/+1
| * | iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_setNicholas Bellinger2013-09-111-16/+3
| * | iscsi-target: Add thread_set->ts_activate_sem + use common deallocateNicholas Bellinger2013-09-112-85/+59
| * | iscsi-target: Fix race with thread_pre_handler flush_signals + ISCSI_THREAD_S...Nicholas Bellinger2013-09-111-6/+13
| * | target: remove unused including <linux/version.h>Wei Yongjun2013-09-111-1/+0
| * | iser-target: introduce fast memory registration mode (FRWR)Vu Pham2013-09-112-13/+371
| * | iser-target: generalize rdma memory registration and cleanupVu Pham2013-09-112-4/+23
| * | iser-target: move rdma wr processing to a shared functionVu Pham2013-09-112-152/+114
| * | target: Enable global EXTENDED_COPY setup/releaseNicholas Bellinger2013-09-111-0/+6
| * | target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger2013-09-115-0/+28
| * | target: Enable EXTENDED_COPY setup in spc_parse_cdbNicholas Bellinger2013-09-111-2/+8
| * | target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger2013-09-114-1/+1147
| * | target: Avoid non-existent tg_pt_gp_mem in target_alua_state_checkNicholas Bellinger2013-09-111-0/+3
| * | target: Add global device list for EXTENDED_COPYNicholas Bellinger2013-09-112-0/+14
| * | target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger2013-09-112-2/+6
| * | target: Make spc_parse_naa_6h_vendor_specific non staticNicholas Bellinger2013-09-111-2/+2
| * | target: Make target_core_subsystem defined as non staticNicholas Bellinger2013-09-111-1/+1
| * | target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fab...Nicholas Bellinger2013-09-112-28/+29
| * | target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger2013-09-112-0/+14
| * | target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger2013-09-112-10/+12
| * | target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger2013-09-113-1/+198
| * | target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger2013-09-095-0/+27
| * | target: Make __target_execute_cmd() available as externNicholas Bellinger2013-09-092-1/+2
| * | target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITENicholas Bellinger2013-09-092-1/+22
| * | target: Do memory allocation for bidi commands using target_alloc_sglNicholas Bellinger2013-09-091-0/+17
| * | target: Refactor transport_generic_get_mem to target_alloc_sglNicholas Bellinger2013-09-091-17/+18
| * | target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDINicholas Bellinger2013-09-091-2/+2
| * | target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2013-09-096-23/+40
| * | target: Add TCM_MISCOMPARE_VERIFY sense handlingNicholas Bellinger2013-09-092-0/+10
| * | target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger2013-09-093-9/+26
| * | scsi: Add CDB definition for COMPARE_AND_WRITENicholas Bellinger2013-09-091-0/+1