summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ida: Start new test_ida moduleMatthew Wilcox2018-08-217-7/+71
* target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-213-30/+10
* iscsi target: fix session creation failure handlingMike Christie2018-08-211-14/+21
* drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-211-29/+12
* dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+7
* ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-211-22/+4
* media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-211-11/+5
* ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-211-40/+4
* Convert net_namespace to new IDA APIMatthew Wilcox2018-08-211-10/+6
* cb710: Convert to new IDA APIMatthew Wilcox2018-08-211-18/+5
* rsxx: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+5
* osd: Convert to new IDA APIMatthew Wilcox2018-08-211-15/+7
* sd: Convert to new IDA APIMatthew Wilcox2018-08-211-17/+4
* devpts: Convert to new IDA APIMatthew Wilcox2018-08-211-34/+13
* fs: Convert namespace IDAs to new APIMatthew Wilcox2018-08-211-38/+12
* fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-211-43/+24
* mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-211-23/+6
* ida: Add new APIMatthew Wilcox2018-08-212-42/+87
* ida: Lock the IDA in ida_destroyMatthew Wilcox2018-08-211-6/+11
* radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-211-1/+1
* radix tree test suite: Enable ubsanMatthew Wilcox2018-08-212-11/+14
* radix tree test suite: Fix compilationMatthew Wilcox2018-08-211-0/+2
* Linux 4.18v4.18Linus Torvalds2018-08-121-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-08-127-49/+69
|\
| * scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill2018-08-031-3/+8
| * scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche2018-08-031-8/+21
| * scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy2018-08-031-8/+8
| * scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn2018-08-021-0/+1
| * scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn2018-08-021-2/+2
| * scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendJohannes Thumshirn2018-08-021-1/+1
| * scsi: qedi: Fix a potential buffer overflowBart Van Assche2018-07-301-1/+1
| * scsi: qla2xxx: Fix memory leak for allocating abort IOCBQuinn Tran2018-07-301-26/+27
* | init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-123-3/+3
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-08-122-9/+32
|\ \
| * | make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-08-091-5/+2
| * | fix __legitimize_mnt()/mntput() raceAl Viro2018-08-091-0/+14
| * | fix mntput/mntput raceAl Viro2018-08-091-2/+12
| * | root dentries need RCU-delayed freeingAl Viro2018-08-061-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-1111-39/+46
|\ \ \
| * | | xen/netfront: don't cache skb_shinfo()Juergen Gross2018-08-111-4/+4
| * | | Merge branch 'cpsw-runtime-pm-fix'David S. Miller2018-08-112-15/+12
| |\ \ \
| | * | | net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk2018-08-111-4/+7
| | * | | net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2018-08-112-11/+5
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-098-20/+30
| |\ \ \
| | * \ \ Merge branch 'bpf-fix-cpu-and-devmap-teardown'Daniel Borkmann2018-08-094-14/+21
| | |\ \ \
| | | * | | xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
| | | * | | samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2018-08-092-3/+3
| | | * | | xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
| | |/ / /
| | * | | Merge branch 'sockmap-fixes'Alexei Starovoitov2018-08-082-4/+7
| | |\ \ \
| | | * | | bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann2018-08-081-1/+1