Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
48ab45adcccc0835ac2a09805f3f9dff6b073b6c
/
drivers
/
block
decf6d7
Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme into for-linus
by Jens Axboe
· 10 years ago
0c0f9b9
NVMe: Fix potential corruption on sync commands
by Keith Busch
· 10 years ago
4832851
NVMe: Remove unused variables
by Keith Busch
· 10 years ago
9ac1693
NVMe: Fix scsi mode select llbaa setting
by Keith Busch
· 10 years ago
07836e6
NVMe: Fix potential corruption during shutdown
by Keith Busch
· 10 years ago
2e1d844
NVMe: Asynchronous controller probe
by Keith Busch
· 10 years ago
b3fffde
NVMe: Register management handle under nvme class
by Keith Busch
· 10 years ago
4f1982b
NVMe: Update SCSI Inquiry VPD 83h translation
by Keith Busch
· 10 years ago
e1e5e56
NVMe: Metadata format support
by Keith Busch
· 10 years ago
4533f6e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 10 years ago
7ad18af
rbd: convert to blk-mq
by Christoph Hellwig
· 10 years ago
cf32bd9
rbd: do not treat standalone as flatten
by Ilya Dryomov
· 10 years ago
73e39e4
rbd: fix error paths in rbd_dev_refresh()
by Ilya Dryomov
· 10 years ago
3a25cf4
rbd: nuke copy_token()
by Rickard Strandqvist
· 10 years ago
53861af
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
a7a97fc
brd: rename XIP to DAX
by Matthew Wilcox
· 10 years ago
8180995
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
02f1f21
kernel.h: remove ancient __FUNCTION__ hack
by Rasmus Villemoes
· 10 years ago
3eba0c6
mm/zpool: add name argument to create zpool
by Ganesh Mahendran
· 10 years ago
ee980160
zram: remove request_queue from struct zram
by Sergey Senozhatsky
· 10 years ago
08eee69
zram: remove init_lock in zram_make_request
by Minchan Kim
· 10 years ago
2b269ce
zram: check bd_openers instead of bd_holders
by Minchan Kim
· 10 years ago
a096caf
zram: rework reset and destroy path
by Sergey Senozhatsky
· 10 years ago
ba6b17d
zram: fix umount-reset_store-mount race condition
by Sergey Senozhatsky
· 10 years ago
1fec117
zram: free meta table in zram_meta_free
by Ganesh Mahendran
· 10 years ago
b817995
zram: clean up zram_meta_alloc()
by Sergey Senozhatsky
· 10 years ago
8494bcf
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
3e12cef
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
bdccc4e
Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 10 years ago
b042a3c
xen-blkback: default to X86_32 ABI on x86
by David Vrabel
· 10 years ago
3bb8c98
xen-blkfront: fix accounting of reqs when migrating
by Roger Pau Monne
· 10 years ago
b7f120b
floppy: Avoid manual call of device_create_file()
by Takashi Iwai
· 10 years ago
ac3dd5b
NVMe: avoid kmalloc/kfree for smaller IO
by Jens Axboe
· 10 years ago
c43cf3e
xen-blkback: safely unmap grants in case they are still in use
by Jennifer Herbert
· 10 years ago
ff4b156
xen/grant-table: add helpers for allocating pages
by David Vrabel
· 10 years ago
e69b8d4
rbd: drop parent_ref in rbd_dev_unprobe() unconditionally
by Ilya Dryomov
· 10 years ago
ae43e9d
rbd: fix rbd_dev_parent_get() when parent_overlap == 0
by Ilya Dryomov
· 10 years ago
a4a1cc1
Merge branch 'for-3.20/core' into for-3.20/drivers
by Jens Axboe
· 10 years ago
ee1b6f7
block: support different tag allocation policy
by Shaohua Li
· 10 years ago
121c7ad
NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
by kaoudis
· 10 years ago
d93ba7a
block: Add discard flag to blkdev_issue_zeroout() function
by Martin K. Petersen
· 10 years ago
bb6ec57
virtio_blk: coding style fixes
by Michael S. Tsirkin
· 10 years ago
a4379fd
virtio/blk: verify device has config space
by Michael S. Tsirkin
· 10 years ago
227290b
null_blk: suppress invalid partition info
by Jens Axboe
· 10 years ago
6222d17
NVMe: cq_vector should be signed
by Jens Axboe
· 10 years ago
c8fa317
brd: Request from fdisk 4k alignment
by Boaz Harrosh
· 10 years ago
937af5e
brd: Fix all partitions BUGs
by Boaz Harrosh
· 10 years ago
d4119ee
Merge branch 'for-3.20/core' into for-3.20/drivers
by Jens Axboe
· 10 years ago
dd22f55
block: Change direct_access calling convention
by Matthew Wilcox
· 10 years ago
7a509a6
NVMe: Fix locking on abort handling
by Keith Busch
· 10 years ago
c9d3bf8
NVMe: Start and stop h/w queues on reset
by Keith Busch
· 10 years ago
cef6a94
NVMe: Command abort handling fixes
by Keith Busch
· 10 years ago
0fb59cb
NVMe: Admin queue removal handling
by Keith Busch
· 10 years ago
ea191d2
NVMe: Reference count admin queue usage
by Keith Busch
· 10 years ago
c917dfe
NVMe: Start all requests
by Keith Busch
· 10 years ago
78e367a
loop: add blk-mq.h include
by Jens Axboe
· 10 years ago
af65aa8
block: loop: don't handle REQ_FUA explicitly
by Ming Lei
· 10 years ago
cf655d9
block: loop: introduce lo_discard() and lo_req_flush()
by Ming Lei
· 10 years ago
3011201
block: loop: say goodby to bio
by Ming Lei
· 10 years ago
b5dd2f6
block: loop: improve performance via blk-mq
by Ming Lei
· 10 years ago
35b489d
block: fix checking return value of blk_mq_init_queue
by Ming Lei
· 10 years ago
2b25d98
NVMe: Fix double free irq
by Keith Busch
· 10 years ago
5766650
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 10 years ago
7e868b6
rbd: don't treat CEPH_OSD_OP_DELETE as extent op
by Ilya Dryomov
· 10 years ago
e96a650
ceph, rbd: delete unnecessary checks before two function calls
by SF Markus Elfring
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
9ea18f8
Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
caf292a
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
78a45c6
Merge branch 'akpm' (second patch-bomb from Andrew)
by Linus Torvalds
· 10 years ago
083914e
zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute
by Ganesh Mahendran
· 10 years ago
d49b1c2
mm/zram: correct ZRAM_ZERO flag bit position
by Mahendran Ganesh
· 10 years ago
8c7f010
zram: implement rw_page operation of zram
by karam.lee
· 10 years ago
54850e7
zram: change parameter from vaild_io_request()
by karam.lee
· 10 years ago
b627cff
zram: remove bio parameter from zram_bvec_rw()
by karam.lee
· 10 years ago
849c6e7
NVMe: fix race condition in nvme_submit_sync_cmd()
by Jens Axboe
· 10 years ago
76e74bb
sunvdc: reconnect ldc after vds service domain restarts
by Dwight Engen
· 10 years ago
fe47c3c
vio: create routines for inc,dec vio dring indexes
by Dwight Engen
· 10 years ago
31f4888
sunvdc: fix module unload/reload
by Dwight Engen
· 10 years ago
fe54303
NVMe: fix retry/error logic in nvme_queue_rq()
by Jens Axboe
· 10 years ago
6b9e2ce
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 10 years ago
285dffc
NVMe: Fix FS mount issue (hot-remove followed by hot-add)
by Indraneel M
· 10 years ago
cbfe0de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
d8ead9b
Merge branch 'for-jens-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.19/drivers
by Jens Axboe
· 10 years ago
97fe383
NVMe: fix error return checking from blk_mq_alloc_request()
by Jens Axboe
· 10 years ago
c87fd54
NVMe: fix freeing of wrong request in abort path
by Sam Bradshaw
· 10 years ago
fdf9b96
xen/blkfront: remove redundant flush_op
by Vitaly Kuznetsov
· 10 years ago
ad42d39
xen/blkfront: improve protection against issuing unsupported REQ_FUA
by Vitaly Kuznetsov
· 10 years ago
51cdc38
virtio: drop VIRTIO_F_VERSION_1 from drivers
by Michael S. Tsirkin
· 10 years ago
38f37b5
virtio_blk: fix race at module removal
by Michael S. Tsirkin
· 10 years ago
393c525
virtio_blk: make serial attribute static
by Michael S. Tsirkin
· 10 years ago
19c1c5a
virtio_blk: v1.0 support
by Michael S. Tsirkin
· 10 years ago
ba00410
Merge branch 'iov_iter' into for-next
by Al Viro
· 10 years ago
dc843ef
Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus
by James Bottomley
· 10 years ago
9af8785
NVMe: Fix command setup on IO retry
by Keith Busch
· 10 years ago
709c866
null_blk: boundary check queue_mode and irqmode
by Matias Bjorling
· 10 years ago
eb846d9
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
by Hannes Reinecke
· 10 years ago
fa573f7
block/rsxx: use generic io stats accounting functions to simplify io stat accounting
by Gu Zheng
· 10 years ago
2448085
drbd: use generic io stats accounting functions to simplify io stat accounting
by Gu Zheng
· 10 years ago
c78b4713
NVMe: Update module version major number
by Keith Busch
· 10 years ago
be7837e
NVMe: fail pci initialization if the device doesn't have any BARs
by Jens Axboe
· 10 years ago
Next »