Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3be95872e89eeabc83ddd6011c988d85c94df050
/
include
/
linux
/
blkdev.h
1c4bc3a
block: remove the queue_bounce_pfn helper
by Christoph Hellwig
· 8 years ago
3bce016
block: move bounce declarations to block/blk.h
by Christoph Hellwig
· 8 years ago
f793dfd
blk-mq: expose write hints through debugfs
by Jens Axboe
· 8 years ago
cb6934f
block: add support for write hints in a bio
by Jens Axboe
· 8 years ago
f95a0d6
Merge commit '8e8320c9315c' into for-4.13/block
by Jens Axboe
· 8 years ago
8e8320c
blk-mq: fix performance regression with shared tags
by Jens Axboe
· 8 years ago
9e0c829
block: Add a comment above queue_lockdep_assert_held()
by Bart Van Assche
· 8 years ago
d280bab
block: Introduce request_queue.initialize_rq_fn()
by Bart Van Assche
· 8 years ago
cd6ce14
block: Make request operation type argument declarations consistent
by Bart Van Assche
· 8 years ago
efbeccd
block: stop using bio_data() in blk_write_same_mergeable
by Christoph Hellwig
· 8 years ago
f4560ff
blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
by Ming Lei
· 8 years ago
97e0120
blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h
by Ming Lei
· 8 years ago
af67c31
blk: remove bio_set arg from blk_queue_split()
by NeilBrown
· 8 years ago
dc9edc4
block: Fix a blk_exit_rl() regression
by Bart Van Assche
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 8 years ago
9efc160
block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
by Bart Van Assche
· 8 years ago
0fcc3ab
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
ef51042
block, dax: move "select DAX" from BLOCK to FS_DAX
by Dan Williams
· 8 years ago
044f1da
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
d332ce0
blk-mq-debugfs: allow schedulers to register debugfs attributes
by Omar Sandoval
· 8 years ago
9c1051a
blk-mq: untangle debugfs and sysfs
by Omar Sandoval
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
818cd1c
block: add kblock_mod_delayed_work_on()
by Jens Axboe
· 8 years ago
d4b29fd7
block: remove block_device_operations ->direct_access()
by Dan Williams
· 8 years ago
0206319
blk-mq: Fix poll_stat for new size-based bucketing.
by Stephen Bates
· 8 years ago
b068626
dax: introduce dax_direct_access()
by Dan Williams
· 8 years ago
d8f07ae
block: kill bdev_dax_capable()
by Dan Williams
· 8 years ago
caf7df1
block: remove the errors field from struct request
by Christoph Hellwig
· 8 years ago
e26738e
block: add a error_count field to struct request
by Christoph Hellwig
· 8 years ago
b7819b9
block: remove the blk_execute_rq return value
by Christoph Hellwig
· 8 years ago
0be0dee
block: Inline blk_rq_set_prio()
by Bart Van Assche
· 8 years ago
da8d7f0
block: Export blk_init_request_from_bio()
by Bart Van Assche
· 8 years ago
fa1a15c
block: remove blk_end_request_cur
by Christoph Hellwig
· 8 years ago
314fe91
block: remove blk_end_request_err and __blk_end_request_err
by Christoph Hellwig
· 8 years ago
e21b7a0
block, bfq: add full hierarchical scheduling and cgroups support
by Arianna Avanzini
· 8 years ago
5a8d75a
block: fix bio_will_gap() for first bvec with offset
by Ming Lei
· 8 years ago
48920ff
block: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
cb365b9
block: add a new BLKDEV_ZERO_NOFALLBACK flag
by Christoph Hellwig
· 8 years ago
ee472d8
block: add a flags argument to (__)blkdev_issue_zeroout
by Christoph Hellwig
· 8 years ago
65f619d
Merge branch 'for-linus' into for-4.12/block
by Jens Axboe
· 8 years ago
6d8c6c0
blk-mq: Restart a single queue if tag sets are shared
by Bart Van Assche
· 8 years ago
1dd5198
block: move timeout field in struct request to pack better
by Jens Axboe
· 8 years ago
64c7f1d
block, scsi: move the retries field to struct scsi_request
by Christoph Hellwig
· 8 years ago
334335d
block: warn if sharing request queue across gendisks
by Omar Sandoval
· 8 years ago
34dbad5
blk-stat: convert to callback-based statistics reporting
by Omar Sandoval
· 8 years ago
c01228d
Revert "scsi, block: fix duplicate bdi name registration crashes"
by Jan Kara
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
1e73973
block: optionally merge discontiguous discard bios into a single request
by Christoph Hellwig
· 8 years ago
03796c1
block: fix debugfs config conditional in struct request_queue
by Omar Sandoval
· 8 years ago
0dba131
scsi, block: fix duplicate bdi name registration crashes
by Dan Williams
· 8 years ago
efa7c9f
block: Get rid of blk_get_backing_dev_info()
by Jan Kara
· 8 years ago
d03f6cd
block: Dynamically allocate and refcount backing_dev_info
by Jan Kara
· 8 years ago
dc3b17c
block: Use pointer to backing_dev_info from request_queue
by Jan Kara
· 8 years ago
d486f1f
block: move internal_tag to same cache line as tag
by Jens Axboe
· 8 years ago
aebf526
block: fold cmd_type into the REQ_OP_ space
by Christoph Hellwig
· 8 years ago
57292b5
block: introduce blk_rq_is_passthrough
by Christoph Hellwig
· 8 years ago
82ed4db
block: split scsi_request out of struct request
by Christoph Hellwig
· 8 years ago
6d247d7
block: allow specifying size for extra command data
by Christoph Hellwig
· 8 years ago
5ea708d
block: simplify blk_init_allocated_queue
by Christoph Hellwig
· 8 years ago
f924ba7
Merge branch 'for-4.11/block' into for-4.11/rq-refactor
by Jens Axboe
· 8 years ago
50e1dab
blk-mq-sched: fix starvation for multiple hardware queues and shared tags
by Jens Axboe
· 8 years ago
07e4fea
blk-mq: create debugfs directory tree
by Omar Sandoval
· 8 years ago
bd166ef
blk-mq-sched: add framework for MQ capable IO schedulers
by Jens Axboe
· 8 years ago
2e3258e
block: add blk_rq_payload_bytes
by Christoph Hellwig
· 8 years ago
f99e864
block: Rename blk_queue_zone_size and bdev_zone_size
by Damien Le Moal
· 8 years ago
f8a5b12
blk-mq: make mq_ops a const pointer
by Jens Axboe
· 8 years ago
729204e
block: relax check on sg gap
by Ming Lei
· 8 years ago
e846544
block: Remove unused member (busy) from struct blk_queue_tag
by Ritesh Harjani
· 8 years ago
b92e09b
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 8 years ago
f9d03f9
block: improve handling of the magic discard payload
by Christoph Hellwig
· 8 years ago
a6f0788
block: add support for REQ_OP_WRITE_ZEROES
by Chaitanya Kulkarni
· 8 years ago
e73c23f
block: add async variant of blkdev_issue_zeroout
by Chaitanya Kulkarni
· 8 years ago
9a05e75
block: Change extern inline to static inline
by Tobias Klauser
· 8 years ago
64f1c21
blk-mq: make the polling code adaptive
by Jens Axboe
· 8 years ago
06426ad
blk-mq: implement hybrid poll mode for sync O_DIRECT
by Jens Axboe
· 8 years ago
bbd7bb7
block: move poll code to blk-mq
by Jens Axboe
· 8 years ago
87760e5
block: hook up writeback throttling
by Jens Axboe
· 8 years ago
cf43e6b
block: add scalable completion tracking of requests
by Jens Axboe
· 8 years ago
d278d4a
block: add code to track actual device queue depth
by Jens Axboe
· 9 years ago
50d24c3
block: immediately dispatch big size request
by Shaohua Li
· 8 years ago
6a83e74
blk-mq: Introduce blk_mq_quiesce_queue()
by Bart Van Assche
· 8 years ago
ef295ec
block: better op and flags encoding
by Christoph Hellwig
· 8 years ago
e806402
block: split out request-only flags into a new namespace
by Christoph Hellwig
· 8 years ago
5dc8b36
block: Add iocontext priority to request
by Adam Manzanares
· 8 years ago
3ed05a9
blk-zoned: implement ioctls
by Shaun Tancheff
· 8 years ago
6a0cb1b
block: Implement support for zoned block devices
by Hannes Reinecke
· 8 years ago
797476b
block: Add 'zoned' queue limit
by Damien Le Moal
· 8 years ago
2849450
blk-mq: introduce blk_mq_delay_kick_requeue_list()
by Mike Snitzer
· 8 years ago
ee63cfa
block: add kblockd_schedule_work_on()
by Jens Axboe
· 8 years ago
7afafc8
block: Fix secure erase
by Adrian Hunter
· 8 years ago
c11f0c0
block/mm: make bdev_ops->rw_page() take a bool for read/write
by Jens Axboe
· 8 years ago
abf5454
mm/block: convert rw_page users to bio op use
by Mike Christie
· 8 years ago
6d25ec1
Include: blkdev: Removed duplicate 'struct request;' declaration.
by John Pittman
· 8 years ago
f0c98eb
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
17007f3
block: Fix front merge check
by Damien Le Moal
· 8 years ago
163d4ba
block: add QUEUE_FLAG_DAX for devices to advertise their DAX support
by Toshi Kani
· 9 years ago
4613c5f
scsi/osd: open code blk_make_request
by Christoph Hellwig
· 8 years ago
Next »