index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
target/tcm_loop: Use target_submit_tmr() instead of open-coding this function
Bart Van Assche
1
-29
/
+3
2017-07-06
target/tcm_loop: Replace a waitqueue and a counter by a completion
Bart Van Assche
2
-10
/
+5
2017-07-06
target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmr
Bart Van Assche
2
-19
/
+10
2017-07-06
target: Introduce a function that shows the command state
Bart Van Assche
3
-27
/
+114
2017-07-06
iscsi-target: Kill left-over iscsi_target_do_cleanup
Nicholas Bellinger
2
-25
/
+0
2017-07-06
xen/scsiback: Make TMF processing slightly faster
Bart Van Assche
1
-1
/
+1
2017-07-06
xen/scsiback: Replace a waitqueue and a counter by a completion
Bart Van Assche
1
-7
/
+4
2017-07-06
xen/scsiback: Fix a TMR related use-after-free
Bart Van Assche
1
-24
/
+9
2017-07-06
IB/srpt: Make a debug statement in srpt_abort_cmd() more informative
Bart Van Assche
1
-2
/
+2
2017-07-06
target: Fix a deadlock between the XCOPY code and iSCSI session shutdown
Bart Van Assche
1
-41
/
+69
2017-07-06
target: Use {get,put}_unaligned_be*() instead of open coding these functions
Bart Van Assche
9
-171
/
+83
2017-07-06
target: Fix transport_init_se_cmd()
Bart Van Assche
1
-0
/
+1
2017-07-06
target: Remove se_device.dev_list
Bart Van Assche
2
-3
/
+0
2017-07-06
target: Use symbolic value for WRITE_VERIFY_16
Bart Van Assche
1
-1
/
+1
2017-07-06
qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAG
Nicholas Bellinger
2
-31
/
+12
2017-07-06
target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK
Nicholas Bellinger
2
-10
/
+46
2017-07-06
target: Add support for TMR percpu reference counting
Nicholas Bellinger
2
-4
/
+13
2017-07-06
target: reject COMPARE_AND_WRITE if emulate_caw is not set
Jiang Yi
1
-0
/
+6
2017-06-08
iscsi-target: Avoid holding ->tpg_state_lock during param update
Nicholas Bellinger
1
-6
/
+2
2017-06-08
target/configfs: Kill se_lun->lun_link_magic
Nicholas Bellinger
3
-8
/
+8
2017-06-08
target/configfs: Kill se_device->dev_link_magic
Nicholas Bellinger
4
-9
/
+12
2017-06-08
target/iblock: Convert WRITE_SAME to blkdev_issue_zeroout
Nicholas Bellinger
2
-18
/
+28
2017-06-08
ibmvscsis: Enable Logical Partition Migration Support
Michael Cyr
3
-16
/
+162
2017-06-08
vhost/scsi: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-8
/
+3
2017-06-08
target: remove dead code
Gustavo A. R. Silva
1
-2
/
+2
2017-06-08
iscsi-target: Reject immediate data underflow larger than SCSI transfer length
Nicholas Bellinger
1
-0
/
+12
2017-06-08
iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP
Nicholas Bellinger
1
-2
/
+8
2017-06-08
target: Fix kref->refcount underflow in transport_cmd_finish_abort
Nicholas Bellinger
3
-12
/
+15
2017-05-31
iscsi-target: Always wait for kthread_should_stop() before kthread exit
Jiang Yi
4
-8
/
+34
2017-05-31
iscsi-target: Fix initial login PDU asynchronous socket close OOPs
Nicholas Bellinger
2
-62
/
+133
2017-05-23
tcmu: fix crash during device removal
Mike Christie
1
-13
/
+33
2017-05-15
target: Re-add check to reject control WRITEs with overflow data
Nicholas Bellinger
1
-5
/
+18
2017-05-15
ibmvscsis: Fix the incorrect req_lim_delta
Bryant G. Ly
1
-4
/
+20
2017-05-15
ibmvscsis: Clear left-over abort_cmd pointers
Bryant G. Ly
1
-0
/
+3
2017-05-13
Linux 4.12-rc1
Linus Torvalds
1
-2
/
+2
2017-05-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-7
/
+445
2017-05-13
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
9
-18
/
+195
2017-05-13
Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-19
/
+17
2017-05-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-126
/
+145
2017-05-12
mm, docs: update memory.stat description with workingset* entries
Roman Gushchin
1
-0
/
+12
2017-05-12
mm: vmscan: scan until it finds eligible pages
Minchan Kim
1
-6
/
+15
2017-05-12
mm, thp: copying user pages must schedule on collapse
David Rientjes
1
-4
/
+3
2017-05-12
dax: fix PMD data corruption when fault races with write
Ross Zwisler
1
-14
/
+14
2017-05-12
dax: fix data corruption when fault races with write
Jan Kara
1
-16
/
+16
2017-05-12
ext4: return to starting transaction in ext4_dax_huge_fault()
Jan Kara
1
-4
/
+17
2017-05-12
mm: fix data corruption due to stale mmap reads
Jan Kara
2
-2
/
+12
2017-05-12
dax: prevent invalidation of mapped DAX entries
Ross Zwisler
3
-36
/
+3
2017-05-12
Tigran has moved
Andrew Morton
6
-7
/
+7
2017-05-12
mm, vmalloc: fix vmalloc users tracking properly
Michal Hocko
3
-17
/
+26
2017-05-12
mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin
SeongJae Park
1
-1
/
+3
[next]