Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f4560ffe8cec1361b1021d81aca6a4173f8e7c87
/
drivers
/
block
4559fa5
xen-blkfront: remove bio splitting.
by NeilBrown
· 7 years ago
a1d9140
pktcdvd: use bio_clone_fast() instead of bio_clone()
by NeilBrown
· 7 years ago
8cb0def
drbd: use bio_clone_fast() instead of bio_clone()
by NeilBrown
· 7 years ago
f856dc3
rbd: use bio_clone_fast() instead of bio_clone()
by NeilBrown
· 7 years ago
47e0fb4
blk: make the bioset rescue_workqueue optional.
by NeilBrown
· 7 years ago
011067b
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
by NeilBrown
· 7 years ago
af67c31
blk: remove bio_set arg from blk_queue_split()
by NeilBrown
· 7 years ago
b2ee7d4
loop: Add PF_LESS_THROTTLE to block/loop device thread.
by NeilBrown
· 7 years ago
cc3f2e9
block: swim3: make of_device_ids const.
by Arvind Yadav
· 7 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 7 years ago
fc17b65
blk-mq: switch ->queue_rq return value to blk_status_t
by Christoph Hellwig
· 7 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 7 years ago
dc88e34
nbd: set sk->sk_sndtimeo for our sockets
by Josef Bacik
· 7 years ago
b040ad9
loop: fix error handling regression
by Arnd Bergmann
· 7 years ago
f2c6df7
loop: support 4k physical blocksize
by Hannes Reinecke
· 7 years ago
51001b7
loop: Remove unused 'bdev' argument from loop_set_capacity
by Hannes Reinecke
· 7 years ago
6460495
Fix loop device flush before configure v3
by James Wang
· 7 years ago
65d0332
Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
ec2be6a
pktcdvd: Check queue type before attaching to a queue
by Bart Van Assche
· 7 years ago
9efc160
block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
by Bart Van Assche
· 7 years ago
685c9b2
nbd: add FUA op support
by Shaun McDowell
· 7 years ago
fa97653
nbd: don't leak nbd_config
by Ilya Dryomov
· 7 years ago
af622b8
nbd: nbd_reset() call in nbd_dev_add() is redundant
by Ilya Dryomov
· 7 years ago
6ac5695
rbd: implement REQ_OP_WRITE_ZEROES
by Ilya Dryomov
· 7 years ago
894e216
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
d3f7c35
Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
by Jens Axboe
· 8 years ago
2d4456c
block: xen-blkback: add null check to avoid null pointer dereference
by Gustavo A. R. Silva
· 8 years ago
a00ebd1
drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()
by Lars Ellenberg
· 8 years ago
c44b594
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
26c5eaa
Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
f108304
treewide: convert PF_MEMALLOC manipulations to new helpers
by Vlastimil Babka
· 8 years ago
1134e09
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
by Deepa Dinamani
· 8 years ago
19809c2
mm, vmalloc: use __GFP_HIGHMEM implicitly
by Michal Hocko
· 8 years ago
044f1da
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
e010dd0
rbd: exclusive map option
by Ilya Dryomov
· 8 years ago
3b77faa
rbd: return ResponseMessage result from rbd_handle_request_lock()
by Ilya Dryomov
· 8 years ago
f9bebd5
rbd: kill rbd_is_lock_supported()
by Ilya Dryomov
· 8 years ago
14bb211
rbd: support updating the lock cookie without releasing the lock
by Ilya Dryomov
· 8 years ago
cbbfb0f
rbd: store lock cookie
by Ilya Dryomov
· 8 years ago
bbead74
rbd: ignore unlock errors
by Ilya Dryomov
· 8 years ago
5769ed0
rbd: fix error handling around rbd_init_disk()
by Ilya Dryomov
· 8 years ago
fd22aef
rbd: move rbd_unregister_watch() call into rbd_dev_image_release()
by Ilya Dryomov
· 8 years ago
8b679ec
rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()
by Ilya Dryomov
· 8 years ago
74da4a0f
libceph, ceph: always advertise all supported features
by Ilya Dryomov
· 8 years ago
f0fe998
zram: reduce load operation in page_same_filled
by Sangwoo Park
· 8 years ago
302128d
zram: use zram_free_page instead of open-coded
by Minchan Kim
· 8 years ago
643ae61
zram: introduce zram data accessor
by Minchan Kim
· 8 years ago
beb6602
zram: remove zram_meta structure
by Minchan Kim
· 8 years ago
86c4981
zram: use zram_slot_lock instead of raw bit_spin_lock op
by Minchan Kim
· 8 years ago
1f7319c
zram: partial IO refactoring
by Minchan Kim
· 8 years ago
e86942c
zram: handle multiple pages attached bio's bvec
by Minchan Kim
· 8 years ago
1ef97fe
brd: fix uninitialized use of brd->dax_dev
by Gerald Schaefer
· 8 years ago
6f63503c
mtip32xx: convert internal commands to regular block infrastructure
by Jens Axboe
· 8 years ago
994ff07
mtip32xx: cleanup internal tag assumptions
by Jens Axboe
· 8 years ago
89c9fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
9b2bbdb
virtio: wrap find_vqs
by Michael S. Tsirkin
· 8 years ago
d6296d39
blk-mq: update ->init_request and ->exit_request prototypes
by Christoph Hellwig
· 8 years ago
a800ce8
Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"
by Jens Axboe
· 8 years ago
3f5e6a3
mtip32xx: convert internal command issue to block IO path
by Jens Axboe
· 8 years ago
baed548
mtip32xx: abstract out "are any commands active" helper
by Jens Axboe
· 8 years ago
8afdd94
mtip32xx: kill atomic argument to mtip_quiesce_io()
by Jens Axboe
· 8 years ago
0f6422a
mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
by Jens Axboe
· 8 years ago
3527d3e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
60ae36a
nbd: fix use after free on module unload
by Josef Bacik
· 8 years ago
a4e84aa
mtip32xx: use runtime tag to initialize command header
by Ming Lei
· 8 years ago
d4b29fd7
block: remove block_device_operations ->direct_access()
by Dan Williams
· 8 years ago
543b334
virtio_blk: Fix English description of VIRTIO_BLK_SCSI
by Jean Delvare
· 8 years ago
fb79670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
95c55ff
mtip32xx: fix dereference of stack garbage
by Jens Axboe
· 8 years ago
1cc1f17
nbd: set the max segments to USHRT_MAX
by Josef Bacik
· 8 years ago
c877f42
swim3: remove (commented out) printing of req->errors
by Christoph Hellwig
· 8 years ago
c8e9078
ataflop: switch from req->errors to req->error_count
by Christoph Hellwig
· 8 years ago
4590879
floppy: switch from req->errors to req->error_count
by Christoph Hellwig
· 8 years ago
08e0029
blk-mq: remove the error argument to blk_mq_complete_request
by Christoph Hellwig
· 8 years ago
2609587
xen-blkfront: don't use req->errors
by Christoph Hellwig
· 8 years ago
4dda473
mtip32xx: add a status field to struct mtip_cmd
by Christoph Hellwig
· 8 years ago
1e388ae
nbd: don't use req->errors
by Christoph Hellwig
· 8 years ago
eb1a61a
null_blk: don't pass always-0 req->errors to blk_mq_complete_request
by Christoph Hellwig
· 8 years ago
fe2cb29
loop: zero-fill bio on the submitting cpu
by Christoph Hellwig
· 8 years ago
17d5363
scsi: introduce a result field in struct scsi_request
by Christoph Hellwig
· 8 years ago
d19633d
virtio_blk: don't use req->errors
by Christoph Hellwig
· 8 years ago
a1a6e62b
virtio: fix spelling of virtblk_scsi_request_done
by Christoph Hellwig
· 8 years ago
b7819b9
block: remove the blk_execute_rq return value
by Christoph Hellwig
· 8 years ago
75a500e
pd: don't check blk_execute_rq return value.
by Christoph Hellwig
· 8 years ago
2644a3c
null_blk: Use blk_init_request_from_bio() instead of open-coding it
by Bart Van Assche
· 8 years ago
1647b9b
brd: add dax_operations support
by Dan Williams
· 8 years ago
4981d04
mtip32xx: pass BLK_MQ_F_NO_SCHED
by Ming Lei
· 8 years ago
1008155
block: remove the osdblk driver
by Christoph Hellwig
· 8 years ago
ebb16d0
nbd: set the max segment size to UINT_MAX
by Josef Bacik
· 8 years ago
89515d0
blkfront: add uevent for size change
by Marc Olson
· 8 years ago
a2c9790
nbd: add a flag to destroy an nbd device on disconnect
by Josef Bacik
· 8 years ago
c6a4759
nbd: add device refcounting
by Josef Bacik
· 8 years ago
47d902b
nbd: add a status netlink command
by Josef Bacik
· 8 years ago
560bc4b
nbd: handle dead connections
by Josef Bacik
· 8 years ago
2516ab1
nbd: only clear the queue on device teardown
by Josef Bacik
· 8 years ago
799f9a3
nbd: multicast dead link notifications
by Josef Bacik
· 8 years ago
Next »