summaryrefslogtreecommitdiffstats
path: root/fs/bio.c
Commit message (Expand)AuthorAgeFilesLines
* block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe2014-05-191-2038/+0
* fs/bio.c: remove nr_segs (unused function parameter)Fabian Frederick2014-04-221-3/+2
* fs/bio: remove bs paramater in biovec_create_poolFabian Frederick2014-04-221-2/+2
* fs: fix new kernel-doc warnings in fs/bio.cRandy Dunlap2014-04-211-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-5/+5
|\
| * constify blk_rq_map_user_iov() and friendsAl Viro2014-04-011-5/+5
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-1/+1
|\ \
| * | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-1/+1
* | | bio: don't write "bio: create slab" messages to syslogMikulas Patocka2014-02-181-1/+0
| |/ |/|
* | block: Fix cloning of discard/write same biosKent Overstreet2014-02-111-5/+10
|/
* Revert "block: Warn and free bio if bi_end_io is not set"Jens Axboe2014-01-081-9/+0
* block: Warn and free bio if bi_end_io is not setMuthukumar Ratty2014-01-081-0/+9
* block: Kill bio_pair_split()Kent Overstreet2013-11-231-90/+0
* block: Introduce new bio_split()Kent Overstreet2013-11-231-0/+36
* block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-231-2/+2
* block: Generic bio chainingKent Overstreet2013-11-231-6/+70
* block: Remove bi_idx hacksKent Overstreet2013-11-231-23/+0
* block: Don't save/copy bvec array anymoreKent Overstreet2013-11-231-41/+13
* dm: Refactor for new bio cloning/splittingKent Overstreet2013-11-231-72/+0
* block: Add bio_clone_fast()Kent Overstreet2013-11-231-0/+60
* block: Refactor bio_clone_bioset() for immutable biovecsKent Overstreet2013-11-231-13/+47
* block: Convert drivers to immutable biovecsKent Overstreet2013-11-231-3/+11
* block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-1/+1
* block: Convert bio_copy_data() to bvec_iterKent Overstreet2013-11-231-35/+25
* block: Immutable bio vecsKent Overstreet2013-11-231-25/+2
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-11/+11
* block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-231-10/+10
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-27/+29
* bio: fix argument of __bio_add_page() for max_sectors > 0xffffAkinobu Mita2013-11-181-1/+1
* block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-081-0/+46
* block: Fix bio_copy_data()Kent Overstreet2013-09-241-2/+2
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-031-1/+1
|\
| * cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-1/+1
* | [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-08-211-5/+15
|/
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-42/+324
|\
| * block: Add an explicit bio flag for bios that own their bvecKent Overstreet2013-03-231-1/+3
| * block: Add bio_alloc_pages()Kent Overstreet2013-03-231-0/+28
| * block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-231-10/+10
| * block: Add bio_for_each_segment_all()Kent Overstreet2013-03-231-6/+6
| * block: Add bio_copy_data()Kent Overstreet2013-03-231-0/+70
| * block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-231-0/+36
| * block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-231-4/+3
| * block: Add bio_advance()Kent Overstreet2013-03-231-0/+41
| * block: Convert integrity to bvec_alloc_bs()Kent Overstreet2013-03-231-21/+15
| * block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet2013-03-231-2/+114
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-2/+0
|/
* block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-0/+2
* vfs: fix: don't increase bio_slab_max if krealloc() failsAnna Leuschner2012-10-221-2/+4
* block: makes bio_split support bio without dataShaohua Li2012-09-281-12/+14
OpenPOWER on IntegriCloud