index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
input
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-09
nvme: precedence bug in nvme_pr_clear()
Dan Carpenter
1
-1
/
+1
2015-12-09
blk-integrity: checking for NULL instead of IS_ERR
Dan Carpenter
1
-5
/
+4
2015-12-08
nvme: fix another 32-bit build warning
Arnd Bergmann
1
-1
/
+1
2015-12-03
NVMe: fix build with CONFIG_NVM enabled
Christoph Hellwig
1
-19
/
+16
2015-12-03
blk-integrity: empty implementation when disabled
Keith Busch
4
-16
/
+28
2015-12-01
nvme: refactor set_queue_count
Christoph Hellwig
3
-21
/
+30
2015-12-01
nvme: move chardev and sysfs interface to common code
Christoph Hellwig
4
-200
/
+241
2015-12-01
nvme: move namespace scanning to common code
Christoph Hellwig
3
-196
/
+240
2015-12-01
nvme: move the call to nvme_init_identify earlier
Christoph Hellwig
1
-6
/
+4
2015-12-01
nvme: add a common helper to read Identify Controller data
Christoph Hellwig
3
-38
/
+71
2015-12-01
nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
Christoph Hellwig
3
-109
/
+141
2015-12-01
nvme: move remaining CC setup into nvme_enable_ctrl
Christoph Hellwig
1
-23
/
+21
2015-12-01
nvme: add explicit quirk handling
Christoph Hellwig
2
-3
/
+18
2015-12-01
nvme: move block_device_operations and ns/ctrl freeing to common code
Christoph Hellwig
3
-400
/
+439
2015-12-01
nvme: use the block layer for userspace passthrough metadata
Keith Busch
3
-43
/
+83
2015-12-01
nvme: split __nvme_submit_sync_cmd
Christoph Hellwig
4
-31
/
+68
2015-12-01
nvme: move nvme_setup_flush and nvme_setup_rw to common code
Christoph Hellwig
2
-49
/
+51
2015-12-01
nvme: move nvme_error_status to common code
Christoph Hellwig
2
-12
/
+12
2015-12-01
nvme: factor out a nvme_unmap_data helper
Christoph Hellwig
1
-18
/
+25
2015-12-01
nvme: refactor nvme_queue_rq
Christoph Hellwig
1
-122
/
+97
2015-12-01
nvme: simplify nvme_setup_prps calling convention
Christoph Hellwig
1
-12
/
+10
2015-12-01
nvme: split a new struct nvme_ctrl out of struct nvme_dev
Christoph Hellwig
4
-157
/
+193
2015-12-01
nvme: use vendor it from identify
Christoph Hellwig
1
-2
/
+11
2015-12-01
nvme: split nvme_trans_device_id_page
Christoph Hellwig
1
-56
/
+79
2015-12-01
nvme: use offset instead of a struct for registers
Christoph Hellwig
4
-46
/
+49
2015-12-01
nvme: split command submission helpers out of pci.c
Christoph Hellwig
4
-155
/
+178
2015-12-01
nvme: move struct nvme_iod to pci.c
Christoph Hellwig
2
-17
/
+17
2015-12-01
blk-mq: add a flags parameter to blk_mq_alloc_request
Christoph Hellwig
11
-42
/
+42
2015-11-25
Revert "blk-flush: Queue through IO scheduler when flush not required"
Jens Axboe
1
-1
/
+1
2015-11-24
block: clarify blk_add_timer() use case for blk-mq
Jens Axboe
1
-0
/
+6
2015-11-24
bio: use offset_in_page macro
Geliang Tang
1
-2
/
+2
2015-11-24
block: do not initialise statics to 0 or NULL
Wei Tang
1
-1
/
+1
2015-11-24
block: do not initialise globals to 0 or NULL
Wei Tang
1
-1
/
+1
2015-11-24
block: rename request_queue slab cache
Ilya Dryomov
1
-1
/
+1
2015-11-24
block: fix blk_abort_request for blk-mq drivers
Christoph Hellwig
1
-3
/
+5
2015-11-24
nvme: add missing unmaps in nvme_queue_rq
Christoph Hellwig
1
-3
/
+12
2015-11-24
NVMe: default to 4k device page size
Nishanth Aravamudan
1
-9
/
+6
2015-11-24
pidns: fix NULL dereference in __task_pid_nr_ns()
Eric Dumazet
1
-2
/
+2
2015-11-24
blk-merge: warn if figured out segment number is bigger than nr_phys_segments
Ming Lei
1
-0
/
+6
2015-11-24
blk-merge: fix blk_bio_segment_split
Ming Lei
1
-3
/
+19
2015-11-24
block: fix segment split
Ming Lei
1
-2
/
+2
2015-11-23
dm thin: fix regression in advertised discard limits
Mike Snitzer
1
-3
/
+2
2015-11-23
Linux 4.4-rc2
v4.4-rc2
Linus Torvalds
1
-1
/
+1
2015-11-22
slab/slub: adjust kmem_cache_alloc_bulk API
Jesper Dangaard Brouer
6
-11
/
+11
2015-11-22
slub: add missing kmem cgroup support to kmem_cache_free_bulk
Jesper Dangaard Brouer
1
-1
/
+5
2015-11-22
slub: fix kmem cgroup bug in kmem_cache_alloc_bulk
Jesper Dangaard Brouer
1
-18
/
+22
2015-11-22
slub: optimize bulk slowpath free by detached freelist
Jesper Dangaard Brouer
1
-30
/
+79
2015-11-22
slub: support for bulk free with SLUB freelists
Jesper Dangaard Brouer
1
-18
/
+67
2015-11-22
parisc: Map kernel text and data on huge pages
Helge Deller
3
-26
/
+31
2015-11-22
parisc: Add Huge Page and HUGETLBFS support
Helge Deller
6
-15
/
+291
[next]