index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
twl4030-irq.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-22
block: loop: remove redundant code
Chengguang Xu
1
-1
/
+0
2018-12-21
bsg: deprecate BIDI support in bsg
Christoph Hellwig
1
-0
/
+4
2018-12-21
blkcg: remove unused __blkg_release_rcu()
Dennis Zhou
1
-23
/
+0
2018-12-21
blkcg: clean up blkg_tryget_closest()
Dennis Zhou
2
-5
/
+20
2018-12-20
drbd: Change drbd_request_detach_interruptible's return type to int
Nathan Chancellor
2
-6
/
+3
2018-12-20
drbd: Avoid Clang warning about pointless switch statment
Nathan Chancellor
1
-1
/
+4
2018-12-20
drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")
Lars Ellenberg
10
-31
/
+252
2018-12-20
drbd: skip spurious timeout (ping-timeo) when failing promote
Lars Ellenberg
1
-7
/
+8
2018-12-20
drbd: don't retry connection if peers do not agree on "authentication" settings
Lars Ellenberg
1
-1
/
+1
2018-12-20
drbd: fix print_st_err()'s prototype to match the definition
Luc Van Oostenryck
1
-1
/
+1
2018-12-20
drbd: avoid spurious self-outdating with concurrent disconnect / down
Lars Ellenberg
1
-0
/
+7
2018-12-20
drbd: do not block when adjusting "disk-options" while IO is frozen
Lars Ellenberg
1
-8
/
+29
2018-12-20
drbd: fix comment typos
Lars Ellenberg
2
-2
/
+2
2018-12-20
drbd: reject attach of unsuitable uuids even if connected
Lars Ellenberg
2
-3
/
+22
2018-12-20
drbd: attach on connected diskless peer must not shrink a consistent device
Lars Ellenberg
1
-5
/
+6
2018-12-20
drbd: fix confusing error message during attach
Lars Ellenberg
1
-5
/
+44
2018-12-20
drbd: disconnect, if the wrong UUIDs are attached on a connected peer
Lars Ellenberg
1
-1
/
+1
2018-12-20
drbd: ignore "all zero" peer volume sizes in handshake
Lars Ellenberg
1
-3
/
+30
2018-12-20
drbd: centralize printk reporting of new size into drbd_set_my_capacity()
Lars Ellenberg
3
-11
/
+17
2018-12-20
drbd: must not use connection after kref_put(&connection->kref)
Lars Ellenberg
1
-2
/
+1
2018-12-20
drbd: narrow rcu_read_lock in drbd_sync_handshake
Roland Kammerer
1
-5
/
+6
2018-12-19
block: save irq state in blkg_lookup_create()
Ming Lei
1
-2
/
+4
2018-12-19
dm: don't reuse bio for flushes
Jens Axboe
2
-13
/
+25
2018-12-19
nvme-pci: trace SQ status on completions
yupeng
3
-0
/
+28
2018-12-18
nvme-rdma: implement polling queue map
Sagi Grimberg
1
-6
/
+43
2018-12-18
nvme-fabrics: allow user to pass in nr_poll_queues
Sagi Grimberg
2
-0
/
+16
2018-12-18
nvme-fabrics: allow nvmf_connect_io_queue to poll
Sagi Grimberg
6
-7
/
+7
2018-12-18
nvme-core: optionally poll sync commands
Sagi Grimberg
3
-11
/
+39
2018-12-18
block: make request_to_qc_t public
Sagi Grimberg
3
-19
/
+10
2018-12-18
nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
Colin Ian King
1
-1
/
+1
2018-12-18
nvme-tcp: fix endianess annotations
Christoph Hellwig
1
-4
/
+5
2018-12-18
nvmet-tcp: fix endianess annotations
Christoph Hellwig
1
-2
/
+2
2018-12-18
nvme-pci: refactor nvme_poll_irqdisable to make sparse happy
Christoph Hellwig
1
-6
/
+6
2018-12-18
nvme-pci: only set nr_maps to 2 if poll queues are supported
Christoph Hellwig
1
-0
/
+3
2018-12-18
nvmet: use a macro for default error location
Chaitanya Kulkarni
2
-2
/
+3
2018-12-18
nvmet: fix comparison of a u16 with -1
Colin Ian King
1
-1
/
+1
2018-12-18
blk-mq: enable IO poll if .nr_queues of type poll > 0
Ming Lei
2
-2
/
+4
2018-12-18
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
Jens Axboe
3
-10
/
+10
2018-12-17
blk-mq: skip zero-queue maps in blk_mq_map_swqueue
Ming Lei
1
-0
/
+3
2018-12-17
block: fix blk-iolatency accounting underflow
Dennis Zhou
3
-1
/
+7
2018-12-17
blk-mq: fix dispatch from sw queue
Ming Lei
4
-45
/
+68
2018-12-17
block: mq-deadline: Fix write completion handling
Damien Le Moal
3
-2
/
+14
2018-12-17
nvme-pci: don't share queue maps
Christoph Hellwig
1
-5
/
+1
2018-12-17
blk-mq: only dispatch to non-defauly queue maps if they have queues
Christoph Hellwig
1
-5
/
+8
2018-12-17
blk-mq: export hctx->type in debugfs instead of sysfs
Ming Lei
2
-17
/
+16
2018-12-17
blk-mq: fix allocation for queue mapping table
Ming Lei
1
-1
/
+1
2018-12-17
blk-wbt: export internal state via debugfs
Ming Lei
1
-0
/
+91
2018-12-17
blk-mq-debugfs: support rq_qos
Ming Lei
5
-0
/
+98
2018-12-17
block: update sysfs documentation
Damien Le Moal
2
-3
/
+38
2018-12-16
block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
Chengguang Xu
1
-1
/
+1
[next]