Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3236b458c475524d0735f6dd0bd250478434c7b1
3236b45
nvme: remove unused function nvme_ctrl_ready
by Israel Rukshin
· 6 years ago
49cd84b
nvme: implement Enhanced Command Retry
by Keith Busch
· 6 years ago
5a3a6d6
nvmet: fix the structure member indentation
by Chaitanya Kulkarni
· 6 years ago
cb019da
nvmet: use unlikely for req status check
by Chaitanya Kulkarni
· 6 years ago
ad1f824
nvmet-rdma: Add unlikely for response allocated check
by Israel Rukshin
· 6 years ago
5c4072a
nvme: Remove unused forward declaration
by Israel Rukshin
· 6 years ago
8154ed7
nvme: disable fabrics SQ flow control when asked by the user
by Sagi Grimberg
· 6 years ago
9b95d2f
nvmet: expose support for fabrics SQ flow control disable in treq
by Sagi Grimberg
· 6 years ago
0445e1b5
nvmet: don't override treq upon modification.
by Sagi Grimberg
· 6 years ago
e6a622f
nvmet: support fabrics sq flow control
by Sagi Grimberg
· 6 years ago
6e2e312
nvmet-fc: remove the IN_ISR deferred scheduling options
by James Smart
· 6 years ago
03198c4
nvmet: mark nvmet_genctr static
by Christoph Hellwig
· 6 years ago
b662a07
nvmet: enable Discovery Controller AENs
by Jay Sternberg
· 6 years ago
253928e
nvmet: allow host connect even if no allowed subsystems are exported
by Sagi Grimberg
· 6 years ago
6a8ec0a
nvmet: add support to Discovery controllers for commands
by Jay Sternberg
· 6 years ago
f301c2b
nvmet: add defines for discovery change async events
by Jay Sternberg
· 6 years ago
9010745
nvmet: make kato and AEN processing for use by other controllers
by Jay Sternberg
· 6 years ago
f9362ac
nvmet: allow Keep Alive for Discovery controller
by Jay Sternberg
· 6 years ago
7114dde
nvmet: change aen mask functions to use bit numbers
by Jay Sternberg
· 6 years ago
6c8312a
nvmet: provide aen bit functions for multiple controller types
by Jay Sternberg
· 6 years ago
50a909d
nvmet: use IOCB_NOWAIT for file-ns buffered I/O
by Chaitanya Kulkarni
· 6 years ago
c09305a
nvmet: support for traffic based keep-alive
by Sagi Grimberg
· 6 years ago
6e3ca03e
nvme: support traffic based keep-alive
by Sagi Grimberg
· 6 years ago
3e53ba38
nvme: cache controller attributes
by Sagi Grimberg
· 6 years ago
12b2117
nvme: introduce ctrl attributes enumeration
by Sagi Grimberg
· 6 years ago
103e515
nvme: add a numa_node field to struct nvme_ctrl
by Hannes Reinecke
· 6 years ago
1190203
nvme: consolidate memset calls in the nvme_setup_cmd path
by Chaitanya Kulkarni
· 6 years ago
5938870
blk-mq: re-build queue map in case of kdump kernel
by Ming Lei
· 6 years ago
4705de7
blkcg: put back rcu lock in blkcg_bio_issue_check()
by Dennis Zhou
· 6 years ago
d3fcdff
block: convert io-latency to use rq_qos_wait
by Josef Bacik
· 6 years ago
b6c7b58
block: convert wbt_wait() to use rq_qos_wait()
by Josef Bacik
· 6 years ago
84f6032
block: add rq_qos_wait to rq_qos
by Josef Bacik
· 6 years ago
7754f66
blkcg: rename blkg_try_get() to blkg_tryget()
by Dennis Zhou
· 6 years ago
7fcf2b0
blkcg: change blkg reference counting to use percpu_ref
by Dennis Zhou
· 6 years ago
6f70fb6
blkcg: remove bio_disassociate_task()
by Dennis Zhou
· 6 years ago
fc5a828
blkcg: remove additional reference to the css
by Dennis Zhou
· 6 years ago
db6638d
blkcg: remove bio->bi_css and instead use bio->bi_blkg
by Dennis Zhou
· 6 years ago
fd42df3
blkcg: associate writeback bios with a blkg
by Dennis Zhou
· 6 years ago
6a7f6d8
blkcg: associate a blkg for pages being evicted by swap
by Dennis Zhou
· 6 years ago
e439bed
blkcg: consolidate bio_issue_init() to be a part of core
by Dennis Zhou
· 6 years ago
5cdf2e3
blkcg: associate blkg when associating a device
by Dennis Zhou
· 6 years ago
892ad71
dm: set the static flush bio device on demand
by Dennis Zhou
· 6 years ago
2268c0f
blkcg: introduce common blkg association logic
by Dennis Zhou
· 6 years ago
beea9da
blkcg: convert blkg_lookup_create() to find closest blkg
by Dennis Zhou
· 6 years ago
b978962
blkcg: update blkg_lookup_create() to do locking
by Dennis Zhou
· 6 years ago
0fe061b
blkcg: fix ref count issue with bio_blkcg() using task_css
by Dennis Zhou
· 6 years ago
6e0de61
blk-mq: remove QUEUE_FLAG_POLL from default MQ flags
by Jens Axboe
· 6 years ago
6544d22
block: enable polling by default if a poll map is initalized
by Christoph Hellwig
· 6 years ago
376f7ef
block: only allow polling if a poll queue_map exists
by Christoph Hellwig
· 6 years ago
529262d
block: remove ->poll_fn
by Christoph Hellwig
· 6 years ago
9d6610b
nvme-mpath: remove I/O polling support
by Christoph Hellwig
· 6 years ago
f9801a4
nvme-rdma: remove I/O polling support
by Christoph Hellwig
· 6 years ago
3a7afd8
nvme-pci: remove the CQ lock for interrupt driven queues
by Christoph Hellwig
· 6 years ago
d1ed6aa
nvme-pci: don't poll from irq context when deleting queues
by Christoph Hellwig
· 6 years ago
5271edd
nvme-pci: refactor nvme_disable_io_queues
by Christoph Hellwig
· 6 years ago
0b2a8a9
nvme-pci: consolidate code for polling non-dedicated queues
by Christoph Hellwig
· 6 years ago
c6d962a
nvme-pci: only allow polling with separate poll queues
by Christoph Hellwig
· 6 years ago
6322307
nvme-pci: cleanup SQ allocation a bit
by Christoph Hellwig
· 6 years ago
4e22410
nvme-pci: use atomic bitops to mark a queue enabled
by Christoph Hellwig
· 6 years ago
e20ba6e
block: move queues types to the block layer
by Christoph Hellwig
· 6 years ago
154989e
aio: clear IOCB_HIPRI
by Christoph Hellwig
· 6 years ago
89d04ec
Merge tag 'v4.20-rc5' into for-4.21/block
by Jens Axboe
· 6 years ago
8c2def8
sbitmap: fix sbitmap_for_each_set()
by Omar Sandoval
· 6 years ago
fe1f452
blk-mq: don't call ktime_get_ns() if we don't need it
by Jens Axboe
· 6 years ago
2595646
Linux 4.20-rc5
by Linus Torvalds
· 6 years ago
6a51272
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
292974c
Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
a234c73
Merge tag 'dmaengine-fix-4.20-rc5' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 6 years ago
4b78317
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
8805841
Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
c734b42
Merge tag 'pci-v4.20-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
2149da0
block: add cmd_flags to print_req_error
by Balbir Singh
· 6 years ago
c74eadf
Merge remote-tracking branch 'lorenzo/pci/controller-fixes' into for-linus
by Bjorn Helgaas
· 6 years ago
f1f90e2
PCI: Fix incorrect value returned from pcie_get_speed_cap()
by Mikulas Patocka
· 6 years ago
d8f190e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
6c7954b
Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
868dda0
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
1f81742
Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
fd3b3e0
Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
6584297
MAINTAINERS: Update linux-mips mailing list address
by Paul Burton
· 6 years ago
164f7e5
ocfs2: fix potential use after free
by Pan Bian
· 6 years ago
95feeab
mm/khugepaged: fix the xas_create_range() error path
by Hugh Dickins
· 6 years ago
06a5e12
mm/khugepaged: collapse_shmem() do not crash on Compound
by Hugh Dickins
· 6 years ago
87c460a
mm/khugepaged: collapse_shmem() without freezing new_page
by Hugh Dickins
· 6 years ago
042a308
mm/khugepaged: minor reorderings in collapse_shmem()
by Hugh Dickins
· 6 years ago
2af8ff2
mm/khugepaged: collapse_shmem() remember to clear holes
by Hugh Dickins
· 6 years ago
aaa52e3
mm/khugepaged: fix crashes due to misaccounted holes
by Hugh Dickins
· 6 years ago
701270f
mm/khugepaged: collapse_shmem() stop if punched or truncated
by Hugh Dickins
· 6 years ago
006d3ff
mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()
by Hugh Dickins
· 6 years ago
173d9d9
mm/huge_memory: splitting set mapping+index before unfreeze
by Hugh Dickins
· 6 years ago
906f9cd
mm/huge_memory: rename freeze_page() to unmap_page()
by Hugh Dickins
· 6 years ago
7c0950d
initramfs: clean old path before creating a hardlink
by Li Zhijian
· 6 years ago
903e8ff
kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
by Anders Roxell
· 6 years ago
e0c2744
psi: make disabling/enabling easier for vendor kernels
by Johannes Weiner
· 6 years ago
dbd4af5
proc: fixup map_files test on arm
by Alexey Dobriyan
· 6 years ago
8de456c
debugobjects: avoid recursive calls with kmemleak
by Qian Cai
· 6 years ago
dcf7fe9
userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set
by Andrea Arcangeli
· 6 years ago
e2a50c1
userfaultfd: shmem: add i_size checks
by Andrea Arcangeli
· 6 years ago
29ec9066
userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
by Andrea Arcangeli
· 6 years ago
5b51072
userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
by Andrea Arcangeli
· 6 years ago
Next »