index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-26
lightnvm: pblk: generalize erase path
Javier González
6
-90
/
+116
2017-06-26
lightnvm: pblk: expose max sec per write on sysfs
Javier González
4
-1
/
+48
2017-06-26
lightnvm: pblk: add debug stat for read cache hits
Javier González
4
-1
/
+10
2017-06-26
lightnvm: pblk: spare double cpu_to_le64 calc.
Javier González
2
-4
/
+5
2017-06-26
lightnvm: propagate right error code to target
Javier González
1
-1
/
+1
2017-06-26
lightnvm: re-convert ppa format on I/O failure
Javier González
1
-1
/
+7
2017-06-23
mtip32xx: fix up the checking for internal command failure
Jens Axboe
1
-17
/
+4
2017-06-22
Merge commit '8e8320c9315c' into for-4.13/block
Jens Axboe
9
-65
/
+74
2017-06-20
block: Change argument type of scsi_req_init()
Bart Van Assche
3
-3
/
+5
2017-06-20
block: Make most scsi_req_init() calls implicit
Bart Van Assche
21
-28
/
+19
2017-06-20
null_blk: add support for shared tags
Jens Axboe
1
-42
/
+70
2017-06-20
Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
3
-41
/
+26
2017-06-18
nvme: host: unquiesce queue in nvme_kill_queues()
Ming Lei
1
-0
/
+6
2017-06-18
blk-mq: use the introduced blk_mq_unquiesce_queue()
Ming Lei
3
-4
/
+4
2017-06-18
block: remove bio_clone() and all references.
NeilBrown
1
-1
/
+1
2017-06-18
bcache: use kmalloc to allocate bio in bch_data_verify()
NeilBrown
1
-1
/
+1
2017-06-18
xen-blkfront: remove bio splitting.
NeilBrown
1
-51
/
+3
2017-06-18
lightnvm/pblk-read: use bio_clone_fast()
NeilBrown
3
-2
/
+13
2017-06-18
pktcdvd: use bio_clone_fast() instead of bio_clone()
NeilBrown
1
-2
/
+10
2017-06-18
drbd: use bio_clone_fast() instead of bio_clone()
NeilBrown
3
-1
/
+13
2017-06-18
rbd: use bio_clone_fast() instead of bio_clone()
NeilBrown
1
-1
/
+15
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
5
-7
/
+16
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
12
-13
/
+13
2017-06-18
blk: remove bio_set arg from blk_queue_split()
NeilBrown
10
-11
/
+11
2017-06-18
loop: Add PF_LESS_THROTTLE to block/loop device thread.
NeilBrown
1
-1
/
+7
2017-06-16
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/block
Jens Axboe
41
-632
/
+869
2017-06-16
block: swim3: make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2017-06-16
nvme: implement NS Optimal IO Boundary from 1.3 Spec
Scott Bauer
2
-0
/
+10
2017-06-15
nvme: don't hard code size of struct t10_pi_tuple
Sagi Grimberg
1
-1
/
+2
2017-06-15
nvme: no need to wait for the reset when keepalive fails
Christoph Hellwig
1
-1
/
+1
2017-06-15
nvme: move reset workqueue handling to common code
Christoph Hellwig
6
-111
/
+47
2017-06-15
nvme-pci: merge init_request methods
Christoph Hellwig
1
-15
/
+3
2017-06-15
nvme-loop: merge init_request methods
Christoph Hellwig
1
-9
/
+4
2017-06-15
nvme-fc: merge init_request methods
Christoph Hellwig
1
-13
/
+3
2017-06-15
nvme-rdma: merge init_request and exit_request methods
Christoph Hellwig
1
-32
/
+11
2017-06-15
nvme: move protection information check into nvme_setup_rw
Christoph Hellwig
2
-15
/
+14
2017-06-15
nvme: mark shutdown_timeout static
Christoph Hellwig
2
-5
/
+2
2017-06-15
nvme-rdma: fix error code in nvme_rdma_create_ctrl()
Dan Carpenter
1
-0
/
+2
2017-06-15
nvmf: keep track of nvmet connect error status
Guan Junxiong
1
-0
/
+18
2017-06-15
nvmet-fc: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2017-06-15
nvme: use ctrl->device consistently for logging
Johannes Thumshirn
1
-5
/
+5
2017-06-15
nvmet: allow overriding the NVMe VS via configfs
Johannes Thumshirn
1
-0
/
+37
2017-06-15
nvmet: add uuid field to nvme_ns and populate via configfs
Johannes Thumshirn
1
-0
/
+31
2017-06-15
nvmet: implement namespace identify descriptor list
Johannes Thumshirn
3
-1
/
+64
2017-06-15
nvme: provide UUID value to userspace
Johannes Thumshirn
1
-1
/
+24
2017-06-15
nvme: get list of namespace descriptors
Johannes Thumshirn
2
-0
/
+80
2017-06-15
nvme: rename uuid to nguid in nvme_ns
Johannes Thumshirn
2
-6
/
+6
2017-06-15
nvmet: use NVME_IDENTIFY_DATA_SIZE
Johannes Thumshirn
4
-6
/
+6
2017-06-15
nvme-pci: remove redundant includes
Sagi Grimberg
1
-13
/
+0
2017-06-15
nvme-pci: Remove watchdog timer
Keith Busch
1
-67
/
+56
[next]