Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a725f65e52de73defb3c7033c471c48c56ca6cdd
/
drivers
/
block
/
virtio_blk.c
577ebb3
block: add and use scsi_blk_cmd_ioctl
by Paolo Bonzini
· 13 years ago
f8fb5bc
virtio: blk: Add freeze, restore handlers to support S4
by Amit Shah
· 13 years ago
6abd6e5
virtio: blk: Move vq initialization to separate function
by Amit Shah
· 13 years ago
4678d6f9
virtio_blk: fix config handler race
by Michael S. Tsirkin
· 13 years ago
f96fde4
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
by Rusty Russell
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
5087a50
virtio-blk: use ida to allocate disk index
by Michael S. Tsirkin
· 13 years ago
0c8d44f
block: Fix files that are modules and hence need module.h
by Paul Gortmaker
· 13 years ago
6917f83
drivers, block: virtio_blk: Replace cryptic number with the macro
by Liu Yuan
· 14 years ago
7a7c924
virtio_blk: allow re-reading config space at runtime
by Christoph Hellwig
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
fe5a50a
virtio_blk: remove BKL leftovers
by Christoph Hellwig
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
e4c4776
virtio-blk: fix request leak.
by Mike Snitzer
· 14 years ago
02c42b7
virtio_blk: drop REQ_HARDBARRIER support
by Tejun Heo
· 14 years ago
4913efe
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
by Tejun Heo
· 14 years ago
6958f14
block: kill QUEUE_ORDERED_BY_TAG
by Tejun Heo
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
8a6cfeb
block: push down BKL into .locked_ioctl
by Arnd Bergmann
· 14 years ago
00fff26
block: remove q->prepare_flush_fn completely
by FUJITA Tomonori
· 14 years ago
dd40e45
virtio_blk: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
15fa6e8
virtio_blk: add default case to cmd type switch
by Jens Axboe
· 14 years ago
33659eb
block: remove wrappers for request type/flags
by Christoph Hellwig
· 14 years ago
6c99a85
virtio_blk: Remove VBID ioctl
by Ryan Harper
· 14 years ago
a5eb9e4
virtio_blk: Add 'serial' attribute to virtio-blk devices (v2)
by Ryan Harper
· 14 years ago
10bc310
virtio_blk: support barriers without FLUSH feature
by Christoph Hellwig
· 14 years ago
a5b365a
virtio-blk: fix minimum number of S/G elements
by Christoph Hellwig
· 14 years ago
09ec6b6
virtio_blk: use virtqueue_xxx wrappers
by Michael S. Tsirkin
· 15 years ago
bdb4a13
virtio_blk: remove multichar constant.
by Rusty Russell
· 15 years ago
234f272
Add virtio disk identification ioctl
by john cooper
· 15 years ago
4cb2ea2
Add virtio disk identification support
by john cooper
· 15 years ago
2f40842
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
ee714f2
block: Finalize conversion of block limits functions
by Martin K. Petersen
· 15 years ago
b1bf936
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
69740c8
virtio_blk: add block topology support
by Christoph Hellwig
· 15 years ago
47483e2
block: make virtio device id constant
by Márton Németh
· 15 years ago
3225bea
virtio_blk: Revert serial number support
by Rusty Russell
· 15 years ago
e95646c
virtio: let header files include virtio_ids.h
by Christian Borntraeger
· 15 years ago
f8b12e5
virtio_blk: revert QUEUE_FLAG_VIRT addition
by Christoph Hellwig
· 15 years ago
1f0918d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
f1b0ef06
virtio_blk: add support for cache flush
by Christoph Hellwig
· 15 years ago
3ca4f5c
virtio: add virtio IDs file
by Fernando Luis Vazquez Cao
· 15 years ago
3c1b27d
virtio: make add_buf return capacity remaining
by Rusty Russell
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
bb184d1
Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc
by Linus Torvalds
· 15 years ago
4fbfff76
virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatch
by Rakib Mullick
· 15 years ago
d9ecdea
virtio_blk: ioctl return value fix
by Christoph Hellwig
· 15 years ago
4eff3ca
virtio_blk: don't bounce highmem requests
by Christoph Hellwig
· 15 years ago
98e9444
virtio_blk: add missing __dev{init,exit} markings
by Mike Frysinger
· 16 years ago
d2a7ddd
virtio: find_vqs/del_vqs virtio operations
by Michael S. Tsirkin
· 15 years ago
9499f5e
virtio: add names to virtqueue struct, mapping from devices to queues.
by Rusty Russell
· 15 years ago
1d589bb
Add serial number support for virtio_blk, V4a
by john cooper
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
f831cc0
virtio_blk: get rid of unused variable
by Jens Axboe
· 16 years ago
1cde26f
virtio_blk: SG_IO passthru support
by Hannes Reinecke
· 16 years ago
6c3b46f
virtio_blk: don't blindly derefence req->rq_disk
by Christoph Hellwig
· 16 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
83096eb
block: convert to pos and nr_sectors accessors
by Tejun Heo
· 16 years ago
40cbbb7
block: implement and use [__]blk_end_request_all()
by Tejun Heo
· 16 years ago
ab70537
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 16 years ago
b194aee
virtio_blk: fix type warning
by Randy Dunlap
· 16 years ago
0864b79
virtio: block: dynamic maximum segments
by Rusty Russell
· 16 years ago
4b7f7e2
virtio: set max_segment_size and max_sectors to infinite.
by Rusty Russell
· 16 years ago
7d116b6
virtio_blk: set queue paravirt flag
by Fernando Luis Vázquez Cao
· 16 years ago
4e10985
[PATCH] switch virtio_blk
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
74f3c8a
[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
by Al Viro
· 17 years ago
8316982
virtio_blk: change to use __blk_end_request()
by Kiyoshi Ueda
· 16 years ago
766ca44
virtio_blk: use a wrapper function to access io context information of IO requests
by Fernando Luis Vázquez Cao
· 16 years ago
066f4d8
virtio_blk: check for hardsector size from host
by Christian Borntraeger
· 16 years ago
3ef5360
virtio_blk: allow read-only disks
by Christian Borntraeger
· 17 years ago
ac9d463
Fix crash in virtio_blk during modprobe ; rmmod ; modprobe
by Chris Lalancette
· 16 years ago
48e4043
virtio: add virtio disk geometry feature
by Ryan Harper
· 17 years ago
c45a681
virtio: explicit advertisement of driver features
by Rusty Russell
· 17 years ago
72e61eb
virtio: change config to guest endian.
by Rusty Russell
· 17 years ago
2e895e4
virtio-blk: fix remove oops
by Marcelo Tosatti
· 17 years ago
cb38fa2
virtio: de-structify virtio_block status byte
by Rusty Russell
· 17 years ago
c483934
virtio: Fix sysfs bits to have proper block symlink
by Jeremy Katz
· 17 years ago
d50ed90
virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz
by Christian Borntraeger
· 17 years ago
4f3bf19
virtio_blk: Dont waste major numbers
by Christian Borntraeger
· 17 years ago
135da0b
virtio_blk: provide getgeo
by Christian Borntraeger
· 17 years ago
6e5aa7e
virtio: reset function
by Rusty Russell
· 17 years ago
18445c4
virtio: explicit enable_cb/disable_cb rather than callback return.
by Rusty Russell
· 17 years ago
a586d4f
virtio: simplify config mechanism.
by Rusty Russell
· 17 years ago
74b2553
virtio: fix module/device unloading
by Rusty Russell
· 17 years ago
3d1266c
SG: audit of drivers that use blk_rq_map_sg()
by Jens Axboe
· 17 years ago
e467cde
Block driver using virtio.
by Rusty Russell
· 17 years ago