summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | firewire: sbp2: bring back WRITE SAME supportStefan Richter2013-12-151-1/+0Star
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-12-2210-49/+52
| |\ \ \ \ \
| | * | | | | qla2xxx: Fix scsi_host leak on qlt_lport_register callback failureNicholas Bellinger2013-12-191-0/+1
| | * | | | | target: Remove extra percpu_ref_initAndy Grover2013-12-191-7/+1Star
| | * | | | | target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2013-12-194-5/+14
| | * | | | | iser-target: Move INIT_WORK setup into isert_create_device_ib_resNicholas Bellinger2013-12-191-2/+4
| | * | | | | iscsi-target: Fix incorrect np->np_thread NULL assignmentNicholas Bellinger2013-12-192-6/+1Star
| | * | | | | qla2xxx: Fix schedule_delayed_work() for target timeout calculationsShivaram Upadhyayula2013-12-121-4/+5
| | * | | | | iser-target: fix error return code in isert_create_device_ib_res()Wei Yongjun2013-12-111-4/+12
| | * | | | | iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger2013-12-111-14/+12Star
| | * | | | | target: Remove write-only stats fields and lock from struct se_node_aclRoland Dreier2013-12-112-6/+0Star
| | * | | | | iscsi-target: return -EINVAL on oversized configfs parameterEric Seppanen2013-12-111-1/+2
| | |/ / / /
| * | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-12-223-16/+55
| |\ \ \ \ \
| | * | | | | aio/migratepages: make aio migrate pages saneBenjamin LaHaise2013-12-213-15/+53
| | * | | | | aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise2013-12-211-1/+2
| * | | | | | aio: clean up and fix aio_setup_ring page mappingLinus Torvalds2013-12-221-35/+23Star
| |/ / / / /
| * | | | | Don't set the INITRD_COMPRESS environment variable automaticallyLinus Torvalds2013-12-211-1/+3
| * | | | | Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-12-2111-84/+168
| |\ \ \ \ \
| | * | | | | xfs: abort metadata writeback on permanent errorsDave Chinner2013-12-173-5/+32
| | * | | | | xfs: swalloc doesn't align allocations properlyDave Chinner2013-12-171-6/+17
| | * | | | | xfs: remove xfsbdstrat errorChristoph Hellwig2013-12-175-29/+43
| | * | | | | xfs: align initial file allocations correctlyDave Chinner2013-12-171-2/+7
| | * | | | | MAINTAINERS: fix incorrect mail address of XFS maintainerNamjae Jeon2013-12-171-1/+1
| | * | | | | xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu2013-12-171-21/+50
| | * | | | | xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu2013-12-171-1/+2
| | * | | | | xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu2013-12-171-6/+3Star
| | * | | | | xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely2013-12-171-13/+13
| * | | | | | mm: fix build of split ptlock codeOlof Johansson2013-12-211-1/+1
| * | | | | | Merge tag 'arc-fixes-for-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-12-201-1/+7
| |\ \ \ \ \ \
| | * | | | | | ARC: Allow conditional multiple inclusion of uapi/asm/unistd.hVineet Gupta2013-12-191-1/+7
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2013-12-201-20/+18Star
| |\ \ \ \ \ \
| | * | | | | | arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled eventsWill Deacon2013-12-191-20/+18Star
| | |/ / / / /
| * | | | | | pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-204-2/+10
| * | | | | | Merge tag 'dmaengine-fixes-3.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-209-109/+79Star
| |\ \ \ \ \ \
| | * | | | | | net_dma: mark brokenDan Williams2013-12-181-0/+1
| | * | | | | | dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon2013-12-181-4/+1Star
| | * | | | | | dmaengine: fix sleep in atomicDan Williams2013-12-131-1/+1
| | * | | | | | dmaengine: mv_xor: fix oops when channels fail to initialiseRussell King2013-12-131-11/+13
| | * | | | | | dma: mv_xor: Use dmaengine_unmap_data for the self-testsEzequiel Garcia2013-12-131-21/+50
| | * | | | | | dmaengine: fix enable for high order unmap poolsDan Williams2013-12-132-1/+7
| | * | | | | | dma: fix build warnings in txx9Dan Williams2013-12-131-1/+0Star
| | * | | | | | dmatest: fix build warning on mipsDan Williams2013-12-131-4/+4
| | * | | | | | dma: fix fsldma build warningsDan Williams2013-12-131-30/+1Star
| | * | | | | | dma: fix build warnings in ppc4xxDan Williams2013-12-131-26/+1Star
| | * | | | | | dmaengine: at_hdmac: remove unused functionOlof Johansson2013-12-131-4/+0Star
| | * | | | | | dma: mv_xor: remove mv_desc_get_dest_addr()Jason Cooper2013-12-131-6/+0Star
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-2013-62/+112
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2013-12-2013-62/+112
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | KVM: PPC: Book3S HV: Don't drop low-order page address bitsPaul Mackerras2013-12-181-0/+1
| | | * | | | | | powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-183-4/+5