Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
025c557a71bd06a9f6d32259f00e2218b15bf0a4
/
drivers
/
block
025c557
NVMe: Free admin queue on request_irq error
by Keith Busch
· 12 years ago
ec50373
NVMe: Add scsi unmap to SG_IO
by Keith Busch
· 12 years ago
14385de
NVMe: queue usage fixes in nvme-scsi
by Keith Busch
· 12 years ago
564a232
NVMe: Set TASK_INTERRUPTIBLE before processing queues
by Arjan van de Ven
· 12 years ago
5e82e95
NVMe: Add a character device for each nvme device
by Keith Busch
· 12 years ago
1c9b526
NVMe: Fix endian-related problems in user I/O submission path
by Matthew Wilcox
· 12 years ago
af2d9ca
NVMe: Fix I/O cancellation status on big-endian machines
by Matthew Wilcox
· 12 years ago
8741ee4
NVMe: Fix sparse warnings in scsi emulation
by Vishal Verma
· 12 years ago
422ef0c
NVMe: Don't fail initialisation unnecessarily
by Matthew Wilcox
· 12 years ago
063cc6d
NVMe: Abstract out sector to block number conversion
by Matthew Wilcox
· 12 years ago
acb7aa0
NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer
by Arjan van de Ven
· 12 years ago
5d0f613
NVMe: Add nvme-scsi.c
by Vishal Verma
· 12 years ago
f8ebf84
NVMe: Add definitions for format command
by Vishal Verma
· 12 years ago
13c3b0f
NVMe: Move structures & definitions to header file
by Vishal Verma
· 12 years ago
729dd1b
NVMe: Rename nvme.c to nvme-core.c
by Vishal Verma
· 12 years ago
0e5e4f0
NVMe: Add discard support for capable devices
by Keith Busch
· 12 years ago
5da273f
Merge git://git.infradead.org/users/willy/linux-nvme
by Linus Torvalds
· 12 years ago
1220903
NVMe: Add namespaces with no LBA range feature
by Keith Busch
· 12 years ago
1cf0209
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
f042fea
Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
398eb08
nbd: fix sparse warning
by Alex Elder
· 12 years ago
a83e814
nbd: show read-only state in sysfs
by Paolo Bonzini
· 12 years ago
3a2d63f8
nbd: fsync and kill block device on shutdown
by Paolo Bonzini
· 12 years ago
75f187a
nbd: support FLUSH requests
by Alex Bligh
· 12 years ago
56de210
drbd: convert to idr_alloc()
by Tejun Heo
· 12 years ago
c718aa6
block/loop: convert to idr_alloc()
by Tejun Heo
· 12 years ago
9d60916
block/loop: don't use idr_remove_all()
by Tejun Heo
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
1b83bef
libceph: update osd request/reply encoding
by Sage Weil
· 12 years ago
c47f937
rbd: pass length, not op for osd completions
by Alex Elder
· 12 years ago
39bf2c5
rbd: move rbd_osd_trivial_callback()
by Alex Elder
· 12 years ago
3dadecc
switch vfs_getattr() to struct path
by Al Viro
· 12 years ago
cc344fa
rbd: eliminate sparse warnings
by Alex Elder
· 12 years ago
37206ee
rbd: normalize dout() calls
by Alex Elder
· 12 years ago
632b88c
rbd: barriers are hard
by Alex Elder
· 12 years ago
4dda41d
rbd: ignore zero-length requests
by Alex Elder
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
b7a1da6
loopdev: ignore negative offset when calculate loop device size
by Guo Chao
· 12 years ago
b1a6650
loopdev: remove an user triggerable oops
by Guo Chao
· 12 years ago
7b0576a
loopdev: move common code into loop_figure_size()
by Guo Chao
· 12 years ago
541c742
loopdev: update block device size in loop_set_status()
by Guo Chao
· 12 years ago
5370019
loopdev: fix a deadlock
by Guo Chao
· 12 years ago
7414d4f
drivers/block/swim3.c: fix null pointer dereference
by Cong Ding
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
e177bb5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 12 years ago
d4308fe
Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.9/drivers
by Jens Axboe
· 12 years ago
4c7a08c
Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-ceph
by Alex Elder
· 12 years ago
903bb32
libceph: drop return value from page vector copy routines
by Alex Elder
· 12 years ago
23ed6e1
rbd: ignore result of ceph_copy_from_page_vector()
by Alex Elder
· 12 years ago
1ceae7e
rbd: prevent bytes transferred overflow
by Alex Elder
· 12 years ago
fbfab53
libceph: allow STAT osd operations
by Alex Elder
· 12 years ago
ef06f4d3
rbd: add parentheses to object request iterator macros
by Alex Elder
· 12 years ago
087ffec
xen-blkback: use balloon pages for persistent grants
by Roger Pau Monne
· 12 years ago
f84adf4
xen-blkfront: drop the use of llist_for_each_entry_safe
by Konrad Rzeszutek Wilk
· 12 years ago
01c681d
xen/blkback: Don't trust the handle from the frontend.
by Konrad Rzeszutek Wilk
· 12 years ago
9d09260
xen-blkback: do not leak mode property
by Jan Beulich
· 12 years ago
c206c70
block: IBM RamSan 70/80 driver fixes
by Philip J Kelleher
· 12 years ago
3c663bb
libceph: kill ceph_osdc_create_event() "one_shot" parameter
by Alex Elder
· 12 years ago
11e7651
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 12 years ago
f4d9605
sunvdc: Fix off-by-one in generic_request().
by David S. Miller
· 12 years ago
ec8edc7
Merge branch 'delete-xt-disk' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux into for-3.9/drivers
by Jens Axboe
· 12 years ago
0774130
rbd: add barriers near done flag operations
by Alex Elder
· 12 years ago
a14ea26
rbd: turn off interrupts for open/remove locking
by Alex Elder
· 12 years ago
9cbb1d7
libceph: don't require r_num_pages for bio requests
by Alex Elder
· 12 years ago
1e32d34
rbd: don't take extra bio reference for osd client
by Alex Elder
· 12 years ago
b82d167
rbd: prevent open for image being removed
by Alex Elder
· 12 years ago
6d29290
rbd: define flags field, use it for exists flag
by Alex Elder
· 12 years ago
8eb8756
rbd: don't drop watch requests on completion
by Alex Elder
· 12 years ago
25dcf95
rbd: decrement obj request count when deleting
by Alex Elder
· 12 years ago
975241a
rbd: track object rather than osd request for watch
by Alex Elder
· 12 years ago
6977c3f
rbd: unregister linger in watch sync routine
by Alex Elder
· 12 years ago
9f20e02
rbd: get rid of rbd_req_sync_exec()
by Alex Elder
· 12 years ago
36be9a7
rbd: implement sync method with new code
by Alex Elder
· 12 years ago
cf81b60
rbd: send notify ack asynchronously
by Alex Elder
· 12 years ago
5ae9db8
rbd: get rid of rbd_req_sync_notify_ack()
by Alex Elder
· 12 years ago
b8d7003
rbd: use new code for notify ack
by Alex Elder
· 12 years ago
ecf7a03
rbd: get rid of rbd_req_sync_watch()
by Alex Elder
· 12 years ago
9969ebc
rbd: implement watch/unwatch with new code
by Alex Elder
· 12 years ago
86ea43b
rbd: get rid of rbd_req_sync_read()
by Alex Elder
· 12 years ago
788e2df
rbd: implement sync object read with new code
by Alex Elder
· 12 years ago
7d250b9
rbd: kill rbd_req_coll and rbd_request
by Alex Elder
· 12 years ago
2250a71
rbd: kill rbd_rq_fn() and all other related code
by Alex Elder
· 12 years ago
bf0d5f50
rbd: new request tracking code
by Alex Elder
· 12 years ago
243eeb7
swim: Add missing spinlock init
by Jean Delvare
· 12 years ago
e5e9fda
rsxx: add slab.h include to dma.c
by Jens Axboe
· 12 years ago
1262e24
drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency
by Heiko Carstens
· 12 years ago
2110cf0
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
82bed4d
block: remove new __devinit/exit annotations on ramsam driver
by Stephen Rothwell
· 12 years ago
8722ff8
block: IBM RamSan 70/80 device driver
by josh.h.morris@us.ibm.com
· 12 years ago
969e5aa
Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing
by Alex Elder
· 12 years ago
422d26b
Merge 3.8-rc5 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
c043064
rbd: don't retry setting up header watch
by Alex Elder
· 12 years ago
38901e0
rbd: check for overflow in rbd_get_num_segments()
by Alex Elder
· 12 years ago
98571b5
rbd: small changes
by Alex Elder
· 12 years ago
1383923
Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linus
by Jens Axboe
· 12 years ago
0cb3d9c
drivers/block/paride: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
2681f7f
drbd: fix potential protocol error and resulting disconnect/reconnect
by Lars Ellenberg
· 12 years ago
2263647
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
e0b4986
rbd: fix type of snap_id in rbd_dev_v2_snap_info()
by Alex Elder
· 12 years ago
Next »