Commit Graph

192 Commits (3fbb43df983acf6f10a122e43e73daf6528ad7ed)

Author SHA1 Message Date
Al Viro 86d564c84c constify blk_rq_map_user_iov() and friends 11 years ago
Mikulas Patocka b4d7124b2f bio: don't write "bio: create slab" messages to syslog 11 years ago
Kent Overstreet 8423ae3d7a block: Fix cloning of discard/write same bios 11 years ago
Tejun Heo 073219e995 cgroup: clean up cgroup_subsys names and initialization 11 years ago
Jens Axboe 1331107f8a Revert "block: Warn and free bio if bi_end_io is not set" 11 years ago
Muthukumar Ratty 95d4403889 block: Warn and free bio if bi_end_io is not set 11 years ago
Kent Overstreet 4b1faf9316 block: Kill bio_pair_split() 11 years ago
Kent Overstreet 20d0189b10 block: Introduce new bio_split() 11 years ago
Kent Overstreet ee67891bf1 block: Rename bio_split() -> bio_pair_split() 11 years ago
Kent Overstreet 196d38bccf block: Generic bio chaining 11 years ago
Kent Overstreet e90abc8ec3 block: Remove bi_idx hacks 11 years ago
Kent Overstreet c8db444820 block: Don't save/copy bvec array anymore 11 years ago
Kent Overstreet 1c3b13e64c dm: Refactor for new bio cloning/splitting 11 years ago
Kent Overstreet 59d276fe02 block: Add bio_clone_fast() 11 years ago
Kent Overstreet bdb5320741 block: Refactor bio_clone_bioset() for immutable biovecs 11 years ago
Kent Overstreet 003b5c5719 block: Convert drivers to immutable biovecs 11 years ago
Kent Overstreet 458b76ed2f block: Kill bio_segments()/bi_vcnt usage 11 years ago
Kent Overstreet 1cb9dda4f4 block: Convert bio_copy_data() to bvec_iter 11 years ago
Kent Overstreet 4550dd6c6b block: Immutable bio vecs 11 years ago
Kent Overstreet 7988613b0e block: Convert bio_for_each_segment() to bvec_iter 11 years ago
Kent Overstreet a4ad39b1d1 block: Convert bio_iovec() to bvec_iter 11 years ago
Kent Overstreet 4f024f3797 block: Abstract out bvec iterator 11 years ago
Akinobu Mita 34f2fd8dfe bio: fix argument of __bio_add_page() for max_sectors > 0xffff 11 years ago
Kent Overstreet 6678d83f18 block: Consolidate duplicated bio_trim() implementations 11 years ago
Kent Overstreet 2f6cf0de02 block: Fix bio_copy_data() 12 years ago
Roland Dreier 35dc248383 [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal 12 years ago
Tejun Heo 8af01f56a0 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Linus Torvalds 0a82a8d132 Revert "block: add missing block_bio_complete() tracepoint" 12 years ago
Kent Overstreet a38352e0ac block: Add an explicit bio flag for bios that own their bvec 12 years ago
Kent Overstreet a07876064a block: Add bio_alloc_pages() 12 years ago
Kent Overstreet cb34e057ad block: Convert some code to bio_for_each_segment_all() 12 years ago
Kent Overstreet d74c6d514f block: Add bio_for_each_segment_all() 12 years ago
Kent Overstreet 16ac3d63e7 block: Add bio_copy_data() 12 years ago
Kent Overstreet 9e882242c6 block: Add submit_bio_wait(), remove from md 12 years ago
Kent Overstreet 5b83636ae3 block: Change bio_split() to respect the current value of bi_idx 12 years ago
Kent Overstreet 054bdf646e block: Add bio_advance() 12 years ago
Kent Overstreet 9f060e2231 block: Convert integrity to bvec_alloc_bs() 12 years ago
Kent Overstreet df2cb6daa4 block: Avoid deadlocks with bio allocation by stacking drivers 12 years ago
Tejun Heo 3a366e614d block: add missing block_bio_complete() tracepoint 12 years ago
Anna Leuschner 386bc35a2d vfs: fix: don't increase bio_slab_max if krealloc() fails 12 years ago
Shaohua Li 02f3939e1a block: makes bio_split support bio without data 13 years ago
Martin K. Petersen 4363ac7c13 block: Implement support for WRITE SAME 13 years ago
Kent Overstreet bf800ef181 block: Add bio_clone_bioset(), bio_clone_kmalloc() 13 years ago
Kent Overstreet 3f86a82aeb block: Consolidate bio_alloc_bioset(), bio_kmalloc() 13 years ago
Kent Overstreet 4254bba17d block: Kill bi_destructor 13 years ago
Kent Overstreet f44b48c769 block: Add bio_reset() 13 years ago
Kent Overstreet 1e2a410ff7 block: Ues bi_pool for bio_integrity_alloc() 13 years ago
Kent Overstreet 395c72a707 block: Generalized bio pool freeing 13 years ago
Alexey Khoroshilov 389d7b26d9 bio: Fix potential memory leak in bio_find_or_create_slab() 13 years ago