Age | Commit message (Expand) | Author | Files | Lines |
2017-10-11 | bio_copy_user_iov(): don't ignore ->iov_offset | Al Viro | 1 | -2/+2 |
2017-10-11 | more bio_map_user_iov() leak fixes | Al Viro | 1 | -5/+9 |
2017-10-11 | fix unbalanced page refcounting in bio_map_user_iov | Vitaly Mayatskikh | 1 | -0/+8 |
2017-09-07 | Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 1 | -1/+1 |
2017-08-25 | md/raid0: attach correct cgroup info in bio | Shaohua Li | 1 | -1/+1 |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -5/+5 |
2017-08-09 | block: pass in queue to inflight accounting | Jens Axboe | 1 | -8/+8 |
2017-08-02 | block: Add comment to submit_bio_wait() | Jan Kara | 1 | -0/+4 |
2017-07-10 | block: call bio_uninit in bio_endio | Shaohua Li | 1 | -0/+2 |
2017-07-04 | bio-integrity: stop abusing bi_end_io | Christoph Hellwig | 1 | -3/+2 |
2017-07-04 | bio-integrity: fix interface for bio_integrity_trim | Dmitry Monakhov | 1 | -2/+2 |
2017-07-04 | bio-integrity: bio_trim should truncate integrity vector accordingly | Dmitry Monakhov | 1 | -0/+4 |
2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -45/+40 |
2017-06-29 | block: provide bio_uninit() free freeing integrity/task associations | Jens Axboe | 1 | -3/+9 |
2017-06-27 | block: add support for write hints in a bio | Jens Axboe | 1 | -0/+2 |
2017-06-18 | block: remove bio_clone() and all references. | NeilBrown | 1 | -1/+1 |
2017-06-18 | blk: make the bioset rescue_workqueue optional. | NeilBrown | 1 | -2/+11 |
2017-06-18 | blk: replace bioset_create_nobvec() with a flags arg to bioset_create() | NeilBrown | 1 | -38/+22 |
2017-06-16 | block: Dedicated error code fixups | Bart Van Assche | 1 | -2/+2 |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -4/+4 |
2017-05-02 | Merge branch 'md-next' into md-linus | Shaohua Li | 1 | -48/+13 |
2017-04-11 | Revert "block: introduce bio_copy_data_partial" | NeilBrown | 1 | -47/+13 |
2017-04-07 | block: trace completion of all bios. | NeilBrown | 1 | -0/+14 |
2017-03-28 | blk-throttle: add a simple idle detection | Shaohua Li | 1 | -0/+2 |
2017-03-25 | block: remove bio_clone_bioset_partial() | Shaohua Li | 1 | -48/+13 |
2017-03-24 | block: introduce bio_copy_data_partial | Ming Lei | 1 | -13/+47 |
2017-03-23 | block: make nr_iovecs unsigned in bio_alloc_bioset() | Dan Carpenter | 1 | -1/+2 |
2017-03-12 | blk: Ensure users for current->bio_list can see the full list. | NeilBrown | 1 | -3/+9 |
2017-02-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 1 | -13/+48 |
2017-02-18 | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe | 1 | -10/+0 |
2017-02-15 | block: introduce bio_clone_bioset_partial() | Ming Lei | 1 | -13/+48 |
2017-02-01 | block: Update comments that refer to __bio_map_user() and bio_map_user() | Bart Van Assche | 1 | -3/+3 |
2017-02-01 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 1 | -10/+0 |
2016-12-09 | block: improve handling of the magic discard payload | Christoph Hellwig | 1 | -9/+1 |
2016-12-01 | block: add support for REQ_OP_WRITE_ZEROES | Chaitanya Kulkarni | 1 | -0/+1 |
2016-11-22 | block: bio: pass bvec table to bio_init() | Ming Lei | 1 | -2/+6 |
2016-11-02 | block: add bio_iov_iter_get_pages() | Kent Overstreet | 1 | -0/+49 |
2016-09-22 | block: export bio_free_pages to other modules | Guoqing Jiang | 1 | -1/+2 |
2016-09-14 | block: remove remnant refs to hardsect | Linus Walleij | 1 | -1/+1 |
2016-08-16 | block: Fix secure erase | Adrian Hunter | 1 | -10/+11 |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 1 | -3/+3 |
2016-08-04 | block: add missing group association in bio-cloning functions | Paolo Valente | 1 | -0/+15 |
2016-07-21 | block: unexport various bio mapping helpers | Christoph Hellwig | 1 | -3/+0 |
2016-07-21 | block: simplify and cleanup bvec pool handling | Christoph Hellwig | 1 | -14/+18 |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -7/+6 |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -4/+3 |
2016-05-05 | block: make bio_inc_remaining() interface accessible again | Mike Snitzer | 1 | -11/+0 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -2/+2 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -4/+4 |
2016-03-19 | Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -24/+26 |