Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
51361216f7fbd7ef25679afe3f9fdd3f501aebc9
/
include
/
linux
/
blkdev.h
« Previous
b42171e
block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h
by Christoph Hellwig
· 10 years ago
4f8c951
block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
by Christoph Hellwig
· 10 years ago
84be456
remove <asm/scatterlist.h>
by Christoph Hellwig
· 10 years ago
d427e3c
block: remove unused function blk_bio_map_sg
by Christoph Hellwig
· 10 years ago
26e49cf
block: pass iov_iter to the BLOCK_PC mapping functions
by Kent Overstreet
· 10 years ago
ad9cf3b
block: mark blk-mq devices as stackable
by Mike Snitzer
· 10 years ago
ee1b6f7
block: support different tag allocation policy
by Shaohua Li
· 10 years ago
d93ba7a
block: Add discard flag to blkdev_issue_zeroout() function
by Martin K. Petersen
· 10 years ago
dd22f55
block: Change direct_access calling convention
by Matthew Wilcox
· 10 years ago
caf292a
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
92a578b
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
47fafbc
block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
125c99b
scsi: add new scsi-command flag for tagged commands
by Christoph Hellwig
· 10 years ago
ad2be37
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
cb1a5ab
block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not defined
by Martin K. Petersen
· 10 years ago
e999dbc
Revert "block: all blk-mq requests are tagged"
by Christoph Hellwig
· 10 years ago
34b48db
block: remove artifical max_hw_sectors cap
by Christoph Hellwig
· 10 years ago
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
61a04e5
include/linux/blkdev.h: use NULL instead of zero
by Michele Curti
· 10 years ago
b8839b8
block: fix alignment_offset math that assumes io_min is a power-of-2
by Mike Snitzer
· 10 years ago
4eaf99b
block: Don't merge requests if integrity flags differ
by Martin K. Petersen
· 10 years ago
aae7df5
block: Integrity checksum flag
by Martin K. Petersen
· 10 years ago
3aec2f4
block: Add a disk flag to block integrity profile
by Martin K. Petersen
· 10 years ago
8288f49
block: Add prefix to block integrity profile flags
by Martin K. Petersen
· 10 years ago
1859308
block: Clean up the code used to generate and verify integrity metadata
by Martin K. Petersen
· 10 years ago
3be91c4
block: Deprecate the use of the term sector in the context of block integrity
by Martin K. Petersen
· 10 years ago
8492b68b
block: Remove integrity tagging functions
by Martin K. Petersen
· 10 years ago
180b2f9
block: Replace bi_integrity with bi_special
by Martin K. Petersen
· 10 years ago
7c94e1c
block: introduce blk_flush_queue to drive flush machinery
by Ming Lei
· 10 years ago
ff9ea32
block, bdi: an active gendisk always has a request_queue associated with it
by Tejun Heo
· 10 years ago
add703f
blk-mq: use percpu_ref for mq usage count
by Tejun Heo
· 10 years ago
780db20
blk-mq: decouble blk-mq freezing from generic bypassing
by Tejun Heo
· 10 years ago
66cb45a
block: add support for limiting gaps in SG lists
by Jens Axboe
· 10 years ago
736ed4d
block: blk_max_size_offset() should check ->max_sectors
by Jens Axboe
· 10 years ago
f27b087
block: add blk_rq_set_block_pc()
by Jens Axboe
· 10 years ago
762380a
block: add notion of a chunk size for request merging
by Jens Axboe
· 10 years ago
00170fd
Merge branch 'akpm' (patchbomb from Andrew) into next
by Linus Torvalds
· 10 years ago
47a191f
fs/block_dev.c: add bdev_read_page() and bdev_write_page()
by Matthew Wilcox
· 10 years ago
ac13a82
fs/libfs.c: add generic data flush to fsync
by Fabian Frederick
· 10 years ago
e6cdb09
blk-mq: fix sparse warning on missed __percpu annotation
by Ming Lei
· 10 years ago
f89ca16
Merge branch 'for-3.16/core' into for-3.16/drivers
by Jens Axboe
· 10 years ago
05f1dd5
block: add queue flag for disabling SG merging
by Jens Axboe
· 10 years ago
4d92a9b
block: remove 'magic' from struct blk_plug
by Jens Axboe
· 10 years ago
6178976
Merge branch 'for-3.16/core' into for-3.16/drivers
by Jens Axboe
· 10 years ago
6fca6a6
blk-mq: add helper to insert requests from irq context
by Christoph Hellwig
· 10 years ago
0d2602c
blk-mq: improve support for shared tags maps
by Jens Axboe
· 10 years ago
af76e55
blk-mq: initialize struct request fields individually
by Christoph Hellwig
· 11 years ago
49fd524
bsg: update check for rq based driver for blk-mq
by Jens Axboe
· 11 years ago
1212007
block: export blk_finish_request
by Christoph Hellwig
· 11 years ago
f88a164
blk-mq: rename mq_flush_work struct request member
by Christoph Hellwig
· 11 years ago
fb3ccb5
block: all blk-mq requests are tagged
by Christoph Hellwig
· 11 years ago
b4f42e2
block: remove struct request buffer member
by Jens Axboe
· 11 years ago
f89e0dd
Merge tag 'v3.15-rc1' into for-3.16/core
by Jens Axboe
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
360f92c
block: fix regression with block enabled tagging
by Jens Axboe
· 11 years ago
8ab1459
block: add kblockd_schedule_delayed_work_on()
by Jens Axboe
· 11 years ago
59c3d45
block: remove 'q' parameter from kblockd_schedule_*_work()
by Jens Axboe
· 11 years ago
86d564c
constify blk_rq_map_user_iov() and friends
by Al Viro
· 11 years ago
8b4922d
block: Stop abusing csd.list for fifo_time
by Jan Kara
· 11 years ago
5e57dc8
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
1874198
blk-mq: rework flush sequencing logic
by Christoph Hellwig
· 11 years ago
6897fc2
kernel: use lockless list for smp_call_function_single
by Christoph Hellwig
· 11 years ago
c78afc6
bcache/md: Use raid stripe size
by Kent Overstreet
· 11 years ago
4550dd6
block: Immutable bio vecs
by Kent Overstreet
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
94eddfb
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
by Jens Axboe
· 11 years ago
320ae51
blk-mq: new multi-queue block IO queueing mechanism
by Jens Axboe
· 11 years ago
71fe07d
block: remove request ref_count
by Christoph Hellwig
· 11 years ago
5953316
block: make rq->cmd_flags be 64-bit
by Jens Axboe
· 11 years ago
75afb35
block: Add nr_bios to block_rq_remap tracepoint
by Jun'ichi Nomura
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 12 years ago
871dd92
block: fix max discard sectors limit
by James Bottomley
· 12 years ago
6c95466
block: add runtime pm helpers
by Lin Ming
· 12 years ago
ac9a197
Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.9/core
by Jens Axboe
· 12 years ago
422765c
block: Remove should_sort judgement when flush blk_plug
by Jianpeng Ma
· 12 years ago
548bc8e
block: RCU free request_queue
by Tejun Heo
· 12 years ago
5977107
blk: avoid divide-by-zero with zero discard granularity
by Linus Torvalds
· 12 years ago
8dd2cb7
block: discard granularity might not be power of 2
by Shaohua Li
· 12 years ago
24faf6f
block: Make blk_cleanup_queue() wait until request_fn finished
by Bart Van Assche
· 12 years ago
c246e80
block: Avoid that request_fn is invoked on a dead queue
by Bart Van Assche
· 12 years ago
3f3299d
block: Rename queue dead flag
by Bart Van Assche
· 12 years ago
4363ac7
block: Implement support for WRITE SAME
by Martin K. Petersen
· 12 years ago
f31dc1c
block: Consolidate command flag and queue limit checks for merges
by Martin K. Petersen
· 12 years ago
e2a60da
block: Clean up special command handling logic
by Martin K. Petersen
· 12 years ago
276f0f5
block: disable discard request merge temporarily
by Shaohua Li
· 12 years ago
85b9f66
block: Add blk_bio_map_sg() helper
by Asias He
· 12 years ago
c6e6663
block: split discard into aligned requests
by Paolo Bonzini
· 12 years ago
74018dc
blk: pass from_schedule to non-request unplug functions.
by NeilBrown
· 12 years ago
9cbb175
blk: centralize non-request unplug handling.
by NeilBrown
· 12 years ago
a051661
blkcg: implement per-blkg request allocation
by Tejun Heo
· 12 years ago
5b788ce
block: prepare for multiple request_lists
by Tejun Heo
· 12 years ago
8a5ecdd
block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvpriv
by Tejun Heo
· 12 years ago
76aaa51
block: Drop dead function blk_abort_queue()
by Asias He
· 12 years ago
0d16751
Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
85fd0bc
Fix blkdev.h build errors when BLOCK=n
by Russell King
· 12 years ago
0b7877d
Merge tag 'v3.4-rc5' into for-3.5/core
by Jens Axboe
· 13 years ago
3c79839
blkcg: mass rename of blkcg API
by Tejun Heo
· 13 years ago
a2b1693
blkcg: implement per-queue policy activation
by Tejun Heo
· 13 years ago
03d8e11
blkcg: add request_queue->root_blkg
by Tejun Heo
· 13 years ago
Next »