Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
ace9fad43aa60a88af4b57a8328f0958e3d07bf0
ace9fad
NFSv4: Convert struct nfs4_state to use refcount_t
by Trond Myklebust
· 6 years ago
9ae075f
NFSv4: Convert open state lookup to use RCU
by Trond Myklebust
· 6 years ago
0de4397
NFS: Convert lookups of the open context to RCU
by Trond Myklebust
· 6 years ago
6ba0c4e
NFS: Simplify internal check for whether file is open for write
by Trond Myklebust
· 6 years ago
1db97ea
NFS: Convert lookups of the lock context to RCU
by Trond Myklebust
· 6 years ago
28ced9a
pNFS: Don't allocate more pages than we need to fit a layoutget response
by Trond Myklebust
· 6 years ago
a2791d3
pNFS: Don't zero out the array in nfs4_alloc_pages()
by Trond Myklebust
· 6 years ago
ec84646
SUNRPC: Unexport xdr_partial_copy_from_skb()
by Trond Myklebust
· 6 years ago
4f54614
SUNRPC: Clean up xs_udp_data_receive()
by Trond Myklebust
· 6 years ago
550aebf
SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
by Trond Myklebust
· 6 years ago
c50b8ee
SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
by Trond Myklebust
· 6 years ago
277e4ab
SUNRPC: Simplify TCP receive code by switching to using iterators
by Trond Myklebust
· 6 years ago
9d96acb
SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
by Trond Myklebust
· 6 years ago
431f6eb
SUNRPC: Add a label for RPC calls that require allocation on receive
by Trond Myklebust
· 6 years ago
79c9915
SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue
by Trond Myklebust
· 6 years ago
f42f7c2
SUNRPC: Fix priority queue fairness
by Trond Myklebust
· 6 years ago
95f7691
SUNRPC: Convert xprt receive queue to use an rbtree
by Trond Myklebust
· 6 years ago
bd79bc5
SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCK
by Trond Myklebust
· 6 years ago
adfa714
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
by Trond Myklebust
· 6 years ago
c544577
SUNRPC: Clean up transport write space handling
by Trond Myklebust
· 6 years ago
36bd7de
SUNRPC: Turn off throttling of RPC slots for TCP sockets
by Trond Myklebust
· 6 years ago
f05d54e
SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK
by Trond Myklebust
· 6 years ago
89f90fe
SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue
by Trond Myklebust
· 6 years ago
86aeee0
SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queue
by Trond Myklebust
· 6 years ago
75891f5
SUNRPC: Support for congestion control when queuing is enabled
by Trond Myklebust
· 6 years ago
918f3c1
SUNRPC: Improve latency for interactive tasks
by Trond Myklebust
· 6 years ago
dcbbeda
SUNRPC: Move RPC retransmission stat counter to xprt_transmit()
by Trond Myklebust
· 6 years ago
5f2f6bd
SUNRPC: Simplify xprt_prepare_transmit()
by Trond Myklebust
· 6 years ago
04b3b88
SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK
by Trond Myklebust
· 6 years ago
50f484e
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
by Trond Myklebust
· 6 years ago
902c588
SUNRPC: Fix up the back channel transmit
by Trond Myklebust
· 6 years ago
762e4e6
SUNRPC: Refactor RPC call encoding
by Trond Myklebust
· 6 years ago
944b042
SUNRPC: Add a transmission queue for RPC requests
by Trond Myklebust
· 6 years ago
ef3f5434
SUNRPC: Distinguish between the slot allocation list and receive queue
by Trond Myklebust
· 6 years ago
78b576c
SUNRPC: Minor cleanup for call_transmit()
by Trond Myklebust
· 6 years ago
7f3a1d1
SUNRPC: Refactor xprt_transmit() to remove wait for reply code
by Trond Myklebust
· 6 years ago
edc81dc
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
by Trond Myklebust
· 6 years ago
75c8415
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
by Trond Myklebust
· 6 years ago
ec37a58
SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit
by Trond Myklebust
· 6 years ago
5ce9703
SUNRPC: Test whether the task is queued before grabbing the queue spinlocks
by Trond Myklebust
· 6 years ago
359c48c
SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
by Trond Myklebust
· 6 years ago
cf9946c
SUNRPC: Refactor the transport request pinning
by Trond Myklebust
· 6 years ago
4cd34e7
SUNRPC: Simplify dealing with aborted partially transmitted messages
by Trond Myklebust
· 6 years ago
6c7a64e
SUNRPC: Add socket transmit queue offset tracking
by Trond Myklebust
· 6 years ago
e1806c7
SUNRPC: Move reset of TCP state variables into the reconnect code
by Trond Myklebust
· 6 years ago
d1109aa
SUNRPC: Rename TCP receive-specific state variables
by Trond Myklebust
· 6 years ago
3a03818
SUNRPC: Avoid holding locks across the XDR encoding of the RPC message
by Trond Myklebust
· 6 years ago
7ebbbc6
SUNRPC: Simplify identification of when the message send/receive is complete
by Trond Myklebust
· 6 years ago
3021a5bb
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
by Trond Myklebust
· 6 years ago
9ee94d3
SUNRPC: If there is no reply expected, bail early from call_decode
by Trond Myklebust
· 6 years ago
9dc6edc
SUNRPC: Clean up initialisation of the struct rpc_rqst
by Trond Myklebust
· 6 years ago
17b57b1
Linux 4.19-rc6
by Greg Kroah-Hartman
· 6 years ago
9a10b06
Merge tag 'auxdisplay-for-greg-v4.19-rc6' of https://github.com/ojeda/linux
by Greg Kroah-Hartman
· 6 years ago
9ba6873
Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Greg Kroah-Hartman
· 6 years ago
03d179a
MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.c
by Miguel Ojeda
· 6 years ago
291d0e5
Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block
by Greg Kroah-Hartman
· 6 years ago
e754177
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Greg Kroah-Hartman
· 6 years ago
e1ce697d
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Greg Kroah-Hartman
· 6 years ago
af17b3a
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Greg Kroah-Hartman
· 6 years ago
82ec752
Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Greg Kroah-Hartman
· 6 years ago
d51aea1
cpufreq: qcom-kryo: Fix section annotations
by Nathan Chancellor
· 6 years ago
7a6878b
Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping
by Greg Kroah-Hartman
· 6 years ago
e704966
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Greg Kroah-Hartman
· 6 years ago
2f19e7a
Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Greg Kroah-Hartman
· 6 years ago
8f05661
Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Greg Kroah-Hartman
· 6 years ago
f005de0
Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Greg Kroah-Hartman
· 6 years ago
900915f
Merge tag 'pinctrl-v4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Greg Kroah-Hartman
· 6 years ago
befb1b3
perf/core: Add sanity check to deal with pinned event failure
by Reinette Chatre
· 6 years ago
f151f57
Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drm
by Greg Kroah-Hartman
· 6 years ago
ed1b3f4
Merge tag 'riscv-for-linus-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Greg Kroah-Hartman
· 6 years ago
278e59a
Merge tag 'pci-v4.19-fixes-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Greg Kroah-Hartman
· 6 years ago
133424a
Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 6 years ago
6c76786
xen/blkfront: correct purging of persistent grants
by Juergen Gross
· 6 years ago
15c2068
Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"
by Jens Axboe
· 6 years ago
7e0cf1c
selftests/powerpc: Fix Makefiles for headers_install change
by Michael Ellerman
· 6 years ago
fcb1349
Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 6 years ago
adba0e5
Merge tag 'drm-misc-fixes-2018-09-27-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 6 years ago
ad03714
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Greg Kroah-Hartman
· 6 years ago
c127e59
Merge tag 'for_v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Greg Kroah-Hartman
· 6 years ago
587562d
blk-mq: I/O and timer unplugs are inverted in blktrace
by Ilya Dryomov
· 6 years ago
f52afc9
dax: Fix deadlock in dax_lock_mapping_entry()
by Jan Kara
· 6 years ago
bdec8d7
x86/boot: Fix kexec booting failure in the SEV bit detection code
by Kairui Song
· 6 years ago
0f843e6
bcache: add separate workqueue for journal_write to avoid deadlock
by Guoju Fang
· 6 years ago
fbbdadf
drm/amd/display: Fix Edid emulation for linux
by Bhawanpreet Lakha
· 6 years ago
599760d
drm/amd/display: Fix Vega10 lightup on S3 resume
by Roman Li
· 6 years ago
61ea6f5
drm/amdgpu: Fix vce work queue was not cancelled when suspend
by Rex Zhu
· 6 years ago
d6a77ba
Revert "drm/panel: Add device_link from panel device to DRM device"
by Linus Walleij
· 6 years ago
090bcfd
Merge branch 'clockevents/4.19-fixes' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent
by Thomas Gleixner
· 6 years ago
f151ba9
xen/blkfront: When purging persistent grants, keep them in the buffer
by Boris Ostrovsky
· 6 years ago
52bf4a9
clocksource/drivers/timer-atmel-pit: Properly handle error cases
by Alexandre Belloni
· 7 years ago
854f31c
block: fix deadline elevator drain for zoned block devices
by Damien Le Moal
· 6 years ago
576156b
Merge branch 'for-upstream/malidp-fixes' of git://linux-arm.org/linux-ld into drm-fixes
by Dave Airlie
· 6 years ago
e89fe98b
Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into drm-fixes
by Dave Airlie
· 6 years ago
f188b99f
ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge
by Mika Westerberg
· 6 years ago
337fe9f
drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
by Jason Ekstrand
· 6 years ago
c307aaf
Merge tag 'iommu-fixes-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Greg Kroah-Hartman
· 6 years ago
5ebb1bc
iommu/amd: Return devid as alias for ACPI HID devices
by Arindam Nath
· 6 years ago
530ca2c
blk-mq: Allow blocking queue tag iter callbacks
by Keith Busch
· 6 years ago
bb830ad
nvme: properly propagate errors in nvme_mpath_init
by Susobhan Dey
· 6 years ago
974c24c
dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
by Christoph Hellwig
· 6 years ago
Next »