index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-02-27
block: optimize __blk_segment_map_sg() for single-page bvec
Ming Lei
2019-02-27
block: introduce bvec_nth_page()
Ming Lei
2019-02-24
iomap: wire up the iopoll method
Christoph Hellwig
2019-02-24
block: add bio_set_polled() helper
Jens Axboe
2019-02-24
block: wire up block device iopoll method
Christoph Hellwig
2019-02-24
fs: add an iopoll method to struct file_operations
Christoph Hellwig
2019-02-22
loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
Dongli Zhang
2019-02-22
loop: do not print warn message if partition scan is successful
Dongli Zhang
2019-02-21
block: bounce: make sure that bvec table is updated
Ming Lei
2019-02-21
Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/block
Jens Axboe
2019-02-21
nvme-rdma: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
2019-02-20
nvmet: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvmet-rdma: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-loop: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvmet-fcloop: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvmet-fc: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-pci: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-lightnvm: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-rdma: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-fc: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-fabrics: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
nvme-tcp.h: fix SPDX header
Christoph Hellwig
2019-02-20
nvme_ioctl.h: remove duplicate GPL boilerplate
Christoph Hellwig
2019-02-20
nvme: return error from nvme_alloc_ns()
Hannes Reinecke
2019-02-20
nvme: avoid that deleting a controller triggers a circular locking complaint
Bart Van Assche
2019-02-20
nvme: introduce a helper function for controller deletion
Bart Van Assche
2019-02-20
nvme: unexport nvme_delete_ctrl_sync()
Bart Van Assche
2019-02-20
nvme-pci: check kstrtoint() return value in queue_count_set()
Bart Van Assche
2019-02-20
nvme-fabrics: document the poll function argument
Bart Van Assche
2019-02-20
nvmet: fix indentation
Bart Van Assche
2019-02-20
nvme-multipath: round-robin I/O policy
Hannes Reinecke
2019-02-19
block: avoid to READ fields of null bio
Ming Lei
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
block: kill QUEUE_FLAG_NO_SG_MERGE
Ming Lei
2019-02-15
block: document usage of bio iterator helpers
Ming Lei
2019-02-15
block: always define BIO_MAX_PAGES as 256
Ming Lei
2019-02-15
block: enable multipage bvecs
Ming Lei
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
Ming Lei
2019-02-15
block: loop: pass multi-page bvec to iov_iter
Ming Lei
2019-02-15
btrfs: use mp_bvec_last_segment to get bio's last page
Ming Lei
2019-02-15
fs/buffer.c: use bvec iterator to truncate the bio
Ming Lei
2019-02-15
block: introduce mp_bvec_last_segment()
Ming Lei
2019-02-15
block: use bio_for_each_bvec() to map sg
Ming Lei
2019-02-15
block: use bio_for_each_bvec() to compute multi-page bvec count
Ming Lei
2019-02-15
block: introduce bio_for_each_bvec() and rq_for_each_bvec()
Ming Lei
2019-02-15
block: introduce multi-page bvec helpers
Ming Lei
2019-02-15
block: remove bvec_iter_rewind()
Ming Lei
[next]