summaryrefslogtreecommitdiffstats
path: root/lib/audit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-11target/user: Fix size_t format-spec build warningNicholas Bellinger1-3/+2
2016-03-11target/user: Don't free expired command when time outSheng Yang1-8/+17
2016-03-11target/user: Introduce data_bitmap, replace data_length/data_head/data_tailSheng Yang1-100/+121
2016-03-11target/user: Free data ring in unified functionSheng Yang1-10/+12
2016-03-11target/user: Use iovec[] to describe continuous areaSheng Yang1-15/+26
2016-03-11target: Remove enum transport_lunflags_tableAndy Grover6-71/+45
2016-03-11target/iblock: pass WRITE_SAME to device if possibleMike Christie1-0/+34
2016-03-11iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig2-9/+8
2016-03-11iser-target: Kill struct isert_rdma_wrChristoph Hellwig2-130/+119
2016-03-11iser-target: Convert to new CQ APIChristoph Hellwig2-243/+184
2016-03-11iser-target: Split and properly type the login bufferChristoph Hellwig2-30/+29
2016-03-11iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig2-10/+8
2016-03-11iser-target: Remove impossible condition from isert_wait_connJenny Derzhavetz1-8/+0
2016-03-11iser-target: Remove redundant wait in release_connJenny Derzhavetz2-8/+0
2016-03-11iser-target: Rework connection terminationJenny Derzhavetz2-56/+52
2016-03-11iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-03-11iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-03-11iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-03-11qla2xxx: Add DebugFS node for target sess list.Quinn Tran3-20/+89
2016-03-11ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger2-40/+17
2016-03-11tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger1-4/+16
2016-03-11xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-28/+28
2016-03-11xen-scsiback: Convert to percpu_ida tag allocationNicholas Bellinger1-78/+89
2016-03-11usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-40/+11
2016-03-11usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2-39/+60
2016-03-11sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-14/+16
2016-03-11sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger1-6/+30
2016-03-11ib_srpt: Convert to target_alloc_session usageNicholas Bellinger1-17/+6
2016-03-11tcm_fc: Convert to target_alloc_session usageNicholas Bellinger1-22/+22
2016-03-11tcm_qla2xxx: Convert to target_alloc_session usageNicholas Bellinger3-46/+43
2016-03-11vhost/scsi: Convert to target_alloc_session usageNicholas Bellinger1-58/+41
2016-03-11target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig4-122/+72
2016-02-27target: Add target_alloc_session() helper functionNicholas Bellinger2-0/+62
2016-02-20Linux 4.5-rc5v4.5-rc5Linus Torvalds1-1/+1
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-19arm64: mm: allow the kernel to handle alignment faults on user accessesEunTaik Lee1-1/+8
2016-02-19arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada3-3/+17
2016-02-19ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-02-19ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-02-19drm/nouveau: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst4-55/+48
2016-02-19clk: gpio: Really allow an optional clock= DT propertyStephen Boyd1-1/+1
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2016-02-19ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2016-02-19MAINTAINERS: update Kselftest Framework mailing listShuah Khan1-1/+1
2016-02-19devm_memremap_release(): fix memremap'd addr handlingToshi Kani1-1/+1
2016-02-19mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar1-2/+4
2016-02-19mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins1-1/+1
2016-02-19fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton1-31/+18
2016-02-19Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton2-18/+53