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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
nvme-rdma: convert to SPDX identifiers
Christoph Hellwig
2
-18
/
+2
2019-02-20
nvme-fc: convert to SPDX identifiers
Christoph Hellwig
3
-35
/
+3
2019-02-20
nvme-fabrics: convert to SPDX identifiers
Christoph Hellwig
2
-18
/
+2
2019-02-20
nvme-tcp.h: fix SPDX header
Christoph Hellwig
1
-1
/
+1
2019-02-20
nvme_ioctl.h: remove duplicate GPL boilerplate
Christoph Hellwig
2
-18
/
+1
2019-02-20
nvme: return error from nvme_alloc_ns()
Hannes Reinecke
1
-10
/
+21
2019-02-20
nvme: avoid that deleting a controller triggers a circular locking complaint
Bart Van Assche
1
-2
/
+3
2019-02-20
nvme: introduce a helper function for controller deletion
Bart Van Assche
1
-4
/
+9
2019-02-20
nvme: unexport nvme_delete_ctrl_sync()
Bart Van Assche
2
-3
/
+1
2019-02-20
nvme-pci: check kstrtoint() return value in queue_count_set()
Bart Van Assche
1
-0
/
+2
2019-02-20
nvme-fabrics: document the poll function argument
Bart Van Assche
1
-0
/
+1
2019-02-20
nvmet: fix indentation
Bart Van Assche
1
-1
/
+1
2019-02-20
nvme-multipath: round-robin I/O policy
Hannes Reinecke
3
-1
/
+100
2019-02-19
block: avoid to READ fields of null bio
Ming Lei
1
-1
/
+3
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
566
-2185
/
+5560
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
10
-11
/
+7
2019-02-15
block: kill QUEUE_FLAG_NO_SG_MERGE
Ming Lei
5
-43
/
+6
2019-02-15
block: document usage of bio iterator helpers
Ming Lei
1
-0
/
+25
2019-02-15
block: always define BIO_MAX_PAGES as 256
Ming Lei
1
-8
/
+0
2019-02-15
block: enable multipage bvecs
Ming Lei
4
-12
/
+20
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
27
-46
/
+127
2019-02-15
bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
Ming Lei
1
-1
/
+5
2019-02-15
block: loop: pass multi-page bvec to iov_iter
Ming Lei
1
-10
/
+10
2019-02-15
btrfs: use mp_bvec_last_segment to get bio's last page
Ming Lei
1
-2
/
+3
2019-02-15
fs/buffer.c: use bvec iterator to truncate the bio
Ming Lei
1
-1
/
+4
2019-02-15
block: introduce mp_bvec_last_segment()
Ming Lei
1
-0
/
+22
2019-02-15
block: use bio_for_each_bvec() to map sg
Ming Lei
1
-20
/
+50
2019-02-15
block: use bio_for_each_bvec() to compute multi-page bvec count
Ming Lei
1
-20
/
+83
2019-02-15
block: introduce bio_for_each_bvec() and rq_for_each_bvec()
Ming Lei
2
-0
/
+14
2019-02-15
block: introduce multi-page bvec helpers
Ming Lei
1
-3
/
+27
2019-02-15
block: remove bvec_iter_rewind()
Ming Lei
1
-24
/
+0
2019-02-15
block: don't use bio->bi_vcnt to figure out segment number
Ming Lei
1
-7
/
+1
2019-02-15
btrfs: look at bi_size for repair decisions
Christoph Hellwig
2
-7
/
+1
2019-02-11
block: avoid setting none scheduler if it's already none
Aleksei Zakharov
1
-1
/
+4
2019-02-11
block: avoid setting wbt_lat_usec to current value
Aleksei Zakharov
1
-0
/
+3
2019-02-11
lightnvm: pblk: fix race condition on GC
Heiner Litz
6
-7
/
+18
2019-02-11
lightnvm: pblk: prevent stall due to wb threshold
Javier González
3
-10
/
+22
2019-02-11
lightnvm: pblk: extend line wp balance check
Hans Holmberg
1
-18
/
+38
2019-02-11
lightnvm: pblk: fix TRACE_INCLUDE_PATH
Masahiro Yamada
1
-1
/
+1
2019-02-11
lightnvm: pblk: Switch to use new generic UUID API
Andy Shevchenko
4
-15
/
+10
2019-02-11
lightnvm: Use u64 instead of __le64 for CPU visible side
Andy Shevchenko
1
-2
/
+2
2019-02-11
lightnvm: pblk: use vfree to free metadata on error path
Hans Holmberg
1
-1
/
+1
2019-02-11
lightnvm: pblk: stop taking the free lock in in pblk_lines_free
Hans Holmberg
1
-2
/
+0
2019-02-11
Linux 5.0-rc6
v5.0-rc6
Linus Torvalds
1
-1
/
+1
2019-02-10
Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
4
-76
/
+53
2019-02-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-26
/
+29
2019-02-10
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-24
/
+85
2019-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
14
-36
/
+105
2019-02-10
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-17
/
+52
2019-02-10
blk-sysfs: Rework documention of __blk_release_queue
Marcos Paulo de Souza
1
-12
/
+7
[next]