index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
block: Replace function name in string with __func__
Keyur Patel
2019-02-28
1
-4
/
+4
|
*
|
|
|
|
nbd: propagate genlmsg_reply return code
Li RongQing
2019-02-28
1
-2
/
+1
|
*
|
|
|
|
floppy: remove set but not used variable 'q'
YueHaibing
2019-02-28
1
-3
/
+0
|
*
|
|
|
|
null_blk: fix checking for REQ_FUA
Heinz Mauelshagen
2019-02-28
1
-1
/
+1
|
*
|
|
|
|
block: fix NULL pointer dereference in register_disk
zhengbin
2019-02-28
1
-4
/
+6
|
*
|
|
|
|
fs: fix guard_bio_eod to check for real EOD errors
Carlos Maiolino
2019-02-28
1
-0
/
+7
|
*
|
|
|
|
blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->map
Dongli Zhang
2019-02-28
1
-7
/
+7
|
*
|
|
|
|
block: optimize bvec iteration in bvec_iter_advance
Christoph Hellwig
2019-02-28
1
-3
/
+4
|
|
/
/
/
/
|
*
|
|
|
block: introduce mp_bvec_for_each_page() for iterating over page
Ming Lei
2019-02-28
1
-0
/
+5
|
*
|
|
|
block: optimize blk_bio_segment_split for single-page bvec
Ming Lei
2019-02-27
1
-3
/
+9
|
*
|
|
|
block: optimize __blk_segment_map_sg() for single-page bvec
Ming Lei
2019-02-27
1
-2
/
+7
|
*
|
|
|
block: introduce bvec_nth_page()
Ming Lei
2019-02-27
2
-4
/
+9
|
*
|
|
|
iomap: wire up the iopoll method
Christoph Hellwig
2019-02-24
4
-15
/
+32
|
*
|
|
|
block: add bio_set_polled() helper
Jens Axboe
2019-02-24
2
-2
/
+16
|
*
|
|
|
block: wire up block device iopoll method
Christoph Hellwig
2019-02-24
1
-1
/
+17
|
*
|
|
|
fs: add an iopoll method to struct file_operations
Christoph Hellwig
2019-02-24
2
-0
/
+5
|
*
|
|
|
loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
Dongli Zhang
2019-02-22
1
-4
/
+17
|
*
|
|
|
loop: do not print warn message if partition scan is successful
Dongli Zhang
2019-02-22
1
-2
/
+3
|
*
|
|
|
block: bounce: make sure that bvec table is updated
Ming Lei
2019-02-21
1
-2
/
+6
|
*
|
|
|
Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/block
Jens Axboe
2019-02-21
29
-289
/
+168
|
|
\
\
\
\
|
|
*
|
|
|
nvme-rdma: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
2019-02-21
1
-2
/
+2
|
|
*
|
|
|
nvmet: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
7
-63
/
+7
|
|
*
|
|
|
nvmet-rdma: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-9
/
+1
|
|
*
|
|
|
nvme-loop: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-9
/
+1
|
|
*
|
|
|
nvmet-fcloop: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-12
/
+1
|
|
*
|
|
|
nvmet-fc: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-13
/
+1
|
|
*
|
|
|
nvme: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
6
-46
/
+6
|
|
*
|
|
|
nvme-pci: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-9
/
+1
|
|
*
|
|
|
nvme-lightnvm: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-15
/
+1
|
|
*
|
|
|
nvme-rdma: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
2
-18
/
+2
|
|
*
|
|
|
nvme-fc: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
3
-35
/
+3
|
|
*
|
|
|
nvme-fabrics: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
2
-18
/
+2
|
|
*
|
|
|
nvme-tcp.h: fix SPDX header
Christoph Hellwig
2019-02-20
1
-1
/
+1
|
|
*
|
|
|
nvme_ioctl.h: remove duplicate GPL boilerplate
Christoph Hellwig
2019-02-20
2
-18
/
+1
|
|
*
|
|
|
nvme: return error from nvme_alloc_ns()
Hannes Reinecke
2019-02-20
1
-10
/
+21
|
|
*
|
|
|
nvme: avoid that deleting a controller triggers a circular locking complaint
Bart Van Assche
2019-02-20
1
-2
/
+3
|
|
*
|
|
|
nvme: introduce a helper function for controller deletion
Bart Van Assche
2019-02-20
1
-4
/
+9
|
|
*
|
|
|
nvme: unexport nvme_delete_ctrl_sync()
Bart Van Assche
2019-02-20
2
-3
/
+1
|
|
*
|
|
|
nvme-pci: check kstrtoint() return value in queue_count_set()
Bart Van Assche
2019-02-20
1
-0
/
+2
|
|
*
|
|
|
nvme-fabrics: document the poll function argument
Bart Van Assche
2019-02-20
1
-0
/
+1
|
|
*
|
|
|
nvmet: fix indentation
Bart Van Assche
2019-02-20
1
-1
/
+1
|
|
*
|
|
|
nvme-multipath: round-robin I/O policy
Hannes Reinecke
2019-02-20
3
-1
/
+100
|
|
/
/
/
/
|
*
|
|
|
block: avoid to READ fields of null bio
Ming Lei
2019-02-19
1
-1
/
+3
|
*
|
|
|
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
2019-02-15
566
-2185
/
+5560
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
10
-11
/
+7
|
*
|
|
|
block: kill QUEUE_FLAG_NO_SG_MERGE
Ming Lei
2019-02-15
5
-43
/
+6
|
*
|
|
|
block: document usage of bio iterator helpers
Ming Lei
2019-02-15
1
-0
/
+25
|
*
|
|
|
block: always define BIO_MAX_PAGES as 256
Ming Lei
2019-02-15
1
-8
/
+0
|
*
|
|
|
block: enable multipage bvecs
Ming Lei
2019-02-15
4
-12
/
+20
|
*
|
|
|
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
27
-46
/
+127
[prev]
[next]