Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
fdbd1a2e4a71adcb1ae219fcfd964930d77a7f84
fdbd1a2
nfs: Fix a missed page unlock after pg_doio()
by Benjamin Coddington
· 6 years ago
e732f44
SUNRPC: Fix a compile warning for cmpxchg64()
by Trond Myklebust
· 6 years ago
44f411c
NFSv4.x: fix lock recovery during delegation recall
by Olga Kornievskaia
· 6 years ago
2192476
SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()
by Arnd Bergmann
· 6 years ago
c7944eb
NFSv4: Fix lookup revalidate of regular files
by Trond Myklebust
· 6 years ago
5ceb9d7
NFS: Refactor nfs_lookup_revalidate()
by Trond Myklebust
· 6 years ago
be189f7
NFS: Fix dentry revalidation on NFSv4 lookup
by Trond Myklebust
· 6 years ago
571ed1f
SUNRPC: Replace krb5_seq_lock with a lockless scheme
by Trond Myklebust
· 6 years ago
0c1c19f
SUNRPC: Lockless lookup of RPCSEC_GSS mechanisms
by Trond Myklebust
· 6 years ago
4e4c3be
SUNRPC: Remove rpc_authflavor_lock in favour of RCU locking
by Trond Myklebust
· 6 years ago
1c6c4b7
NFS: Remove private spinlock in struct nfs_pgio_header
by Trond Myklebust
· 6 years ago
28d5223
NFSv4: Save a few bytes in the nfs_pgio_args/res
by Trond Myklebust
· 6 years ago
8d8928d
NFSv3: Improve NFSv3 performance when server returns no post-op attributes
by Trond Myklebust
· 7 years ago
80f4236
NFSv4: Split out NFS v4.2 copy completion functions
by Anna Schumaker
· 6 years ago
000d3f9
NFS: Reduce indentation of nfs4_recovery_handle_error()
by Anna Schumaker
· 6 years ago
35a6160
NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()
by Anna Schumaker
· 6 years ago
cb7a838
NFS: Split out the body of nfs4_reclaim_open_state()
by Anna Schumaker
· 6 years ago
10ec57e
nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSes
by Tigran Mkrtchyan
· 6 years ago
943cff6
NFSv4.1: Fix the r/wsize checking
by Trond Myklebust
· 6 years ago
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
Next »