index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
blkdev.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Introduce blk_revalidate_disk_zones()
Damien Le Moal
2018-10-25
1
-0
/
+7
*
block: add a report_zones method
Christoph Hellwig
2018-10-25
1
-5
/
+3
*
block: Expose queue nr_zones in sysfs
Damien Le Moal
2018-10-25
1
-0
/
+10
*
block: Introduce blkdev_nr_zones() helper
Damien Le Moal
2018-10-25
1
-0
/
+5
*
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-25
1
-0
/
+3
|
\
|
*
block: Add PCI P2P flag for request queue
Logan Gunthorpe
2018-10-17
1
-0
/
+3
*
|
block: describe difference between flags IO_STAT and STATS
Konstantin Khlebnikov
2018-10-11
1
-4
/
+4
*
|
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
2018-10-01
1
-1
/
+1
|
\
\
|
|
/
|
*
blk-cgroup: increase number of supported policies
Jens Axboe
2018-09-11
1
-1
/
+1
*
|
block, scsi: Change the preempt-only flag into a counter
Bart Van Assche
2018-09-26
1
-5
/
+9
*
|
block: Move power management code into a new source file
Bart Van Assche
2018-09-26
1
-23
/
+0
*
|
block: move req_gap_back_merge to blk.h
Christoph Hellwig
2018-09-24
1
-19
/
+0
*
|
block: move req_gap_{back,front}_merge to blk-merge.c
Christoph Hellwig
2018-09-24
1
-69
/
+0
*
|
block: move integrity_req_gap_{back,front}_merge to blk.h
Christoph Hellwig
2018-09-24
1
-31
/
+0
|
/
*
block: Remove two superfluous #include directives
Bart Van Assche
2018-08-09
1
-2
/
+0
*
block: move bio_integrity_{intervals,bytes} into blkdev.h
Greg Edwards
2018-07-26
1
-0
/
+34
*
block: make bdev_ops->rw_page() take a REQ_OP instead of bool
Tejun Heo
2018-07-18
1
-1
/
+1
*
block: remove blkdev_entry_to_request() macro
Vladimir Zapolskiy
2018-07-13
1
-2
/
+0
*
blk-rq-qos: refactor out common elements of blk-wbt
Josef Bacik
2018-07-09
1
-2
/
+2
*
blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()
Ming Lei
2018-07-09
1
-2
/
+0
*
block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n
Bart Van Assche
2018-07-09
1
-0
/
+6
*
block: Inline blk_queue_nr_zones()
Bart Van Assche
2018-07-09
1
-5
/
+0
*
block: Remove bdev_nr_zones()
Bart Van Assche
2018-07-09
1
-9
/
+0
*
block: Fix transfer when chunk sectors exceeds max
Keith Busch
2018-06-26
1
-2
/
+2
*
block: remov blk_queue_invalidate_tags
Christoph Hellwig
2018-06-15
1
-2
/
+0
*
blk-mq: don't time out requests again that are in the timeout handler
Christoph Hellwig
2018-06-14
1
-0
/
+2
*
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-1
/
+1
*
block: move ->timeout request member
Jens Axboe
2018-05-29
1
-2
/
+2
*
block: document the blk_eh_timer_return values
Christoph Hellwig
2018-05-29
1
-2
/
+2
*
block: remove BLK_EH_HANDLED
Christoph Hellwig
2018-05-29
1
-1
/
+0
*
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2018-05-29
1
-1
/
+1
*
blk-mq: Remove generation seqeunce
Keith Busch
2018-05-29
1
-23
/
+12
*
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-05-14
1
-4
/
+1
*
block: consolidate struct request timestamp fields
Omar Sandoval
2018-05-09
1
-36
/
+2
*
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
2018-05-09
1
-15
/
+6
*
block: get rid of struct blk_issue_stat
Omar Sandoval
2018-05-09
1
-8
/
+18
*
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2018-04-25
1
-0
/
+5
|
\
|
*
scsi: sd_zbc: Avoid that resetting a zone fails sporadically
Bart Van Assche
2018-04-19
1
-0
/
+5
*
|
block: add blk_queue_fua() helper function
Dave Chinner
2018-04-18
1
-0
/
+1
|
/
*
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
2018-03-17
1
-11
/
+31
*
block: Move the queue_flag_*() functions from a public into a private header ...
Bart Van Assche
2018-03-08
1
-69
/
+0
*
block: Complain if queue_flag_(set|clear)_unlocked() is abused
Bart Van Assche
2018-03-08
1
-0
/
+6
*
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
2018-03-08
1
-0
/
+5
*
block: Reorder the queue flag manipulation function definitions
Bart Van Assche
2018-03-08
1
-11
/
+11
*
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
2018-02-28
1
-1
/
+2
*
block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS
Minwoo Im
2018-02-15
1
-1
/
+1
*
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-29
1
-17
/
+155
|
\
|
*
block: Remove kblockd_schedule_delayed_work{,_on}()
Bart Van Assche
2018-01-19
1
-2
/
+0
|
*
block: rearrange a few request fields for better cache layout
Jens Axboe
2018-01-10
1
-13
/
+15
|
*
block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit
Jens Axboe
2018-01-10
1
-2
/
+0
[next]