index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-ioc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-22
block: remove useless assignment in bio_split
Mikulas Patocka
1
-1
/
+1
2017-11-22
null_blk: fix dev->badblocks leak
David Disseldorp
1
-1
/
+4
2017-11-20
nvmet-fc: correct ref counting error when deferred rcv used
James Smart
1
-3
/
+6
2017-11-20
nvme: Suppress static analyis warning
Keith Busch
1
-5
/
+2
2017-11-20
nvme: Fix NULL dereference on reservation request
Keith Busch
1
-6
/
+6
2017-11-20
nvme: fix spelling mistake: "requeing" -> "requeuing"
Colin Ian King
1
-1
/
+1
2017-11-20
nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.
Minwoo Im
1
-1
/
+1
2017-11-20
nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A
Kai-Heng Feng
1
-2
/
+10
2017-11-20
nvme-loop: check if queue is ready in queue_rq
Sagi Grimberg
1
-1
/
+24
2017-11-20
nvme-fc: check if queue is ready in queue_rq
Sagi Grimberg
1
-1
/
+18
2017-11-20
nvme-fabrics: introduce init command check for a queue that is not alive
Sagi Grimberg
2
-26
/
+36
2017-11-19
blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bio
Marcos Paulo de Souza
1
-16
/
+10
2017-11-19
block: genhd.c: fix message typo
Randy Dunlap
1
-1
/
+1
2017-11-19
block: add WARN_ON if bdi register fail
weiping zhang
1
-2
/
+5
2017-11-19
bdi: add error handle for bdi_debug_register
weiping zhang
1
-1
/
+4
2017-11-19
bdi: convert bdi_debug_register to int
weiping zhang
1
-2
/
+15
2017-11-18
clean up x86 platform driver default values
Linus Torvalds
1
-11
/
+0
2017-11-18
platform/x86: silead_dmi: Add silead, home-button property to some tablets
Hans de Goede
1
-0
/
+4
2017-11-18
net: usb: hso.c: remove unneeded DRIVER_LICENSE #define
Greg Kroah-Hartman
1
-2
/
+1
2017-11-18
ibmvnic: fix dma_mapping_error call
Desnes Augusto Nunes do Rosario
1
-2
/
+1
2017-11-18
ipvlan: NULL pointer dereference panic in ipvlan_port_destroy
Girish Moodalbail
1
-49
/
+55
2017-11-18
route: also update fnhe_genid when updating a route cache
Xin Long
1
-2
/
+7
2017-11-18
route: update fnhe_expires for redirect when the fnhe exists
Xin Long
1
-3
/
+2
2017-11-18
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
2
-11
/
+21
2017-11-18
rsi: fix memory leak on buf and usb_reg_buf
Colin Ian King
1
-6
/
+6
2017-11-18
net/netlabel: Add list_next_rcu() in rcu_dereference().
Tim Hansen
1
-2
/
+2
2017-11-18
EXPERT Kconfig menu: fix broken EXPERT menu
Randy Dunlap
1
-91
/
+93
2017-11-18
include/asm-generic/topology.h: remove unused parent_node() macro
Dou Liyang
1
-3
/
+0
2017-11-18
arch/tile/include/asm/topology.h: remove unused parent_node() macro
Dou Liyang
1
-6
/
+0
2017-11-18
arch/sparc/include/asm/topology_64.h: remove unused parent_node() macro
Dou Liyang
1
-2
/
+0
2017-11-18
arch/sh/include/asm/topology.h: remove unused parent_node() macro
Dou Liyang
1
-1
/
+0
2017-11-18
arch/ia64/include/asm/topology.h: remove unused parent_node() macro
Dou Liyang
1
-7
/
+0
2017-11-18
drivers/pcmcia/sa1111_badge4.c: avoid unused function warning
Arnd Bergmann
1
-0
/
+2
2017-11-18
mm: add infrastructure for get_user_pages_fast() benchmarking
Kirill A. Shutemov
5
-0
/
+202
2017-11-18
sysvipc: make get_maxid O(1) again
Davidlohr Bueso
3
-33
/
+32
2017-11-18
sysvipc: properly name ipc_addid() limit parameter
Davidlohr Bueso
1
-5
/
+5
2017-11-18
sysvipc: duplicate lock comments wrt ipc_addid()
Davidlohr Bueso
2
-0
/
+2
2017-11-18
sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE
Davidlohr Bueso
3
-20
/
+47
2017-11-18
initramfs: use time64_t timestamps
Arnd Bergmann
1
-5
/
+5
2017-11-18
drivers/watchdog: make use of devm_register_reboot_notifier()
Andrey Smirnov
2
-35
/
+32
2017-11-18
kernel/reboot.c: add devm_register_reboot_notifier()
Andrey Smirnov
2
-0
/
+31
2017-11-18
kcov: update documentation
Victor Chibotaru
1
-4
/
+95
2017-11-18
Makefile: support flag -fsanitizer-coverage=trace-cmp
Victor Chibotaru
3
-2
/
+18
2017-11-18
kcov: support comparison operands collection
Victor Chibotaru
3
-39
/
+211
2017-11-18
kcov: remove pointless current != NULL check
Andrey Ryabinin
1
-1
/
+1
2017-11-18
kernel/panic.c: add TAINT_AUX
Borislav Petkov
2
-1
/
+4
2017-11-18
pid: remove pidhash
Gargi Sharma
8
-50
/
+18
2017-11-18
pid: replace pid bitmap implementation with IDR API
Gargi Sharma
6
-209
/
+65
2017-11-18
kernel/sysctl.c: code cleanups
Ola N. Kaldestad
1
-5
/
+3
2017-11-18
Documentation/sysctl/vm.txt: fix typo
Kangmin Park
1
-1
/
+1
[next]