Sign in
android-kvm
/
linux
/
8ce953aa39e2bfd66036a27abdf761c2cb93f02c
/
drivers
/
block
8ce953a
drbd: silence -Wmissing-prototypes warnings
by Lars Ellenberg
· 11 years ago
3e0c78d
drbd: drop wrong debugging aid
by Lars Ellenberg
· 11 years ago
4dd726f
drbd: get rid of drbd_queue_work_front
by Lars Ellenberg
· 11 years ago
ac0acb9
drbd: use drbd_device_post_work() in more places
by Lars Ellenberg
· 11 years ago
e334f55
drbd: make sure disk cleanup happens in worker context
by Lars Ellenberg
· 11 years ago
ba3c6fb
drbd: close race when detaching from disk
by Lars Ellenberg
· 11 years ago
2ed912e9
drbd: explicitly submit meta data requests with REQ_NOIDLE
by Lars Ellenberg
· 11 years ago
720979f
drbd: move set_disk_ro() to after we persisted the new role
by Lars Ellenberg
· 11 years ago
123ff12
drbd: trigger tcp_push_pending_frames() for PING and PING_ACK
by Lars Ellenberg
· 11 years ago
66ce6db
drbd: re-add lost conf_mutex protection in drbd_set_role
by Lars Ellenberg
· 11 years ago
fcb0967
drbd: stop the meta data sync timer before open coded meta data sync
by Lars Ellenberg
· 11 years ago
5ab7d2c
drbd: fix resync finished detection
by Lars Ellenberg
· 11 years ago
a80ca1a
drbd: fix a race stopping the worker thread
by Lars Ellenberg
· 11 years ago
c7a58db
drbd: get rid of atomic update on disk bitmap works
by Lars Ellenberg
· 11 years ago
70df709
drbd: allow write-ordering policy to be bumped up again
by Lars Ellenberg
· 11 years ago
44a4d55
drbd: refactor use of first_peer_device()
by Lars Ellenberg
· 11 years ago
35b5ed5
drbd: reduce number of spinlock drop/re-aquire cycles
by Lars Ellenberg
· 11 years ago
28995af
drbd: rename drbd_free_bc() to drbd_free_ldev()
by Philipp Reisner
· 11 years ago
8fe39aa
drbd: device->ldev is not guaranteed on an D_ATTACHING disk
by Philipp Reisner
· 11 years ago
e952658
drbd: Move write_ordering from connection to resource
by Philipp Reisner
· 11 years ago
6a27b65
block: virtio-blk: support multi virt queues per virtio-blk device
by Ming Lei
· 11 years ago
3493860
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
54ed4ed
drbd: fix NULL pointer deref in blk_add_request_payload
by Lars Ellenberg
· 11 years ago
9638556
rbd: handle parent_overlap on writes correctly
by Ilya Dryomov
· 11 years ago
f1d7024
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
e64d468
Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus
by Jens Axboe
· 11 years ago
1c65df3
floppy: format block0 read error message properly
by Jiri Kosina
· 11 years ago
d891fa7
null_blk: fix softirq completions for queue_mode == 1
by Jens Axboe
· 11 years ago
b55b390
Merge git://git.infradead.org/users/willy/linux-nvme
by Linus Torvalds
· 11 years ago
b8e0808
NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.
by Dan McLeran
· 11 years ago
ef351b9
NVMe: Use Log Page constants in SCSI emulation
by Matthew Wilcox
· 11 years ago
f3db22f
NVMe: Fix hot cpu notification dead lock
by Keith Busch
· 11 years ago
6d87c22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
54ae81c
null_blk: fix name and description of 'queue_mode' module parameter
by Mike Snitzer
· 11 years ago
23d4ed5
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
22001f6
rbd: only set disk to read-only once
by Josh Durgin
· 11 years ago
77f33c0
rbd: move calls that may sleep out of spin lock range
by Josh Durgin
· 11 years ago
131fd9f
rbd: add ioctl for rbd
by Guangliang Zhao
· 11 years ago
04cfac4
nbd: zero from and len fields in NBD_CMD_DISCONNECT.
by Hani Benhabiles
· 11 years ago
f45c40a
mtip32xx: minor performance enhancements
by Sam Bradshaw
· 11 years ago
f27b087
block: add blk_rq_set_block_pc()
by Jens Axboe
· 11 years ago
ffe312c
rbd: fix ida/idr memory leak
by Ilya Dryomov
· 11 years ago
0f2d5be
rbd: use reference counts for image requests
by Alex Elder
· 11 years ago
b30a01f
rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()
by Ilya Dryomov
· 11 years ago
30ba1f0
rbd: make sure we have latest osdmap on 'rbd map'
by Ilya Dryomov
· 11 years ago
461f758
rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
by Duan Jiong
· 11 years ago
00170fd
Merge branch 'akpm' (patchbomb from Andrew) into next
by Linus Torvalds
· 11 years ago
38515c7
zram: correct offset usage in zram_bio_discard
by Weijie Yang
· 11 years ago
96f8d8e
brd: return -ENOSPC rather than -ENOMEM on page allocation failure
by Matthew Wilcox
· 11 years ago
a72132c
brd: add support for rw_page()
by Matthew Wilcox
· 11 years ago
0e62f51
blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter
by Jens Axboe
· 11 years ago
bd67608
NVMe: Rename io_timeout to nvme_io_timeout
by Matthew Wilcox
· 11 years ago
dedf4b1
NVMe: Use last bytes of f/w rev SCSI Inquiry
by Keith Busch
· 11 years ago
b4e75cb
NVMe: Adhere to request queue block accounting enable/disable
by Sam Bradshaw
· 11 years ago
a51afb5
NVMe: Fix nvme get/put queue semantics
by Keith Busch
· 11 years ago
de672b9
NVMe: Delete NVME_GET_FEAT_TEMP_THRESH
by Matthew Wilcox
· 11 years ago
9d43cf6
NVMe: Make admin timeout a module parameter
by Keith Busch
· 11 years ago
61e4ce0
NVMe: Make iod bio timeout a parameter
by Keith Busch
· 11 years ago
c84a1e3
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 11 years ago
6808c5f
NVMe: Prevent possible NULL pointer dereference
by Santosh Y
· 11 years ago
4131f2f
NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)
by Indraneel Mukherjee
· 11 years ago
80081ec
Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into next
by Linus Torvalds
· 11 years ago
4255532
Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next
by Linus Torvalds
· 11 years ago
681a289
Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next
by Linus Torvalds
· 11 years ago
5d70dac
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k into next
by Linus Torvalds
· 11 years ago
e8edca6
block: virtio_blk: don't hold spin lock during world switch
by Ming Lei
· 11 years ago
f89ca16
Merge branch 'for-3.16/core' into for-3.16/drivers
by Jens Axboe
· 11 years ago
879466e
Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-3.16/drivers
by Jens Axboe
· 11 years ago
814d04e
xen-blkback: defer freeing blkif to avoid blocking xenwatch
by Valentin Priescu
· 11 years ago
c926b70
xen/blkback: disable discard feature if requested by toolstack
by Olaf Hering
· 11 years ago
1c8cad6
xen-blkfront: remove type check from blkfront_setup_discard
by Olaf Hering
· 11 years ago
0fb662e
Merge branch 'for-3.16/core' into for-3.16/drivers
by Jens Axboe
· 11 years ago
cdef54d
blk-mq: remove alloc_hctx and free_hctx methods
by Christoph Hellwig
· 11 years ago
6178976
Merge branch 'for-3.16/core' into for-3.16/drivers
by Jens Axboe
· 11 years ago
6314a10
floppy: do not corrupt bio.bi_flags when reading block 0
by Jiri Kosina
· 11 years ago
f14bbe7
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
by Jens Axboe
· 11 years ago
f0d54a5
NVMe: Implement PCIe reset notification callback
by Keith Busch
· 11 years ago
aa0818c
virtio_blk: fix race between start and stop queue
by Ming Lei
· 11 years ago
a4de73f
m68k/atari - ataflop: use correct virt/phys translation for DMA buffer
by Michael Schmitz
· 11 years ago
65c2ce7
Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes
by Ingo Molnar
· 11 years ago
9b204fb
mtip32xx: move error handling to service thread
by Asai Thambi S P
· 11 years ago
0c29e93
virtio_blk: fix race between start and stop queue
by Ming Lei
· 11 years ago
9acf03c
mtip32xx: stop block hardware queues before quiescing IO
by Jens Axboe
· 11 years ago
a8a642c
mtip32xx: blk_mq_init_queue() returns an ERR_PTR
by Dan Carpenter
· 11 years ago
ffc771b
mtip32xx: convert to use blk-mq
by Jens Axboe
· 11 years ago
21bd78b
NVMe: Enable BUILD_BUG_ON checks
by Matthew Wilcox
· 11 years ago
2fe5de9
Merge branch 'sched/urgent' into sched/core, to avoid conflicts
by Ingo Molnar
· 11 years ago
53562be
NVMe: Flush with data support
by Keith Busch
· 11 years ago
a7d2ce2
NVMe: Configure support for block flush
by Keith Busch
· 11 years ago
2145e15
floppy: don't write kernel-only members to FDRAWCMD ioctl output
by Matthew Daley
· 11 years ago
ef87dbe
floppy: ignore kernel-only members in FDRAWCMD ioctl input
by Matthew Daley
· 11 years ago
3291fa5
NVMe: Add tracepoints
by Keith Busch
· 11 years ago
94bbac4
NVMe: Protect against badly formatted CQEs
by Keith Busch
· 11 years ago
27e8166
NVMe: Improve error messages
by Matthew Wilcox
· 11 years ago
8757ad6
NVMe: Update copyright headers
by Matthew Wilcox
· 11 years ago
fc27691
block: null_blk: fix use after free
by Ming Lei
· 11 years ago
ec4a3407
drbd: use list_first_entry_or_null in first_peer_device/first_connection
by Lars Ellenberg
· 11 years ago
babea49
drbd: Allow attaching of a newly created device to any backing device
by Philipp Reisner
· 11 years ago
02df6fe
drbd: Test cstate while holding req_lock
by Philipp Reisner
· 11 years ago
c1b3156
drbd: use blk_set_stacking_limits()
by Philipp Reisner
· 11 years ago
Next »