index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-iolatency.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
nbd: propagate genlmsg_reply return code
Li RongQing
1
-2
/
+1
2019-02-28
floppy: remove set but not used variable 'q'
YueHaibing
1
-3
/
+0
2019-02-28
null_blk: fix checking for REQ_FUA
Heinz Mauelshagen
1
-1
/
+1
2019-02-28
block: fix NULL pointer dereference in register_disk
zhengbin
1
-4
/
+6
2019-02-28
fs: fix guard_bio_eod to check for real EOD errors
Carlos Maiolino
1
-0
/
+7
2019-02-28
blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->map
Dongli Zhang
1
-7
/
+7
2019-02-28
block: optimize bvec iteration in bvec_iter_advance
Christoph Hellwig
1
-3
/
+4
2019-02-28
block: introduce mp_bvec_for_each_page() for iterating over page
Ming Lei
1
-0
/
+5
2019-02-27
block: optimize blk_bio_segment_split for single-page bvec
Ming Lei
1
-3
/
+9
2019-02-27
block: optimize __blk_segment_map_sg() for single-page bvec
Ming Lei
1
-2
/
+7
2019-02-27
block: introduce bvec_nth_page()
Ming Lei
2
-4
/
+9
2019-02-24
iomap: wire up the iopoll method
Christoph Hellwig
4
-15
/
+32
2019-02-24
block: add bio_set_polled() helper
Jens Axboe
2
-2
/
+16
2019-02-24
block: wire up block device iopoll method
Christoph Hellwig
1
-1
/
+17
2019-02-24
fs: add an iopoll method to struct file_operations
Christoph Hellwig
2
-0
/
+5
2019-02-22
loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
Dongli Zhang
1
-4
/
+17
2019-02-22
loop: do not print warn message if partition scan is successful
Dongli Zhang
1
-2
/
+3
2019-02-21
block: bounce: make sure that bvec table is updated
Ming Lei
1
-2
/
+6
2019-02-21
nvme-rdma: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
1
-2
/
+2
2019-02-20
nvmet: convert to SPDX identifiers
Christoph Hellwig
7
-63
/
+7
2019-02-20
nvmet-rdma: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme-loop: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvmet-fcloop: convert to SPDX identifiers
Christoph Hellwig
1
-12
/
+1
2019-02-20
nvmet-fc: convert to SPDX identifiers
Christoph Hellwig
1
-13
/
+1
2019-02-20
nvme: convert to SPDX identifiers
Christoph Hellwig
6
-46
/
+6
2019-02-20
nvme-pci: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme-lightnvm: convert to SPDX identifiers
Christoph Hellwig
1
-15
/
+1
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
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
[next]