summaryrefslogtreecommitdiffstats
path: root/block/bio.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-37/+3Star
|\ \
| * | block: fix Sphinx kernel-doc warningRandy Dunlap2017-10-161-1/+1
| * | block/bio: Remove null checks before mempool_destroy in bioset_freeTim Hansen2017-10-061-5/+2Star
| * | blkcg: delete unused APIsShaohua Li2017-09-261-31/+0Star
* | | block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park2017-10-261-1/+1
* | | block: Use DECLARE_COMPLETION_ONSTACK() in submit_bio_wait()Christoph Hellwig2017-10-251-14/+5Star
| |/ |/|
* | bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro2017-10-111-2/+2
* | more bio_map_user_iov() leak fixesAl Viro2017-10-111-5/+9
* | fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh2017-10-111-0/+8
|/
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-1/+1
|\
| * md/raid0: attach correct cgroup info in bioShaohua Li2017-08-251-1/+1
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-5/+5
* | block: pass in queue to inflight accountingJens Axboe2017-08-091-8/+8
* | block: Add comment to submit_bio_wait()Jan Kara2017-08-021-0/+4
|/
* block: call bio_uninit in bio_endioShaohua Li2017-07-101-0/+2
* bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-041-3/+2Star
* bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-041-2/+2
* bio-integrity: bio_trim should truncate integrity vector accordinglyDmitry Monakhov2017-07-041-0/+4
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-45/+40Star
|\
| * block: add support for write hints in a bioJens Axboe2017-06-271-0/+2
| * block: remove bio_clone() and all references.NeilBrown2017-06-181-1/+1
| * blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-2/+11
| * blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-38/+22Star
| * block: Dedicated error code fixupsBart Van Assche2017-06-161-2/+2
| * block: switch bios to blk_status_tChristoph Hellwig2017-06-091-4/+4
* | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-281-3/+9
|/
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-48/+13Star
|\
| * Revert "block: introduce bio_copy_data_partial"NeilBrown2017-04-111-47/+13Star
| * block: remove bio_clone_bioset_partial()Shaohua Li2017-03-251-48/+13Star
| * block: introduce bio_copy_data_partialMing Lei2017-03-241-13/+47
* | block: trace completion of all bios.NeilBrown2017-04-071-0/+14
* | blk-throttle: add a simple idle detectionShaohua Li2017-03-281-0/+2
* | block: make nr_iovecs unsigned in bio_alloc_bioset()Dan Carpenter2017-03-231-1/+2
|/
* blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-111-3/+9
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-13/+48
|\
| * block: introduce bio_clone_bioset_partial()Ming Lei2017-02-151-13/+48
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-10/+0Star
|\ \
| * | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-10/+0Star
| |/
* / block: Update comments that refer to __bio_map_user() and bio_map_user()Bart Van Assche2017-02-011-3/+3
|/
* block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-9/+1Star
* block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-0/+1
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-2/+6
* block: add bio_iov_iter_get_pages()Kent Overstreet2016-11-021-0/+49
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-221-1/+2
* block: remove remnant refs to hardsectLinus Walleij2016-09-141-1/+1
* block: Fix secure eraseAdrian Hunter2016-08-161-10/+11
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
* block: add missing group association in bio-cloning functionsPaolo Valente2016-08-041-0/+15
* block: unexport various bio mapping helpersChristoph Hellwig2016-07-211-3/+0Star
* block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-211-14/+18