Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
283ebe3ec4157c5cdc2581ed7e5c3764137f8fe5
283ebe3
SUNRPC: Use the client user namespace when encoding creds
by Trond Myklebust
· 6 years ago
1a58e8a
NFS: Store the credential of the mount process in the nfs_server
by Trond Myklebust
· 6 years ago
79caa5f
SUNRPC: Cache cred of process creating the rpc_client
by Trond Myklebust
· 6 years ago
2cfd11f
xprtrdma: Remove stale comment
by Chuck Lever
· 6 years ago
b8fe677
xprtrdma: Update comments that reference ib_drain_qp
by Chuck Lever
· 6 years ago
5f2311f
xprtrdma: Remove pr_err() call sites from completion handlers
by Chuck Lever
· 6 years ago
86c4ccd
xprtrdma: Eliminate struct rpcrdma_create_data_internal
by Chuck Lever
· 6 years ago
94087e9
xprtrdma: Aggregate the inline settings in struct rpcrdma_ep
by Chuck Lever
· 6 years ago
fd59517
xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsize
by Chuck Lever
· 6 years ago
1f7d1c7
SUNRPC: Update comments based on recent changes
by Chuck Lever
· 6 years ago
f19bd0b
xprtrdma: Eliminate rpcrdma_ia::ri_device
by Chuck Lever
· 6 years ago
c209e49
xprtrdma: More Send completion batching
by Chuck Lever
· 6 years ago
dbcc53a
xprtrdma: Clean up sendctx functions
by Chuck Lever
· 6 years ago
17e4c44
xprtrdma: Trace marshaling failures
by Chuck Lever
· 6 years ago
4ba02e8
xprtrdma: Increase maximum number of backchannel requests
by Chuck Lever
· 6 years ago
3f9c7e7
xprtrdma: Backchannel can use GFP_KERNEL allocations
by Chuck Lever
· 6 years ago
d2832af
xprtrdma: Clean up regbuf helpers
by Chuck Lever
· 6 years ago
0f665ce
xprtrdma: De-duplicate "allocate new, free old regbuf"
by Chuck Lever
· 6 years ago
bb93a1a
xprtrdma: Allocate req's regbufs at xprt create time
by Chuck Lever
· 6 years ago
8cec3db
xprtrdma: rpcrdma_regbuf alignment
by Chuck Lever
· 6 years ago
2314650
xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()
by Chuck Lever
· 6 years ago
1769e6a
xprtrdma: Clean up rpcrdma_create_req()
by Chuck Lever
· 6 years ago
b2ca473
xprtrdma: Fix an frwr_map recovery nit
by Chuck Lever
· 6 years ago
52db6f9
SUNRPC: Avoid digging into the ATOMIC pool
by Chuck Lever
· 6 years ago
ce96e88
Fix nfs4.2 return -EINVAL when do dedupe operation
by Xiaoli Feng
· 6 years ago
c79d183
NFS: Remove redundant open context from nfs_page
by Trond Myklebust
· 6 years ago
9fcd596
NFS: Add a helper to return a pointer to the open context of a struct nfs_page
by Trond Myklebust
· 6 years ago
1549451
NFS: Ensure that all nfs lock contexts have a valid open context
by Trond Myklebust
· 6 years ago
0688e64
NFS: Allow signal interruption of NFS4ERR_DELAYed operations
by Trond Myklebust
· 6 years ago
33344e0
pNFS: Add tracking to limit the number of pNFS retries
by Trond Myklebust
· 6 years ago
28b1d3f
NFS: Remove unused argument from nfs_create_request()
by Trond Myklebust
· 6 years ago
c917cfa
NFS: Fix up NFS I/O subrequest creation
by Trond Myklebust
· 6 years ago
6fbda89
NFS: Replace custom error reporting mechanism with generic one
by Trond Myklebust
· 6 years ago
aded8d7
NFS: Don't inadvertently clear writeback errors
by Trond Myklebust
· 6 years ago
22876f5
NFS: Don't call generic_error_remove_page() while holding locks
by Trond Myklebust
· 6 years ago
14bebe3
NFS: Don't interrupt file writeout due to fatal errors
by Trond Myklebust
· 6 years ago
91a575e
NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
by Trond Myklebust
· 6 years ago
7b1355b
NFS: Move internal constants out of uapi/linux/nfs_mount.h
by Trond Myklebust
· 6 years ago
11982a7
NFS: Consider ETIMEDOUT to be a fatal error
by Trond Myklebust
· 6 years ago
ae6ec91
SUNRPC: Add the 'softerr' rpc_client flag
by Trond Myklebust
· 6 years ago
0729d99
SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
by Trond Myklebust
· 6 years ago
da95306
SUNRPC: Start the first major timeout calculation at task creation
by Trond Myklebust
· 6 years ago
e4ec48d
SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
by Trond Myklebust
· 6 years ago
5ad64b3
SUNRPC: Add tracking of RPC level errors
by Trond Myklebust
· 6 years ago
9e910bf
SUNRPC: Ensure that the transport layer respect major timeouts
by Trond Myklebust
· 6 years ago
4312358
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
by Trond Myklebust
· 6 years ago
24a9d9a
SUNRPC: Simplify queue timeouts using timer_reduce()
by Trond Myklebust
· 6 years ago
5efd187
SUNRPC: Fix up tracking of timeouts
by Trond Myklebust
· 6 years ago
6b2e685
SUNRPC: Add function rpc_sleep_on_timeout()
by Trond Myklebust
· 6 years ago
8357a9b
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
by Trond Myklebust
· 6 years ago
87150aa
SUNRPC: Refactor rpc_sleep_on()
by Trond Myklebust
· 6 years ago
8ba6a92
SUNRPC: Refactor xprt_request_wait_receive()
by Trond Myklebust
· 6 years ago
9e6fa0b
SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
by Trond Myklebust
· 6 years ago
ae67bd3
SUNRPC: Fix up task signalling
by Trond Myklebust
· 6 years ago
085b775
Linux 5.1-rc6
by Linus Torvalds
· 6 years ago
9e5de62
Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
a06bc2f
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
38a2ca2
Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
34396bd
Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
by Linus Torvalds
· 6 years ago
4b609f1
Merge tag 'sound-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
e899cc3
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
b25c69b
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1fd91d7
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2b4cf58
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
de3af9a
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
371dd43
Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
4c3f49a
Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
by Linus Torvalds
· 6 years ago
55e3a6b
Merge tag 'tty-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
3ecafda
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
b222e9a
Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 6 years ago
f9764dd
Merge tag 'char-misc-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
6bedf00
block: make sure that bvec length can't be overflow
by Ming Lei
· 6 years ago
b40fabc
block: kill all_q_node in request_queue
by Hou Tao
· 6 years ago
240206f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
2ee2779
x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log priority
by Hans de Goede
· 6 years ago
7579dfc
Merge tag 'perf-urgent-for-mingo-5.1-20190419' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
04f5866
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
by Andrea Arcangeli
· 6 years ago
dce5b0b
mm/kmemleak.c: fix unused-function warning
by Arnd Bergmann
· 6 years ago
6041186
init: initialize jump labels before command line option parsing
by Dan Williams
· 6 years ago
8f4a8c1
kernel/watchdog_hld.c: hard lockup message should end with a newline
by Sergey Senozhatsky
· 6 years ago
40453c4
kcov: improve CONFIG_ARCH_HAS_KCOV help text
by Mark Rutland
· 6 years ago
3b99120
mm: fix inactive list balancing between NUMA nodes and cgroups
by Johannes Weiner
· 6 years ago
1a9f219
mm/hotplug: treat CMA pages as unmovable
by Qian Cai
· 6 years ago
68545aa
proc: fixup proc-pid-vm test
by Alexey Dobriyan
· 6 years ago
8cd40d1
proc: fix map_files test on F29
by Alexey Dobriyan
· 6 years ago
e8277b3
mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n
by Konstantin Khlebnikov
· 6 years ago
3780384
mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock
by zhong jiang
· 6 years ago
af53d3e
mm: swapoff: shmem_unuse() stop eviction without igrab()
by Hugh Dickins
· 6 years ago
64165b1
mm: swapoff: take notice of completion sooner
by Hugh Dickins
· 6 years ago
dd862de
mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES
by Hugh Dickins
· 6 years ago
8703954
mm: swapoff: shmem_find_swap_entries() filter out other types
by Hugh Dickins
· 6 years ago
1a62b18
slab: store tagged freelist for off-slab slabmgmt
by Qian Cai
· 6 years ago
1de7edb
x86/cpu/bugs: Use __initconst for 'const' init data
by Andi Kleen
· 6 years ago
b191fa9
x86/kprobes: Avoid kretprobe recursion bug
by Masami Hiramatsu
· 6 years ago
fabe38a
kprobes: Mark ftrace mcount handler functions nokprobe
by Masami Hiramatsu
· 6 years ago
3ff9c07
x86/kprobes: Verify stack frame on kretprobe
by Masami Hiramatsu
· 6 years ago
b50776a
locking/atomics: Don't assume that scripts are executable
by Andrew Morton
· 6 years ago
c530511
sc16is7xx: put err_spi and err_i2c into correct #ifdef
by Guoqing Jiang
· 6 years ago
144ec97
scsi: aic7xxx: fix EISA support
by Christoph Hellwig
· 6 years ago
0228034
Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"
by Saurav Kashyap
· 6 years ago
Next »