summaryrefslogtreecommitdiffstats
path: root/block/bio.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-3/+2
* bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-031-2/+2
* bio-integrity: bio_trim should truncate integrity vector accordinglyDmitry Monakhov2017-07-031-0/+4
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-45/+40
|\
| * 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/+22
| * 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/+13
|\
| * Revert "block: introduce bio_copy_data_partial"NeilBrown2017-04-111-47/+13
| * block: remove bio_clone_bioset_partial()Shaohua Li2017-03-251-48/+13
| * 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/+0
|\ \
| * | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-10/+0
| |/
* / 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/+1
* 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-201-3/+0
* block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-201-14/+18
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-7/+6
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-4/+3
* block: make bio_inc_remaining() interface accessible againMike Snitzer2016-05-051-11/+0
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-181-24/+26
|\
| * block: bio_remaining_done() isn't unlikelyChristoph Hellwig2016-03-141-1/+1
| * block: cleanup bio_endioChristoph Hellwig2016-03-141-18/+17
| * block: factor out chained bio completionChristoph Hellwig2016-03-141-8/+8
| * block: don't unecessarily clobber bi_error for chained biosChristoph Hellwig2016-03-141-2/+5
* | bio: return EINTR if copying to user space got interruptedHannes Reinecke2016-02-121-2/+5