index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
5
-11
/
+7
2019-04-30
bcache: clean up do_btree_node_write a bit
Christoph Hellwig
1
-4
/
+5
2019-04-30
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
1
-1
/
+0
2019-04-26
Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/block
Jens Axboe
14
-83
/
+76
2019-04-25
mtip32xx: remove trim support
Christoph Hellwig
2
-106
/
+0
2019-04-25
nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE
Sagi Grimberg
1
-1
/
+6
2019-04-25
nvme-loop: kill timeout handler
Ming Lei
1
-16
/
+0
2019-04-25
nvme-tcp: rename function to have nvme_tcp prefix
Sagi Grimberg
1
-6
/
+4
2019-04-25
nvme-rdma: fix a NULL deref when an admin connect times out
Sagi Grimberg
1
-4
/
+6
2019-04-25
nvme-tcp: fix a NULL deref when an admin connect times out
Sagi Grimberg
1
-2
/
+6
2019-04-25
nvmet-tcp: don't fail maxr2t greater than 1
Sagi Grimberg
1
-6
/
+0
2019-04-25
nvmet-file: clamp-down file namespace lba_shift
Sagi Grimberg
1
-1
/
+6
2019-04-25
nvmet: include <linux/scatterlist.h>
Enrico Weigelt, metux IT consult
2
-0
/
+2
2019-04-25
nvmet: return a specified error it subsys_alloc fails
Minwoo Im
3
-7
/
+7
2019-04-25
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
7
-38
/
+38
2019-04-25
nvmet-rdma: remove p2p_client initialization from fast-path
Max Gurtovoy
1
-2
/
+1
2019-04-24
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
1
-0
/
+8
2019-04-24
bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...
Shenghui Wang
1
-1
/
+1
2019-04-24
bcache: fix failure in journal relplay
Tang Junhui
1
-4
/
+21
2019-04-24
bcache: improve bcache_reboot()
Coly Li
1
-2
/
+10
2019-04-24
bcache: add comments for closure_fn to be called in closure_queue()
Coly Li
1
-0
/
+6
2019-04-24
bcache: Add comments for blkdev_put() in registration code path
Coly Li
1
-0
/
+8
2019-04-24
bcache: add error check for calling register_bdev()
Coly Li
1
-6
/
+10
2019-04-24
bcache: return error immediately in bch_journal_replay()
Coly Li
1
-3
/
+6
2019-04-24
bcache: add comments for kobj release callback routine
Coly Li
1
-0
/
+4
2019-04-24
bcache: add failure check to run_cache_set() for journal replay
Coly Li
1
-5
/
+12
2019-04-24
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
1
-4
/
+7
2019-04-24
bcache: move definition of 'int ret' out of macro read_bucket()
Coly Li
1
-2
/
+3
2019-04-24
bcache: fix a race between cache register and cacheset unregister
Liang Chen
1
-1
/
+1
2019-04-24
bcache: Clean up bch_get_congested()
George Spelvin
3
-15
/
+28
2019-04-24
bcache: use kmemdup_nul for CACHED_LABEL buffer
Geliang Tang
1
-6
/
+4
2019-04-24
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
1
-2
/
+3
2019-04-24
bcache: fix inaccurate result of unused buckets
Guoju Fang
1
-2
/
+0
2019-04-24
bcache: fix crashes stopping bcache device before read miss done
Guoju Fang
1
-5
/
+21
2019-04-22
Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.2/block
Jens Axboe
2
-7
/
+26
2019-04-22
brd: re-enable __GFP_HIGHMEM in brd_insert_page()
Hou Tao
1
-6
/
+1
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
315
-1493
/
+2445
2019-04-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-8
/
+12
2019-04-20
Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-4
/
+3
2019-04-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-33
/
+3
2019-04-19
Merge tag 'tty-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-4
/
+9
2019-04-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+4
2019-04-19
Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
21
-115
/
+192
2019-04-19
Merge tag 'char-misc-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-8
/
+12
2019-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-4
/
+44
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-0
/
+3
2019-04-19
mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock
zhong jiang
1
-1
/
+1
2019-04-19
sc16is7xx: put err_spi and err_i2c into correct #ifdef
Guoqing Jiang
1
-2
/
+2
2019-04-19
scsi: aic7xxx: fix EISA support
Christoph Hellwig
4
-6
/
+7
2019-04-19
Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"
Saurav Kashyap
1
-1
/
+0
[next]