index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
blk_types.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+2
2017-06-27
block: add support for write hints in a bio
Jens Axboe
1
-0
/
+1
2017-06-20
block: return on congested block device
Goldwyn Rodrigues
1
-0
/
+4
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-1
/
+4
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-0
/
+16
2017-04-08
block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-0
/
+6
2017-04-08
block: renumber REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-1
/
+1
2017-04-07
block: trace completion of all bios.
NeilBrown
1
-0
/
+2
2017-04-07
block: simple improvements for bio->flags
NeilBrown
1
-9
/
+13
2017-03-28
blk-throttle: add a mechanism to estimate IO latency
Shaohua Li
1
-4
/
+5
2017-03-28
block: track request size in blk_issue_stat
Shaohua Li
1
-1
/
+1
2017-03-28
blk-throttle: add a simple idle detection
Shaohua Li
1
-0
/
+3
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
1
-1
/
+0
2017-03-21
blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.c
Omar Sandoval
1
-2
/
+0
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-0
/
+7
2017-01-27
block: add a op_is_flush helper
Christoph Hellwig
1
-0
/
+9
2017-01-17
blk-mq: add support for carrying internal tag information in blk_qc_t
Jens Axboe
1
-5
/
+17
2016-12-01
block: add support for REQ_OP_WRITE_ZEROES
Chaitanya Kulkarni
1
-0
/
+2
2016-11-21
block: clear all of bi_opf in bio_set_op_attrs
Christoph Hellwig
1
-2
/
+5
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
1
-0
/
+16
2016-11-02
block: add REQ_BACKGROUND
Jens Axboe
1
-0
/
+2
2016-11-01
block: remove the CONFIG_BLOCK ifdef in blk_types.h
Christoph Hellwig
1
-3
/
+0
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
1
-2
/
+2
2016-11-01
block: treat REQ_FUA and REQ_PREFLUSH as synchronous
Christoph Hellwig
1
-1
/
+7
2016-10-28
block: add a proper block layer data direction encoding
Christoph Hellwig
1
-8
/
+30
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-46
/
+37
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-38
/
+1
2016-10-28
block: replace REQ_THROTTLED with a bio flag
Christoph Hellwig
1
-6
/
+2
2016-10-28
block: move REQ_RAHEAD to common flags
Christoph Hellwig
1
-2
/
+2
2016-10-28
block: REQ_NOMERGE is common to the bio and request
Christoph Hellwig
1
-1
/
+1
2016-10-18
block: Define zoned block device operations
Shaun Tancheff
1
-0
/
+2
2016-09-14
block: remove bio_destructor_t
Christoph Hellwig
1
-1
/
+0
2016-09-14
block: Improve bio_set_op_attrs() robustness
Bart Van Assche
1
-5
/
+12
2016-09-14
block, dm-crypt, btrfs: Introduce bio_flags()
Bart Van Assche
1
-1
/
+2
2016-09-14
block: Document that bio_op() uses the data type of bio.bi_opf
Bart Van Assche
1
-1
/
+1
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-7
/
+8
2016-08-07
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
1
-11
/
+11
2016-08-04
mm/block: convert rw_page users to bio op use
Mike Christie
1
-11
/
+11
2016-07-26
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-13
/
+18
2016-07-20
block: shrink bio size again
Christoph Hellwig
1
-3
/
+3
2016-07-20
block: simplify and cleanup bvec pool handling
Christoph Hellwig
1
-8
/
+14
2016-06-09
block: move two bvec structure into bvec.h
Ming Lei
1
-21
/
+1
2016-06-09
block: add a separate operation type for secure erase
Christoph Hellwig
1
-3
/
+2
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-4
/
+4
2016-06-07
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
1
-1
/
+2
2016-06-07
block, fs, drivers: remove REQ_OP compat defs and related code
Mike Christie
1
-32
/
+20
2016-06-07
block, drivers, fs: shrink bi_rw from long to int
Mike Christie
1
-1
/
+1
2016-06-07
block: move bio io prio to a new field
Mike Christie
1
-3
/
+2
2016-06-07
block: add REQ_OP definitions and helpers
Mike Christie
1
-0
/
+24
2016-04-25
block: copy NOMERGE flag from bio to request
Shaohua Li
1
-1
/
+1
[next]