Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
17d5363b83f8c73ef9109f75a4a9b578f31d842f
/
drivers
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
65ba6b5
nvme: make nvme_error_status private
by Christoph Hellwig
· 8 years ago
27fa9bc
nvme: split nvme status from block req->errors
by Christoph Hellwig
· 8 years ago
d663b69
nvme-fc: fix status code handling in nvme_fc_fcpio_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
7c4cc30
bdi: Drop 'parent' argument from bdi_register[_va]()
by Jan Kara
· 8 years ago
c1844d5
fs: Remove SB_I_DYNBDI flag
by Jan Kara
· 8 years ago
fa06052
mtd: Convert to dynamically allocated bdi infrastructure
by Jan Kara
· 8 years ago
9594caf
lustre: Convert to separately allocated bdi
by Jan Kara
· 8 years ago
75ba4ad
ligtnvm: fix double blk_put_queue on same queue
by Rakesh Pandit
· 8 years ago
9460e28
lightnvm: Use blk_init_request_from_bio() instead of open-coding it
by Bart Van Assche
· 8 years ago
2644a3c
null_blk: Use blk_init_request_from_bio() instead of open-coding it
by Bart Van Assche
· 8 years ago
ef69790
lightnvm: assume 64-bit lba numbers
by Arnd Bergmann
· 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
b7aa3d3
nbd: add a reconfigure netlink command
by Josef Bacik
· 8 years ago
e46c728
nbd: add a basic netlink interface
by Josef Bacik
· 8 years ago
29eaadc
nbd: stop using the bdev everywhere
by Josef Bacik
· 8 years ago
5ea8d10
nbd: separate out the config information
by Josef Bacik
· 8 years ago
f373324
nbd: handle single path failures gracefully
by Josef Bacik
· 8 years ago
9b1355d
nbd: put socket in error cases
by Josef Bacik
· 8 years ago
1c6286f
lightnvm: fix some error code in pblk-init.c
by Dan Carpenter
· 8 years ago
2a79efd
lightnvm: fix some WARN() messages
by Dan Carpenter
· 8 years ago
503ec94
lightnvm: pblk-gc: fix an error pointer dereference in init
by Dan Carpenter
· 8 years ago
a4bd217
lightnvm: physical block device (pblk) target
by Javier González
· 8 years ago
6eb0824
lightnvm: convert sprintf into strlcpy
by Javier González
· 8 years ago
d788c59
lightnvm: fix type checks on rrpc
by Javier González
· 8 years ago
5d30f3b
lightnvm: clean unused variable
by Javier González
· 8 years ago
46b160c
lightnvm: make nvm_free static
by Javier González
· 8 years ago
4af3f75
lightnvm: allow to init targets on factory mode
by Javier González
· 8 years ago
e85292f
lightnvm: bad type conversion for nvme control bits
by Javier González
· 8 years ago
7d1ef2f
lightnvm: fix cleanup order of disk on init error
by Javier González
· 8 years ago
edee1bd
lightnvm: double-clear of dev->lun_map on target init error
by Javier González
· 8 years ago
b0e0306
lightnvm: don't check for failure from mempool_alloc()
by NeilBrown
· 8 years ago
48d663a
lightnvm: enable nvme size compile asserts
by Matias Bjørling
· 8 years ago
7a3de2b3
lightnvm: free reverse device map
by Javier González
· 8 years ago
17912c4
lightnvm: submit erases using the I/O path
by Javier González
· 8 years ago
2849a7b
nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify
by Scott Bauer
· 8 years ago
654a01b
lightnvm: Fix error handling
by Christophe JAILLET
· 8 years ago
8425339
remove the mg_disk driver
by Christoph Hellwig
· 8 years ago
bcd069b
scsi: sd: Remove LBPRZ dependency for discards
by Martin K. Petersen
· 8 years ago
e6bd931
scsi: sd: Separate zeroout and discard command choices
by Martin K. Petersen
· 8 years ago
48920ff
block: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
45c2179
drbd: implement REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
0dbed96
drbd: make intelligent use of blkdev_issue_zeroout
by Christoph Hellwig
· 8 years ago
5d1429f
mmc: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
274243f
rsxx: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
93c1def
rbd: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
f09a06a
brd: remove discard support
by Christoph Hellwig
· 8 years ago
19372e2
loop: implement REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
31edeac
zram: implement REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
e850fd1
nvme: implement REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
e4b8783
sd: implement unmapping Write Zeroes
by Christoph Hellwig
· 8 years ago
ee472d8
block: add a flags argument to (__)blkdev_issue_zeroout
by Christoph Hellwig
· 8 years ago
615ec94
dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
ac62d62
dm: support REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
0f5d690
dm io: discards don't take a payload
by Christoph Hellwig
· 8 years ago
3deff1a
md: support REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
02d2610
sd: implement REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
81d926e
sd: split sd_setup_discard_cmnd
by Christoph Hellwig
· 8 years ago
65f619d
Merge branch 'for-linus' into for-4.12/block
by Jens Axboe
· 8 years ago
6077c2d
dm rq: Avoid that request processing stalls sporadically
by Bart Van Assche
· 8 years ago
36e3cf2
scsi: Avoid that SCSI queues get stuck
by Bart Van Assche
· 8 years ago
fbbaf70
block: trace completion of all bios.
by NeilBrown
· 8 years ago
64c7f1d
block, scsi: move the retries field to struct scsi_request
by Christoph Hellwig
· 8 years ago
44e44b2
nvme: move the retries count to struct nvme_request
by Christoph Hellwig
· 8 years ago
83f3aeb
nvme: mark nvme_max_retries static
by Christoph Hellwig
· 8 years ago
f6324b1
nvme: cleanup nvme_req_needs_retry
by Christoph Hellwig
· 8 years ago
987f699
nvme: move ->retries setup to nvme_setup_cmd
by Christoph Hellwig
· 8 years ago
8e14be5
remove the obsolete hd driver
by Christoph Hellwig
· 8 years ago
77f02a7
nvme: factor request completion code into a common helper
by Christoph Hellwig
· 8 years ago
4bca70d
nvme-fc: drop ctrl for all command completions
by Christoph Hellwig
· 8 years ago
f2cd54d
nvme-fc: increment request retries counter before requeuing
by Sagi Grimberg
· 8 years ago
7d9a5e7
nvme-loop: increment request retries counter before requeuing
by Sagi Grimberg
· 8 years ago
e806666
nvme-rdma: increment request retries counter before requeuing
by Sagi Grimberg
· 8 years ago
62eeacb
nvme_fc: Clean up host fcpio done status handling
by James Smart
· 8 years ago
c820ad4
nvmet_fc: Clear SG list to avoid double frees
by James Smart
· 8 years ago
f77fc87
nvme_fc: correct LS validation
by James Smart
· 8 years ago
4083aa9
nvmet_fc: Sync NVME LS reject reasons with spec
by James Smart
· 8 years ago
726a108
nvme_fc: Add check of status_code in ERSP_IU
by James Smart
· 8 years ago
fd8563c
nvme-rdma: Support ctrl_loss_tmo
by Sagi Grimberg
· 8 years ago
42a4527
nvme-fabrics: Allow ctrl loss timeout configuration
by Sagi Grimberg
· 8 years ago
7777bde
nvme-rdma: get rid of local reconnect_delay
by Sagi Grimberg
· 8 years ago
3b06837
nvme-loop: retrieve iod from the cqe command_id
by Sagi Grimberg
· 8 years ago
d89a39b
nvme-loop: remove unneeded includes
by Sagi Grimberg
· 8 years ago
c0e4a6f
nvme-fc: fix module_init (theoretical) error path
by Sagi Grimberg
· 8 years ago
d19eef0
nvme-loop: fix module_init (theoretical) error path
by Sagi Grimberg
· 8 years ago
a56c79c
nvme-rdma: fix module_init (theoretical) error path
by Sagi Grimberg
· 8 years ago
2ca0786
nvmet: use symbolic constants for log identifiers
by Max Gurtovoy
· 8 years ago
64a0ca8
nvmet: Introduced helper routine for controller status check.
by Parav Pandit
· 8 years ago
Next »