Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
24b0b58c5b4a9f6f4bbd1c1efd5afb9a565da3ea
24b0b58
nvme: split __nvme_revalidate_disk
by Christoph Hellwig
· 7 years ago
6e78f21
nvme: set the chunk size before freezing the queue
by Christoph Hellwig
· 7 years ago
30e5e92
nvme: don't pass struct nvme_ns to nvme_config_discard
by Christoph Hellwig
· 7 years ago
39b7baa
nvme: don't pass struct nvme_ns to nvme_init_integrity
by Christoph Hellwig
· 7 years ago
b5be3b3
nvme: always unregister the integrity profile in __nvme_revalidate_disk
by Christoph Hellwig
· 7 years ago
e54b064
nvme: move the dying queue check from cancel to completion
by Christoph Hellwig
· 7 years ago
a6da002
blktrace: fix unlocked registration of tracepoints
by Jens Axboe
· 7 years ago
1f2cac1
blktrace: fix unlocked access to init/start-stop/teardown
by Jens Axboe
· 7 years ago
bf9fc98
null_blk: add an usage for shared tags in documentation
by Minwoo Im
· 7 years ago
e881524
null_blk: fix default values in documentation
by Minwoo Im
· 7 years ago
6a468d5
nbd: don't start req until after the dead connection logic
by Josef Bacik
· 7 years ago
ff57dc9
nbd: wait uninterruptible for the dead timeout
by Josef Bacik
· 7 years ago
923218f
blk-mq: don't allocate driver tag upfront for flush rq
by Ming Lei
· 7 years ago
244c65a
blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h
by Ming Lei
· 7 years ago
a6a252e
blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ
by Ming Lei
· 7 years ago
598906f
blk-flush: use blk_mq_request_bypass_insert()
by Ming Lei
· 7 years ago
b085029
block: pass 'run_queue' to blk_mq_request_bypass_insert
by Ming Lei
· 7 years ago
9c71c83
blk-flush: don't run queue for requests bypassing flush
by Ming Lei
· 7 years ago
6d6f167c
blk-mq: put the driver tag of nxt rq before first one is requeued
by Jianchao Wang
· 7 years ago
e840107
blkcg: add sanity check for blkcg policy operations
by weiping zhang
· 7 years ago
88022d7
blk-mq: don't handle failure in .get_budget
by Ming Lei
· 7 years ago
826a70a
SCSI: don't get target/host busy_count in scsi_mq_get_budget()
by Ming Lei
· 7 years ago
e4f36b2
block: fix peeking requests during PM
by Christoph Hellwig
· 7 years ago
21e768b
blk-mq: Make blk_mq_get_request() error path less confusing
by Bart Van Assche
· 7 years ago
c2e82a2
blk-mq: fix nr_requests wrong value when modify it from sysfs
by weiping zhang
· 7 years ago
a116895
cdrom: hide CONFIG_CDROM menu selection
by Jens Axboe
· 7 years ago
ea435e1
block: add a poll_fn callback to struct request_queue
by Christoph Hellwig
· 7 years ago
8ddcd65
block: introduce GENHD_FL_HIDDEN
by Christoph Hellwig
· 7 years ago
517bf3c
block: don't look at the struct device dev_t in disk_devt
by Christoph Hellwig
· 7 years ago
ef71de8
block: add a blk_steal_bios helper
by Christoph Hellwig
· 7 years ago
f421e1d
block: provide a direct_make_request helper
by Christoph Hellwig
· 7 years ago
96222bc
block: add REQ_DRV bit
by Christoph Hellwig
· 7 years ago
8977f56
block: move REQ_NOWAIT
by Christoph Hellwig
· 7 years ago
3e2cb3a
Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block
by Jens Axboe
· 7 years ago
a806c6c
nvme: comment typo fixed in clearing AER
by Minwoo Im
· 7 years ago
474f5da
skd: use ktime_get_real_seconds()
by Arnd Bergmann
· 7 years ago
c091fbe
block: fix CDROM dependency on BLK_DEV
by Arnd Bergmann
· 7 years ago
3639efe
nvme: Remove unused headers
by Keith Busch
· 7 years ago
a96d4bd
nvmet: fix fatal_err_work deadlock
by James Smart
· 7 years ago
2b63297
nvme-fc: add dev_loss_tmo timeout and remoteport resume support
by James Smart
· 7 years ago
3cec7f9
nvme: allow controller RESETTING to RECONNECTING transition
by James Smart
· 7 years ago
96e2480
nvme-fc: check connectivity before initiating reconnects
by James Smart
· 7 years ago
ac7fe82
nvme-fc: add a dev_loss_tmo field to the remoteport
by James Smart
· 7 years ago
44c6ec7
nvme-fc: change ctlr state assignments during reset/reconnect
by James Smart
· 7 years ago
4054637
nvme: flush reset_work before safely continuing with delete operation
by Sagi Grimberg
· 7 years ago
12fa130
nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expire
by Sagi Grimberg
· 7 years ago
6cd53d1
nvme: consolidate common code from ->reset_work
by Christoph Hellwig
· 7 years ago
e9bc258
nvme-rdma: remove nvme_rdma_remove_ctrl
by Christoph Hellwig
· 7 years ago
c5017e8
nvme: move controller deletion to common code
by Christoph Hellwig
· 7 years ago
29c0964
nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrl
by Christoph Hellwig
· 7 years ago
71c691f
nvme-fc: avoid workqueue flush stalls
by James Smart
· 7 years ago
2a75016
block: Rework drivers/cdrom/Makefile
by Bart Van Assche
· 7 years ago
1f460b6
blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE
by Ming Lei
· 7 years ago
358a3a6
blk-mq: don't handle TAG_SHARED in restart
by Ming Lei
· 7 years ago
0df21c8
scsi: implement .get_budget and .put_budget for blk-mq
by Ming Lei
· 7 years ago
aeec776
scsi: allow passing in null rq to scsi_prep_state_check()
by Ming Lei
· 7 years ago
b347689
blk-mq-sched: improve dispatching from sw queue
by Ming Lei
· 7 years ago
de14829
blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
by Ming Lei
· 7 years ago
63ba8e3
block: kyber: check if there are requests in ctx in kyber_has_work()
by Ming Lei
· 7 years ago
7930d0a
sbitmap: introduce __sbitmap_for_each_set()
by Ming Lei
· 7 years ago
caf8eb0
blk-mq-sched: move actual dispatching into one helper
by Ming Lei
· 7 years ago
5e3d02b
blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch
by Ming Lei
· 7 years ago
0e7d3a8
MAINTAINERS: Remove Rafael from Opal maintainers.
by Scott Bauer
· 7 years ago
330a4db
bcache: explicitly destroy mutex while exiting
by Liang Chen
· 7 years ago
c157313
bcache: fix wrong cache_misses statistics
by tang.junhui
· 7 years ago
d44c2f9
bcache: update bucket_in_use in real time
by Tang Junhui
· 7 years ago
3b304d2
bcache: convert cached_dev.count from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
d59b237
bcache: only permit to recovery read error when cache device is clean
by Coly Li
· 7 years ago
4e9b6f2
block: Fix a race between blk_cleanup_queue() and timeout handling
by Bart Van Assche
· 7 years ago
ecad0d2
nvme-fc: remove NVME_FC_MAX_SEGMENTS
by James Smart
· 7 years ago
56d5f4f
nvme-fc: add support for duplicate_connect option
by James Smart
· 7 years ago
36e835f
nvme-rdma: add support for duplicate_connect option
by James Smart
· 7 years ago
991231d
nvme: add helper to compare options to controller
by James Smart
· 7 years ago
3b33876
nvme: add duplicate_connect option
by James Smart
· 7 years ago
999ada2
nvme: check for a live controller in nvme_dev_open
by Christoph Hellwig
· 7 years ago
a6a5149
nvme: get rid of nvme_ctrl_list
by Christoph Hellwig
· 7 years ago
d22524a
nvme: switch controller refcounting to use struct device
by Christoph Hellwig
· 7 years ago
c6424a9
nvme: simplify nvme_open
by Christoph Hellwig
· 7 years ago
2dd4122
nvme: use kref_get_unless_zero in nvme_find_get_ns
by Christoph Hellwig
· 7 years ago
4d740bc
mq-deadline: add 'deadline' as a name alias
by Jens Axboe
· 7 years ago
8ac0d9a
elevator: allow name aliases
by Jens Axboe
· 7 years ago
2527d99
elevator: lookup mq vs non-mq elevators
by Jens Axboe
· 7 years ago
d5ce4c3
block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
by Ilya Dryomov
· 7 years ago
425a4db
block: factor out __blkdev_issue_zero_pages()
by Ilya Dryomov
· 7 years ago
bb749b3
block: move CAP_SYS_ADMIN check in blkdev_roset()
by Ilya Dryomov
· 7 years ago
351499a1
block: Invalidate cache on discard v2
by Dmitry Monakhov
· 7 years ago
75bc5f0
lightnvm: pblk: remove leftover testing function
by Javier González
· 7 years ago
e62a538
nvme-rdma: Add debug message when reaches timeout
by Nitzan Carmi
· 7 years ago
f87c89a
nvme-rdma: align nvme_rdma_device structure
by Max Gurtovoy
· 7 years ago
134aedc
nvme-fc: correct io timeout behavior
by James Smart
· 7 years ago
0a02e39
nvme-fc: correct io termination handling
by James Smart
· 7 years ago
a7a7cbe
nvme-pci: add SGL support
by Chaitanya Kulkarni
· 7 years ago
9843f68
nvme: use ida_simple_{get,remove} for the controller instance
by Christoph Hellwig
· 7 years ago
ba2dec3
nvmet: Change max_nsid in subsystem due to ns_disable if needed
by Roy Shterman
· 7 years ago
86f36b9
nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag set
by Israel Rukshin
· 7 years ago
5a22e2b
nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set
by Israel Rukshin
· 7 years ago
94f29d4
nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag set
by Israel Rukshin
· 7 years ago
16772ae
nvme-pci: fix typos in comments
by Minwoo Im
· 7 years ago
0ad0bfa
nvme-rdma: stop controller reset if the controller is deleting
by Sagi Grimberg
· 7 years ago
5013e98
nvme-rdma: change queue flag semantics DELETING -> ALLOCATED
by Sagi Grimberg
· 7 years ago
Next »