index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-03
1
-45
/
+40
|
\
|
*
block: add support for write hints in a bio
Jens Axboe
2017-06-27
1
-0
/
+2
|
*
block: remove bio_clone() and all references.
NeilBrown
2017-06-18
1
-1
/
+1
|
*
blk: make the bioset rescue_workqueue optional.
NeilBrown
2017-06-18
1
-2
/
+11
|
*
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
2017-06-18
1
-38
/
+22
|
*
block: Dedicated error code fixups
Bart Van Assche
2017-06-16
1
-2
/
+2
|
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-4
/
+4
*
|
block: provide bio_uninit() free freeing integrity/task associations
Jens Axboe
2017-06-28
1
-3
/
+9
|
/
*
Merge branch 'md-next' into md-linus
Shaohua Li
2017-05-01
1
-48
/
+13
|
\
|
*
Revert "block: introduce bio_copy_data_partial"
NeilBrown
2017-04-11
1
-47
/
+13
|
*
block: remove bio_clone_bioset_partial()
Shaohua Li
2017-03-25
1
-48
/
+13
|
*
block: introduce bio_copy_data_partial
Ming Lei
2017-03-24
1
-13
/
+47
*
|
block: trace completion of all bios.
NeilBrown
2017-04-07
1
-0
/
+14
*
|
blk-throttle: add a simple idle detection
Shaohua Li
2017-03-28
1
-0
/
+2
*
|
block: make nr_iovecs unsigned in bio_alloc_bioset()
Dan Carpenter
2017-03-23
1
-1
/
+2
|
/
*
blk: Ensure users for current->bio_list can see the full list.
NeilBrown
2017-03-11
1
-3
/
+9
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-02-24
1
-13
/
+48
|
\
|
*
block: introduce bio_clone_bioset_partial()
Ming Lei
2017-02-15
1
-13
/
+48
*
|
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
1
-10
/
+0
|
\
\
|
*
|
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-10
/
+0
|
|
/
*
/
block: Update comments that refer to __bio_map_user() and bio_map_user()
Bart Van Assche
2017-02-01
1
-3
/
+3
|
/
*
block: improve handling of the magic discard payload
Christoph Hellwig
2016-12-09
1
-9
/
+1
*
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
2016-12-01
1
-0
/
+1
*
block: bio: pass bvec table to bio_init()
Ming Lei
2016-11-22
1
-2
/
+6
*
block: add bio_iov_iter_get_pages()
Kent Overstreet
2016-11-02
1
-0
/
+49
*
block: export bio_free_pages to other modules
Guoqing Jiang
2016-09-22
1
-1
/
+2
*
block: remove remnant refs to hardsect
Linus Walleij
2016-09-14
1
-1
/
+1
*
block: Fix secure erase
Adrian Hunter
2016-08-16
1
-10
/
+11
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-3
/
+3
*
block: add missing group association in bio-cloning functions
Paolo Valente
2016-08-04
1
-0
/
+15
*
block: unexport various bio mapping helpers
Christoph Hellwig
2016-07-20
1
-3
/
+0
*
block: simplify and cleanup bvec pool handling
Christoph Hellwig
2016-07-20
1
-14
/
+18
*
block, fs, mm, drivers: use bio set/get op accessors
Mike Christie
2016-06-07
1
-7
/
+6
*
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-06-07
1
-4
/
+3
*
block: make bio_inc_remaining() interface accessible again
Mike Snitzer
2016-05-05
1
-11
/
+0
*
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-4
/
+4
*
Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-18
1
-24
/
+26
|
\
|
*
block: bio_remaining_done() isn't unlikely
Christoph Hellwig
2016-03-14
1
-1
/
+1
|
*
block: cleanup bio_endio
Christoph Hellwig
2016-03-14
1
-18
/
+17
|
*
block: factor out chained bio completion
Christoph Hellwig
2016-03-14
1
-8
/
+8
|
*
block: don't unecessarily clobber bi_error for chained bios
Christoph Hellwig
2016-03-14
1
-2
/
+5
*
|
bio: return EINTR if copying to user space got interrupted
Hannes Reinecke
2016-02-12
1
-2
/
+5
*
|
kernel/fs: fix I/O wait not accounted for RW O_DSYNC
Stephane Gasparini
2016-02-09
1
-1
/
+1
|
/
*
bio: use offset_in_page macro
Geliang Tang
2015-11-24
1
-2
/
+2
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-13
/
+13
*
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-10
1
-1
/
+1
|
\
|
*
blkcg: rename subsystem name from blkio to io
Tejun Heo
2015-08-18
1
-1
/
+1
*
|
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
1
-134
/
+78
|
\
\
|
|
/
|
/
|
|
*
block: Replace SG_GAPS with new queue limits mask
Keith Busch
2015-08-19
1
-2
/
+1
[next]