index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
Revert "block: Warn and free bio if bi_end_io is not set"
Jens Axboe
1
-9
/
+0
2014-01-08
block: Warn and free bio if bi_end_io is not set
Muthukumar Ratty
1
-0
/
+9
2013-11-23
block: Kill bio_pair_split()
Kent Overstreet
1
-90
/
+0
2013-11-23
block: Introduce new bio_split()
Kent Overstreet
1
-0
/
+36
2013-11-23
block: Rename bio_split() -> bio_pair_split()
Kent Overstreet
1
-2
/
+2
2013-11-23
block: Generic bio chaining
Kent Overstreet
1
-6
/
+70
2013-11-23
block: Remove bi_idx hacks
Kent Overstreet
1
-23
/
+0
2013-11-23
block: Don't save/copy bvec array anymore
Kent Overstreet
1
-41
/
+13
2013-11-23
dm: Refactor for new bio cloning/splitting
Kent Overstreet
1
-72
/
+0
2013-11-23
block: Add bio_clone_fast()
Kent Overstreet
1
-0
/
+60
2013-11-23
block: Refactor bio_clone_bioset() for immutable biovecs
Kent Overstreet
1
-13
/
+47
2013-11-23
block: Convert drivers to immutable biovecs
Kent Overstreet
1
-3
/
+11
2013-11-23
block: Kill bio_segments()/bi_vcnt usage
Kent Overstreet
1
-1
/
+1
2013-11-23
block: Convert bio_copy_data() to bvec_iter
Kent Overstreet
1
-35
/
+25
2013-11-23
block: Immutable bio vecs
Kent Overstreet
1
-25
/
+2
2013-11-23
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-11
/
+11
2013-11-23
block: Convert bio_iovec() to bvec_iter
Kent Overstreet
1
-10
/
+10
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-27
/
+29
2013-11-18
bio: fix argument of __bio_add_page() for max_sectors > 0xffff
Akinobu Mita
1
-1
/
+1
2013-11-08
block: Consolidate duplicated bio_trim() implementations
Kent Overstreet
1
-0
/
+46
2013-09-24
block: Fix bio_copy_data()
Kent Overstreet
1
-2
/
+2
2013-09-03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-1
/
+1
2013-08-21
[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal
Roland Dreier
1
-5
/
+15
2013-08-08
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
Tejun Heo
1
-1
/
+1
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-42
/
+324
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
1
-2
/
+0
2013-03-23
block: Add an explicit bio flag for bios that own their bvec
Kent Overstreet
1
-1
/
+3
2013-03-23
block: Add bio_alloc_pages()
Kent Overstreet
1
-0
/
+28
2013-03-23
block: Convert some code to bio_for_each_segment_all()
Kent Overstreet
1
-10
/
+10
2013-03-23
block: Add bio_for_each_segment_all()
Kent Overstreet
1
-6
/
+6
2013-03-23
block: Add bio_copy_data()
Kent Overstreet
1
-0
/
+70
2013-03-23
block: Add submit_bio_wait(), remove from md
Kent Overstreet
1
-0
/
+36
2013-03-23
block: Change bio_split() to respect the current value of bi_idx
Kent Overstreet
1
-4
/
+3
2013-03-23
block: Add bio_advance()
Kent Overstreet
1
-0
/
+41
2013-03-23
block: Convert integrity to bvec_alloc_bs()
Kent Overstreet
1
-21
/
+15
2013-03-23
block: Avoid deadlocks with bio allocation by stacking drivers
Kent Overstreet
1
-2
/
+114
2013-01-14
block: add missing block_bio_complete() tracepoint
Tejun Heo
1
-0
/
+2
2012-10-22
vfs: fix: don't increase bio_slab_max if krealloc() fails
Anna Leuschner
1
-2
/
+4
2012-09-28
block: makes bio_split support bio without data
Shaohua Li
1
-12
/
+14
2012-09-20
block: Implement support for WRITE SAME
Martin K. Petersen
1
-3
/
+6
2012-09-09
block: Add bio_clone_bioset(), bio_clone_kmalloc()
Kent Overstreet
1
-4
/
+7
2012-09-09
block: Consolidate bio_alloc_bioset(), bio_kmalloc()
Kent Overstreet
1
-73
/
+37
2012-09-09
block: Kill bi_destructor
Kent Overstreet
1
-38
/
+26
2012-09-09
block: Add bio_reset()
Kent Overstreet
1
-0
/
+24
2012-09-09
block: Ues bi_pool for bio_integrity_alloc()
Kent Overstreet
1
-3
/
+3
2012-09-09
block: Generalized bio pool freeing
Kent Overstreet
1
-18
/
+13
2012-08-25
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+6
2012-08-09
bio: Fix potential memory leak in bio_find_or_create_slab()
Alexey Khoroshilov
1
-5
/
+6
2012-08-04
vfs: nuke pdflush from comments
Artem Bityutskiy
1
-1
/
+1
[next]