index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-timeout.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
blk-mq: Fix uninitialized kobject at CPU hotplugging
Takashi Iwai
1
-5
/
+4
2014-12-09
blktrace: don't let the sysfs interface remove trace from running list
Arianna Avanzini
1
-3
/
+0
2014-12-09
blk-mq: Use all available hardware queues
Bart Van Assche
1
-1
/
+1
2014-12-09
blk-mq: Micro-optimize bt_get()
Bart Van Assche
1
-3
/
+1
2014-12-09
blk-mq: Fix a race between bt_clear_tag() and bt_get()
Bart Van Assche
1
-6
/
+5
2014-12-09
blk-mq: Avoid that __bt_get_word() wraps multiple times
Bart Van Assche
1
-2
/
+4
2014-12-09
blk-mq: Fix a use-after-free
Bart Van Assche
2
-8
/
+7
2014-12-09
blk-mq: prevent unmapped hw queue from being scheduled
Ming Lei
2
-2
/
+11
2014-12-08
blk-mq: re-check for available tags after running the hardware queue
Jens Axboe
1
-0
/
+8
2014-12-08
blk-mq: fix hang in bt_get()
Bart Van Assche
1
-0
/
+7
2014-12-01
blk-mq: move the kdump check to blk_mq_alloc_tag_set
Shaohua Li
1
-10
/
+10
2014-11-24
blk-mq: cleanup tag free handling
Jens Axboe
1
-18
/
+6
2014-11-24
blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map
Jens Axboe
1
-1
/
+1
2014-11-24
blk: introduce generic io stat accounting help function
Gu Zheng
2
-0
/
+33
2014-11-24
blk-mq: handle the single queue case in blk_mq_hctx_next_cpu
Christoph Hellwig
1
-21
/
+10
2014-11-19
genhd: check for int overflow in disk_expand_part_tbl()
Jens Axboe
1
-2
/
+9
2014-11-17
blk-mq: add blk_mq_free_hctx_request()
Jens Axboe
2
-5
/
+13
2014-11-17
blk-mq: export blk_mq_free_request()
Jens Axboe
1
-0
/
+1
2014-11-11
blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable
Paolo Bonzini
1
-4
/
+4
2014-11-11
blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed
Paolo Bonzini
1
-9
/
+12
2014-11-04
writeback: fix a subtle race condition in I_DIRTY clearing
Tejun Heo
1
-7
/
+22
2014-11-04
block: Expand a bit documentation about elevator_allow_merge_fn
Jan Kara
1
-1
/
+5
2014-10-29
blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag
Jens Axboe
2
-1
/
+7
2014-10-29
blk-mq: add a 'list' parameter to ->queue_rq()
Jens Axboe
6
-15
/
+49
2014-10-21
block: remove artifical max_hw_sectors cap
Christoph Hellwig
3
-5
/
+2
2014-10-20
Linux 3.18-rc1
v3.18-rc1
Linus Torvalds
1
-2
/
+2
2014-10-19
MAINTAINERS: corrected bcm2835 search
Scott Branden
1
-6
/
+3
2014-10-19
Net: DSA: Fix checking for get_phy_flags function
Andrew Lunn
1
-1
/
+1
2014-10-19
sparc64: Do not define thread fpregs save area as zero-length array.
David S. Miller
1
-1
/
+2
2014-10-19
sparc64: Fix corrupted thread fault code.
David S. Miller
2
-6
/
+6
2014-10-18
MAINTAINERS: Become the docs maintainer
Jonathan Corbet
1
-2
/
+1
2014-10-18
x86,kvm,vmx: Preserve CR4 across VM entry
Andy Lutomirski
1
-2
/
+14
2014-10-18
ipv6: fix a potential use after free in sit.c
Li RongQing
1
-3
/
+3
2014-10-18
ipv6: fix a potential use after free in ip6_offload.c
Li RongQing
1
-0
/
+1
2014-10-18
ipv4: fix a potential use after free in gre_offload.c
Li RongQing
1
-3
/
+3
2014-10-18
tcp: fix build error if IPv6 is not enabled
Eric Dumazet
1
-0
/
+2
2014-10-18
futex: Ensure get_futex_key_refs() always implies a barrier
Catalin Marinas
1
-0
/
+2
2014-10-18
bna: fix skb->truesize underestimation
Eric Dumazet
1
-1
/
+1
2014-10-18
net: dsa: add includes for ethtool and phy_fixed definitions
Florian Fainelli
2
-0
/
+2
2014-10-18
openvswitch: Set flow-key members.
Pravin B Shelar
1
-3
/
+3
2014-10-18
netrom: use linux/uaccess.h
Fabian Frederick
7
-7
/
+7
2014-10-18
dsa: Fix conversion from host device to mii bus
Guenter Roeck
2
-8
/
+22
2014-10-18
tipc: fix bug in bundled buffer reception
Jon Paul Maloy
1
-1
/
+6
2014-10-18
ipv6: introduce tcp_v6_iif()
Eric Dumazet
5
-15
/
+30
2014-10-18
sfc: add support for skb->xmit_more
Edward Cree
2
-29
/
+43
2014-10-18
r8152: return -EBUSY for runtime suspend
hayeswang
1
-7
/
+15
2014-10-18
ipv4: fix a potential use after free in fou.c
Li RongQing
1
-0
/
+3
2014-10-18
ipv4: fix a potential use after free in ip_tunnel_core.c
Li RongQing
1
-1
/
+2
2014-10-18
hyperv: Add handling of IP header with option field in netvsc_set_hash()
Haiyang Zhang
1
-16
/
+10
2014-10-18
[CIFS] Remove obsolete comment
Steve French
1
-6
/
+4
[next]