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
2018-12-18
dm integrity: fix spelling mistake in workqueue name
Colin Ian King
1
-1
/
+1
2018-12-18
dm flakey: Properly corrupt multi-page bios.
Sweet Tea
1
-11
/
+22
2018-12-18
dm: Check for device sector overflow if CONFIG_LBDAF is not set
Milan Broz
6
-6
/
+7
2018-12-18
dm crypt: use u64 instead of sector_t to store iv_offset
AliOS system security
1
-3
/
+3
2018-12-18
dm kcopyd: Fix bug causing workqueue stalls
Nikos Tsironis
1
-5
/
+14
2018-12-18
dm snapshot: Fix excessive memory usage and workqueue stalls
Nikos Tsironis
1
-0
/
+22
2018-12-18
dm bufio: update comment in dm-bufio.c
Shenghui Wang
1
-6
/
+6
2018-12-18
dm writecache: fix typo in error msg for creating writecache_flush_thread
Shenghui Wang
1
-1
/
+1
2018-12-18
dm: remove indirect calls from __send_changing_extent_only()
Mike Snitzer
1
-10
/
+7
2018-12-18
dm mpath: only flush workqueue when needed
wuzhouhui
1
-2
/
+4
2018-12-18
dm rq: remove unused arguments from rq_completed()
Mike Snitzer
1
-9
/
+5
2018-12-18
dm: avoid indirect call in __dm_make_request
Mikulas Patocka
1
-23
/
+6
2018-12-17
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
Jens Axboe
1
-1
/
+1
2018-12-17
nvme-pci: don't share queue maps
Christoph Hellwig
1
-5
/
+1
2018-12-16
block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
Chengguang Xu
1
-1
/
+1
2018-12-16
aoe: add __exit annotation
Chengguang Xu
1
-1
/
+1
2018-12-13
nvme: fix kernel paging oops
Sagi Grimberg
1
-1
/
+1
2018-12-13
Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/block
Jens Axboe
26
-110
/
+4490
2018-12-13
bcache: print number of keys in trace_bcache_journal_write
Guoju Fang
1
-1
/
+1
2018-12-13
bcache: set writeback_percent in a flexible range
Coly Li
1
-1
/
+2
2018-12-13
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
3
-2
/
+55
2018-12-13
bcache: add MODULE_DESCRIPTION information
Coly Li
1
-3
/
+4
2018-12-13
bcache: option to automatically run gc thread after writeback
Coly Li
4
-0
/
+52
2018-12-13
bcache: introduce force_wake_up_gc()
Coly Li
2
-15
/
+20
2018-12-13
bcache: cannot set writeback_running via sysfs if no writeback kthread created
Shenghui Wang
1
-2
/
+19
2018-12-13
bcache: do not mark writeback_running too early
Shenghui Wang
1
-1
/
+2
2018-12-13
bcache: update comment in sysfs.c
Shenghui Wang
1
-2
/
+2
2018-12-13
bcache: update comment for bch_data_insert
Shenghui Wang
1
-3
/
+3
2018-12-13
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
Shenghui Wang
2
-4
/
+2
2018-12-13
bcache: add comment for cache_set->fill_iter
Shenghui Wang
2
-1
/
+10
2018-12-13
nvme-rdma: support separate queue maps for read and write
Sagi Grimberg
1
-3
/
+25
2018-12-13
nvme-tcp: support separate queue maps for read and write
Sagi Grimberg
1
-6
/
+41
2018-12-13
nvme-fabrics: allow user to set nr_write_queues for separate queue maps
Sagi Grimberg
2
-0
/
+16
2018-12-13
nvme-fabrics: add missing nvmf_ctrl_options documentation
Sagi Grimberg
1
-0
/
+3
2018-12-13
blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
Sagi Grimberg
1
-1
/
+1
2018-12-13
nvmet: update smart log with num err log entries
Chaitanya Kulkarni
1
-0
/
+6
2018-12-13
nvmet: add error log page cmd handler
Chaitanya Kulkarni
1
-7
/
+29
2018-12-13
nvmet: add error log support for file backend
Chaitanya Kulkarni
3
-15
/
+60
2018-12-13
nvmet: add error log support for bdev backend
Chaitanya Kulkarni
1
-12
/
+72
2018-12-13
nvmet: add error log support for admin-cmd
Chaitanya Kulkarni
1
-4
/
+18
2018-12-13
nvmet: add error log support for rdma backend
Chaitanya Kulkarni
1
-1
/
+9
2018-12-13
nvmet: add error log support for fabrics-cmd
Chaitanya Kulkarni
2
-13
/
+45
2018-12-13
nvmet: add error log support in the core
Chaitanya Kulkarni
1
-8
/
+23
2018-12-13
nvmet: add interface to update error-log page
Chaitanya Kulkarni
2
-6
/
+31
2018-12-13
nvmet: add error-log definitions
Chaitanya Kulkarni
2
-0
/
+11
2018-12-13
nvme: remove nvme_common command cdw10 array
Chaitanya Kulkarni
6
-23
/
+23
2018-12-13
nvmet: remove unused variable
Sagi Grimberg
1
-2
/
+1
2018-12-13
nvme: provide fallback for discard alloc failure
Jens Axboe
2
-6
/
+38
2018-12-13
nvme: add __exit annotation
Chengguang Xu
2
-2
/
+2
2018-12-13
nvme-tcp: add NVMe over TCP host driver
Sagi Grimberg
3
-0
/
+2260
[next]