index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
31
-0
/
+32
*
block: add a SPDX tag to blk-mq-rdma.h
Christoph Hellwig
2019-04-30
1
-0
/
+1
*
sed-opal.h: remove redundant licence boilerplate
Christoph Hellwig
2019-04-30
1
-9
/
+0
*
block: switch all files cleared marked as GPLv2 or later to SPDX tags
Christoph Hellwig
2019-04-30
10
-130
/
+10
*
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
2019-04-30
19
-208
/
+19
*
block: clean up __bio_add_pc_page a bit
Christoph Hellwig
2019-04-30
1
-6
/
+5
*
block: remove bogus comments in __bio_add_pc_page
Christoph Hellwig
2019-04-30
1
-9
/
+0
*
block: remove the __bio_add_pc_page export
Christoph Hellwig
2019-04-30
2
-5
/
+1
*
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-30
24
-81
/
+47
*
bcache: clean up do_btree_node_write a bit
Christoph Hellwig
2019-04-30
1
-4
/
+5
*
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
2019-04-30
1
-1
/
+0
*
Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/block
Jens Axboe
2019-04-26
15
-84
/
+77
|
\
|
*
nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE
Sagi Grimberg
2019-04-25
1
-1
/
+6
|
*
nvme-rdma: fix typo in struct comment
Minwoo Im
2019-04-25
1
-1
/
+1
|
*
nvme-loop: kill timeout handler
Ming Lei
2019-04-25
1
-16
/
+0
|
*
nvme-tcp: rename function to have nvme_tcp prefix
Sagi Grimberg
2019-04-25
1
-6
/
+4
|
*
nvme-rdma: fix a NULL deref when an admin connect times out
Sagi Grimberg
2019-04-25
1
-4
/
+6
|
*
nvme-tcp: fix a NULL deref when an admin connect times out
Sagi Grimberg
2019-04-25
1
-2
/
+6
|
*
nvmet-tcp: don't fail maxr2t greater than 1
Sagi Grimberg
2019-04-25
1
-6
/
+0
|
*
nvmet-file: clamp-down file namespace lba_shift
Sagi Grimberg
2019-04-25
1
-1
/
+6
|
*
nvmet: include <linux/scatterlist.h>
Enrico Weigelt, metux IT consult
2019-04-25
2
-0
/
+2
|
*
nvmet: return a specified error it subsys_alloc fails
Minwoo Im
2019-04-25
3
-7
/
+7
|
*
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
2019-04-25
7
-38
/
+38
|
*
nvmet-rdma: remove p2p_client initialization from fast-path
Max Gurtovoy
2019-04-25
1
-2
/
+1
*
|
mtip32xx: remove trim support
Christoph Hellwig
2019-04-25
2
-106
/
+0
|
/
*
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
2019-04-24
1
-0
/
+8
*
bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...
Shenghui Wang
2019-04-24
1
-1
/
+1
*
bcache: fix failure in journal relplay
Tang Junhui
2019-04-24
1
-4
/
+21
*
bcache: improve bcache_reboot()
Coly Li
2019-04-24
1
-2
/
+10
*
bcache: add comments for closure_fn to be called in closure_queue()
Coly Li
2019-04-24
1
-0
/
+6
*
bcache: Add comments for blkdev_put() in registration code path
Coly Li
2019-04-24
1
-0
/
+8
*
bcache: add error check for calling register_bdev()
Coly Li
2019-04-24
1
-6
/
+10
*
bcache: return error immediately in bch_journal_replay()
Coly Li
2019-04-24
1
-3
/
+6
*
bcache: add comments for kobj release callback routine
Coly Li
2019-04-24
1
-0
/
+4
*
bcache: add failure check to run_cache_set() for journal replay
Coly Li
2019-04-24
1
-5
/
+12
*
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
2019-04-24
1
-4
/
+7
*
bcache: move definition of 'int ret' out of macro read_bucket()
Coly Li
2019-04-24
1
-2
/
+3
*
bcache: fix a race between cache register and cacheset unregister
Liang Chen
2019-04-24
1
-1
/
+1
*
bcache: Clean up bch_get_congested()
George Spelvin
2019-04-24
3
-15
/
+28
*
bcache: use kmemdup_nul for CACHED_LABEL buffer
Geliang Tang
2019-04-24
1
-6
/
+4
*
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
2019-04-24
1
-2
/
+3
*
bcache: fix inaccurate result of unused buckets
Guoju Fang
2019-04-24
1
-2
/
+0
*
bcache: fix crashes stopping bcache device before read miss done
Guoju Fang
2019-04-24
1
-5
/
+21
*
block: don't run get_page() on pages from non-bvec iov iter
Ming Lei
2019-04-24
1
-1
/
+1
*
block: clarify that bio_add_page() and related helpers can add multi pages
Ming Lei
2019-04-23
1
-11
/
+15
*
Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.2/block
Jens Axboe
2019-04-22
2
-7
/
+26
|
\
|
*
md/raid: raid5 preserve the writeback action after the parity check
Nigel Croxon
2019-04-16
1
-1
/
+9
|
*
Revert "Don't jump to compute_result state from check_result state"
Song Liu
2019-04-16
1
-4
/
+15
|
*
md: return -ENODEV if rdev has no mddev assigned
Pawel Baldysiak
2019-04-16
1
-2
/
+2
|
*
block: fix use-after-free on gendisk
Yufen Yu
2019-04-15
3
-0
/
+27
[next]