index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
Jens Axboe
2014-05-27
1
-32
/
+3
|
*
|
|
|
|
sd/skd: stuff discard page in request->completion_data
Jens Axboe
2014-04-17
1
-2
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
blk-mq: add async parameter to blk_mq_start_stopped_hw_queues
Christoph Hellwig
2014-04-16
1
-2
/
+2
|
*
|
|
|
blk-mq: split out tag initialization, support shared tags
Christoph Hellwig
2014-04-15
2
-54
/
+86
|
*
|
|
|
blk-mq: add ->init_request and ->exit_request methods
Christoph Hellwig
2014-04-15
1
-12
/
+11
|
*
|
|
|
blk-mq: do not initialize req->special
Christoph Hellwig
2014-04-15
2
-5
/
+5
|
*
|
|
|
block: remove struct request buffer member
Jens Axboe
2014-04-15
14
-40
/
+41
|
|
/
/
/
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2014-06-02
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
m68k/atari - ataflop: use correct virt/phys translation for DMA buffer
Michael Schmitz
2014-05-26
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
virtio_blk: fix race between start and stop queue
Ming Lei
2014-05-27
1
-2
/
+2
|
/
/
/
*
|
|
floppy: don't write kernel-only members to FDRAWCMD ioctl output
Matthew Daley
2014-05-05
1
-1
/
+4
*
|
|
floppy: ignore kernel-only members in FDRAWCMD ioctl input
Matthew Daley
2014-05-05
1
-3
/
+3
|
/
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
2
-40
/
+20
|
\
\
|
*
|
drbd: don't open-code kernel_recvmsg()
Al Viro
2014-04-02
1
-11
/
+1
|
*
|
switch nbd to sockfd_lookup/sockfd_put
Al Viro
2014-04-02
1
-29
/
+19
*
|
|
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-04-12
2
-236
/
+491
|
\
\
\
|
*
|
|
NVMe: Retry failed commands with non-fatal errors
Keith Busch
2014-04-10
2
-94
/
+151
|
*
|
|
NVMe: Add getgeo to block ops
Keith Busch
2014-04-10
1
-0
/
+11
|
*
|
|
NVMe: Start-stop nvme_thread during device add-remove.
Dan McLeran
2014-04-10
1
-14
/
+42
|
*
|
|
NVMe: Make I/O timeout a module parameter
Keith Busch
2014-04-10
1
-0
/
+4
|
*
|
|
NVMe: CPU hot plug notification
Keith Busch
2014-04-10
1
-0
/
+19
|
*
|
|
NVMe: per-cpu io queues
Keith Busch
2014-04-10
1
-37
/
+167
|
*
|
|
NVMe: Replace DEFINE_PCI_DEVICE_TABLE
Matthew Wilcox
2014-03-24
1
-3
/
+3
|
*
|
|
NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds
Keith Busch
2014-03-24
1
-1
/
+1
|
*
|
|
NVMe: IOCTL path RCU protect queue access
Keith Busch
2014-03-24
2
-54
/
+59
|
*
|
|
NVMe: RCU protected access to io queues
Keith Busch
2014-03-24
1
-46
/
+45
|
*
|
|
NVMe: Initialize device reference count earlier
Keith Busch
2014-03-24
1
-1
/
+1
|
*
|
|
NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2014-03-24
1
-0
/
+2
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-04-10
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
drivers/block/loop.c: ratelimit error messages
Mike Galbraith
2014-04-08
1
-4
/
+4
*
|
|
|
|
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-04-08
10
-170
/
+797
|
\
\
\
\
\
|
*
|
|
|
|
zram: support REQ_DISCARD
Joonsoo Kim
2014-04-08
1
-0
/
+62
|
*
|
|
|
|
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
2014-04-08
2
-9
/
+11
|
*
|
|
|
|
zram: propagate error to user
Minchan Kim
2014-04-08
3
-11
/
+20
|
*
|
|
|
|
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
2014-04-08
2
-15
/
+18
|
*
|
|
|
|
zram: move comp allocation out of init_lock
Sergey Senozhatsky
2014-04-08
1
-12
/
+15
|
*
|
|
|
|
zram: add lz4 algorithm backend
Sergey Senozhatsky
2014-04-08
5
-0
/
+82
|
*
|
|
|
|
zram: make compression algorithm selection possible
Sergey Senozhatsky
2014-04-08
4
-6
/
+66
|
*
|
|
|
|
zram: add set_max_streams knob
Sergey Senozhatsky
2014-04-08
3
-3
/
+41
|
*
|
|
|
|
zram: add multi stream functionality
Sergey Senozhatsky
2014-04-08
4
-5
/
+167
|
*
|
|
|
|
zram: factor out single stream compression
Sergey Senozhatsky
2014-04-08
2
-10
/
+59
|
*
|
|
|
|
zram: use zcomp compressing backends
Sergey Senozhatsky
2014-04-08
3
-43
/
+36
|
*
|
|
|
|
zram: introduce compressing backend abstraction
Sergey Senozhatsky
2014-04-08
4
-0
/
+237
|
*
|
|
|
|
zram: delete zram_init_device()
Sergey Senozhatsky
2014-04-08
1
-11
/
+5
|
*
|
|
|
|
zram: move zram size warning to documentation
Sergey Senozhatsky
2014-04-08
1
-15
/
+0
|
*
|
|
|
|
zram: drop not used table `count' member
Sergey Senozhatsky
2014-04-08
1
-1
/
+0
|
*
|
|
|
|
zram: report failed read and write stats
Sergey Senozhatsky
2014-04-08
1
-0
/
+4
|
*
|
|
|
|
zram: remove zram stats code duplication
Sergey Senozhatsky
2014-04-08
1
-59
/
+23
|
*
|
|
|
|
zram: use atomic64_t for all zram stats
Sergey Senozhatsky
2014-04-08
2
-12
/
+12
|
*
|
|
|
|
zram: remove good and bad compress stats
Sergey Senozhatsky
2014-04-08
2
-13
/
+0
[prev]
[next]