Age | Commit message (Expand) | Author |
2014-05-19 | block: move bio.c and bio-integrity.c from fs/ to block/ | Jens Axboe |
2014-04-22 | fs/bio.c: remove nr_segs (unused function parameter) | Fabian Frederick |
2014-04-22 | fs/bio: remove bs paramater in biovec_create_pool | Fabian Frederick |
2014-04-21 | fs: fix new kernel-doc warnings in fs/bio.c | Randy Dunlap |
2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-04-03 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2014-04-01 | constify blk_rq_map_user_iov() and friends | Al Viro |
2014-02-18 | bio: don't write "bio: create slab" messages to syslog | Mikulas Patocka |
2014-02-11 | block: Fix cloning of discard/write same bios | Kent Overstreet |
2014-02-08 | cgroup: clean up cgroup_subsys names and initialization | Tejun Heo |
2014-01-08 | Revert "block: Warn and free bio if bi_end_io is not set" | Jens Axboe |
2014-01-08 | block: Warn and free bio if bi_end_io is not set | Muthukumar Ratty |
2013-11-23 | block: Kill bio_pair_split() | Kent Overstreet |
2013-11-23 | block: Introduce new bio_split() | Kent Overstreet |
2013-11-23 | block: Rename bio_split() -> bio_pair_split() | Kent Overstreet |
2013-11-23 | block: Generic bio chaining | Kent Overstreet |
2013-11-23 | block: Remove bi_idx hacks | Kent Overstreet |
2013-11-23 | block: Don't save/copy bvec array anymore | Kent Overstreet |
2013-11-23 | dm: Refactor for new bio cloning/splitting | Kent Overstreet |
2013-11-23 | block: Add bio_clone_fast() | Kent Overstreet |
2013-11-23 | block: Refactor bio_clone_bioset() for immutable biovecs | Kent Overstreet |
2013-11-23 | block: Convert drivers to immutable biovecs | Kent Overstreet |
2013-11-23 | block: Kill bio_segments()/bi_vcnt usage | Kent Overstreet |
2013-11-23 | block: Convert bio_copy_data() to bvec_iter | Kent Overstreet |
2013-11-23 | block: Immutable bio vecs | Kent Overstreet |
2013-11-23 | block: Convert bio_for_each_segment() to bvec_iter | Kent Overstreet |
2013-11-23 | block: Convert bio_iovec() to bvec_iter | Kent Overstreet |
2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet |
2013-11-18 | bio: fix argument of __bio_add_page() for max_sectors > 0xffff | Akinobu Mita |
2013-11-08 | block: Consolidate duplicated bio_trim() implementations | Kent Overstreet |
2013-09-24 | block: Fix bio_copy_data() | Kent Overstreet |
2013-09-03 | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-08-21 | [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal | Roland Dreier |
2013-08-08 | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ | Tejun Heo |
2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet |
2013-04-18 | Revert "block: add missing block_bio_complete() tracepoint" | Linus Torvalds |
2013-03-23 | block: Add an explicit bio flag for bios that own their bvec | Kent Overstreet |
2013-03-23 | block: Add bio_alloc_pages() | Kent Overstreet |
2013-03-23 | block: Convert some code to bio_for_each_segment_all() | Kent Overstreet |
2013-03-23 | block: Add bio_for_each_segment_all() | Kent Overstreet |
2013-03-23 | block: Add bio_copy_data() | Kent Overstreet |
2013-03-23 | block: Add submit_bio_wait(), remove from md | Kent Overstreet |
2013-03-23 | block: Change bio_split() to respect the current value of bi_idx | Kent Overstreet |
2013-03-23 | block: Add bio_advance() | Kent Overstreet |
2013-03-23 | block: Convert integrity to bvec_alloc_bs() | Kent Overstreet |
2013-03-23 | block: Avoid deadlocks with bio allocation by stacking drivers | Kent Overstreet |
2013-01-14 | block: add missing block_bio_complete() tracepoint | Tejun Heo |
2012-10-22 | vfs: fix: don't increase bio_slab_max if krealloc() fails | Anna Leuschner |
2012-09-28 | block: makes bio_split support bio without data | Shaohua Li |