index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-05
17
-12
/
+4197
|
\
|
*
nvme: lightnvm: clean up a data type
Dan Carpenter
2015-11-04
1
-2
/
+2
|
*
lightnvm: refactor phys addrs type to u64
Matias Bjørling
2015-11-03
3
-26
/
+25
|
*
nvme: LightNVM support
Matias Bjørling
2015-10-29
4
-12
/
+565
|
*
rrpc: Round-robin sector target with cost-based gc
Matias Bjørling
2015-10-29
4
-0
/
+1571
|
*
gennvm: Generic NVM manager
Matias Bjørling
2015-10-29
4
-0
/
+539
|
*
lightnvm: Support for Open-Channel SSDs
Matias Bjørling
2015-10-29
9
-0
/
+1523
*
|
Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-05
19
-899
/
+1056
|
\
|
|
*
Update target repo for nvme patch contributions
Jay Freyensee
2015-10-28
1
-2
/
+4
|
*
NVMe: initialize error to '0'
Jens Axboe
2015-10-15
1
-1
/
+1
|
*
nvme: use an integer value to Linux errno values
Christoph Hellwig
2015-10-15
1
-5
/
+7
|
*
nvme: fix 32-bit build warning
Arnd Bergmann
2015-10-12
1
-3
/
+3
|
*
NVMe: Add explicit block config dependency
Keith Busch
2015-10-12
1
-1
/
+1
|
*
nvme: include <linux/types.ĥ> in <linux/nvme.h>
Christoph Hellwig
2015-10-09
1
-0
/
+2
|
*
nvme: move to a new drivers/nvme/host directory
Jay Sternberg
2015-10-09
12
-14
/
+21
|
*
nvme.h: add missing nvme_id_ctrl endianess annotations
Christoph Hellwig
2015-10-09
1
-2
/
+2
|
*
nvme: move hardware structures out of the uapi version of nvme.h
Christoph Hellwig
2015-10-09
4
-591
/
+590
|
*
nvme: add a local nvme.h header
Christoph Hellwig
2015-10-09
4
-116
/
+136
|
*
nvme: properly handle partially initialized queues in nvme_create_io_queues
Christoph Hellwig
2015-10-09
1
-2
/
+14
|
*
nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe
Christoph Hellwig
2015-10-09
1
-33
/
+20
|
*
nvme: factor reset code into a common helper
Christoph Hellwig
2015-10-09
1
-24
/
+24
|
*
nvme: merge nvme_dev_reset into nvme_reset_failed_dev
Christoph Hellwig
2015-10-09
1
-9
/
+3
|
*
nvme: delete dev from dev_list in nvme_reset
Christoph Hellwig
2015-10-09
1
-0
/
+1
|
*
NVMe: Simplify device resume on io queue failure
Keith Busch
2015-10-09
2
-29
/
+6
|
*
NVMe: Namespace removal simplifications
Keith Busch
2015-10-09
1
-32
/
+10
|
*
NVMe: Reference count open namespaces
Keith Busch
2015-10-09
2
-9
/
+21
|
*
Merge branch 'for-4.4/core' into for-4.4/drivers
Jens Axboe
2015-10-09
690
-3959
/
+7245
|
|
\
|
*
|
cdrom: Random writing support for BD-RE media
Georgios Toptsidis
2015-09-25
1
-0
/
+1
|
*
|
block: loop: support DIO & AIO
Ming Lei
2015-09-23
2
-3
/
+97
|
*
|
block: loop: introduce ioctl command of LOOP_SET_DIRECT_IO
Ming Lei
2015-09-23
2
-0
/
+20
|
*
|
block: loop: prepare for supporing direct IO
Ming Lei
2015-09-23
3
-0
/
+79
|
*
|
block: loop: use kthread_work
Ming Lei
2015-09-23
2
-61
/
+28
|
*
|
block: loop: set QUEUE_FLAG_NOMERGES for request queue of loop
Ming Lei
2015-09-23
1
-0
/
+6
*
|
|
Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-05
10
-62
/
+148
|
\
\
\
|
*
|
|
blk-mq: avoid excessive boot delays with large lun counts
Jeff Moyer
2015-11-03
1
-17
/
+30
|
*
|
|
blktrace: re-write setting q->blk_trace
Davidlohr Bueso
2015-10-29
1
-11
/
+5
|
*
|
|
blk-mq: mark ctx as pending at batch in flush plug path
Ming Lei
2015-10-21
1
-5
/
+13
|
*
|
|
blk-mq: fix for trace_block_plug()
Ming Lei
2015-10-21
1
-1
/
+1
|
*
|
|
block: check bio_mergeable() early before merging
Ming Lei
2015-10-21
1
-1
/
+1
|
*
|
|
blk-mq: check bio_mergeable() early before merging
Ming Lei
2015-10-21
1
-1
/
+1
|
*
|
|
block: avoid to merge splitted bio
Ming Lei
2015-10-21
1
-0
/
+3
|
*
|
|
block: setup bi_phys_segments after splitting
Ming Lei
2015-10-21
1
-7
/
+22
|
*
|
|
block: fix plug list flushing for nomerge queues
Jeff Moyer
2015-10-21
3
-6
/
+36
|
*
|
|
blk-mq: remove unused blk_mq_clone_flush_request prototype
Christoph Hellwig
2015-10-09
1
-2
/
+0
|
*
|
|
blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.c
Kosuke Tatsukawa
2015-10-09
1
-0
/
+4
|
|
|
/
|
|
/
|
|
*
|
Merge tag 'v4.3-rc4' into for-4.4/core
Jens Axboe
2015-10-09
690
-3957
/
+7244
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct read
Ming Lei
2015-09-23
1
-3
/
+6
|
*
|
fs/mpage.c: forgotten WRITE_SYNC in case of data integrity write
Roman Pen
2015-09-23
1
-8
/
+15
|
*
|
block: kmemleak: Track the page allocations for struct request
Catalin Marinas
2015-09-23
1
-0
/
+11
*
|
|
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-11-05
175
-2196
/
+13959
|
\
\
\
[next]