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
*
block: defer timeouts to a workqueue
Christoph Hellwig
2015-12-22
5
-6
/
+24
*
nvme: precedence bug in nvme_pr_clear()
Dan Carpenter
2015-12-09
1
-1
/
+1
*
blk-integrity: checking for NULL instead of IS_ERR
Dan Carpenter
2015-12-09
1
-5
/
+4
*
nvme: fix another 32-bit build warning
Arnd Bergmann
2015-12-08
1
-1
/
+1
*
NVMe: fix build with CONFIG_NVM enabled
Christoph Hellwig
2015-12-03
1
-19
/
+16
*
blk-integrity: empty implementation when disabled
Keith Busch
2015-12-03
4
-16
/
+28
*
nvme: refactor set_queue_count
Christoph Hellwig
2015-12-01
3
-21
/
+30
*
nvme: move chardev and sysfs interface to common code
Christoph Hellwig
2015-12-01
4
-200
/
+241
*
nvme: move namespace scanning to common code
Christoph Hellwig
2015-12-01
3
-196
/
+240
*
nvme: move the call to nvme_init_identify earlier
Christoph Hellwig
2015-12-01
1
-6
/
+4
*
nvme: add a common helper to read Identify Controller data
Christoph Hellwig
2015-12-01
3
-38
/
+71
*
nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
Christoph Hellwig
2015-12-01
3
-109
/
+141
*
nvme: move remaining CC setup into nvme_enable_ctrl
Christoph Hellwig
2015-12-01
1
-23
/
+21
*
nvme: add explicit quirk handling
Christoph Hellwig
2015-12-01
2
-3
/
+18
*
nvme: move block_device_operations and ns/ctrl freeing to common code
Christoph Hellwig
2015-12-01
3
-400
/
+439
*
nvme: use the block layer for userspace passthrough metadata
Keith Busch
2015-12-01
3
-43
/
+83
*
nvme: split __nvme_submit_sync_cmd
Christoph Hellwig
2015-12-01
4
-31
/
+68
*
nvme: move nvme_setup_flush and nvme_setup_rw to common code
Christoph Hellwig
2015-12-01
2
-49
/
+51
*
nvme: move nvme_error_status to common code
Christoph Hellwig
2015-12-01
2
-12
/
+12
*
nvme: factor out a nvme_unmap_data helper
Christoph Hellwig
2015-12-01
1
-18
/
+25
*
nvme: refactor nvme_queue_rq
Christoph Hellwig
2015-12-01
1
-122
/
+97
*
nvme: simplify nvme_setup_prps calling convention
Christoph Hellwig
2015-12-01
1
-12
/
+10
*
nvme: split a new struct nvme_ctrl out of struct nvme_dev
Christoph Hellwig
2015-12-01
4
-157
/
+193
*
nvme: use vendor it from identify
Christoph Hellwig
2015-12-01
1
-2
/
+11
*
nvme: split nvme_trans_device_id_page
Christoph Hellwig
2015-12-01
1
-56
/
+79
*
nvme: use offset instead of a struct for registers
Christoph Hellwig
2015-12-01
4
-46
/
+49
*
nvme: split command submission helpers out of pci.c
Christoph Hellwig
2015-12-01
4
-155
/
+178
*
nvme: move struct nvme_iod to pci.c
Christoph Hellwig
2015-12-01
2
-17
/
+17
*
blk-mq: add a flags parameter to blk_mq_alloc_request
Christoph Hellwig
2015-12-01
11
-42
/
+42
*
Revert "blk-flush: Queue through IO scheduler when flush not required"
Jens Axboe
2015-11-25
1
-1
/
+1
*
block: clarify blk_add_timer() use case for blk-mq
Jens Axboe
2015-11-24
1
-0
/
+6
*
bio: use offset_in_page macro
Geliang Tang
2015-11-24
1
-2
/
+2
*
block: do not initialise statics to 0 or NULL
Wei Tang
2015-11-24
1
-1
/
+1
*
block: do not initialise globals to 0 or NULL
Wei Tang
2015-11-24
1
-1
/
+1
*
block: rename request_queue slab cache
Ilya Dryomov
2015-11-24
1
-1
/
+1
*
block: fix blk_abort_request for blk-mq drivers
Christoph Hellwig
2015-11-24
1
-3
/
+5
*
nvme: add missing unmaps in nvme_queue_rq
Christoph Hellwig
2015-11-24
1
-3
/
+12
*
NVMe: default to 4k device page size
Nishanth Aravamudan
2015-11-24
1
-9
/
+6
*
Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
2015-11-24
4
-29
/
+36
|
\
|
*
dm thin: fix regression in advertised discard limits
Mike Snitzer
2015-11-23
1
-3
/
+2
|
*
dm crypt: fix a possible hang due to race condition on exit
Mikulas Patocka
2015-11-19
1
-9
/
+13
|
*
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
2015-11-17
1
-13
/
+15
|
*
dm: do not reuse dm_blk_ioctl block_device input as local variable
Mike Snitzer
2015-11-17
1
-2
/
+3
|
*
dm: fix ioctl retry termination with signal
Junichi Nomura
2015-11-17
2
-2
/
+2
|
*
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
2015-11-16
1
-0
/
+1
*
|
pidns: fix NULL dereference in __task_pid_nr_ns()
Eric Dumazet
2015-11-24
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-24
17
-244
/
+525
|
\
\
|
*
|
blk-merge: warn if figured out segment number is bigger than nr_phys_segments
Ming Lei
2015-11-24
1
-0
/
+6
|
*
|
blk-merge: fix blk_bio_segment_split
Ming Lei
2015-11-24
1
-3
/
+19
|
*
|
block: fix segment split
Ming Lei
2015-11-24
1
-2
/
+2
[next]