index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
read_write.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
NFS: Ensure that all nfs lock contexts have a valid open context
Trond Myklebust
1
-4
/
+9
2019-04-25
NFS: Allow signal interruption of NFS4ERR_DELAYed operations
Trond Myklebust
2
-34
/
+106
2019-04-25
pNFS: Add tracking to limit the number of pNFS retries
Trond Myklebust
5
-2
/
+36
2019-04-25
NFS: Remove unused argument from nfs_create_request()
Trond Myklebust
5
-14
/
+13
2019-04-25
NFS: Fix up NFS I/O subrequest creation
Trond Myklebust
1
-38
/
+55
2019-04-25
NFS: Replace custom error reporting mechanism with generic one
Trond Myklebust
4
-46
/
+26
2019-04-25
NFS: Don't inadvertently clear writeback errors
Trond Myklebust
2
-4
/
+4
2019-04-25
NFS: Don't call generic_error_remove_page() while holding locks
Trond Myklebust
1
-2
/
+1
2019-04-25
NFS: Don't interrupt file writeout due to fatal errors
Trond Myklebust
1
-1
/
+1
2019-04-25
NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
Trond Myklebust
3
-3
/
+15
2019-04-25
NFS: Move internal constants out of uapi/linux/nfs_mount.h
Trond Myklebust
2
-9
/
+9
2019-04-25
NFS: Consider ETIMEDOUT to be a fatal error
Trond Myklebust
1
-0
/
+1
2019-04-25
SUNRPC: Add the 'softerr' rpc_client flag
Trond Myklebust
2
-1
/
+9
2019-04-25
SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
Trond Myklebust
1
-5
/
+7
2019-04-25
SUNRPC: Start the first major timeout calculation at task creation
Trond Myklebust
1
-10
/
+34
2019-04-25
SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
Trond Myklebust
1
-0
/
+9
2019-04-25
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
3
-13
/
+30
2019-04-25
SUNRPC: Ensure that the transport layer respect major timeouts
Trond Myklebust
1
-4
/
+13
2019-04-25
SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
Trond Myklebust
2
-2
/
+6
2019-04-25
SUNRPC: Simplify queue timeouts using timer_reduce()
Trond Myklebust
2
-5
/
+2
2019-04-25
SUNRPC: Fix up tracking of timeouts
Trond Myklebust
5
-3
/
+18
2019-04-25
SUNRPC: Add function rpc_sleep_on_timeout()
Trond Myklebust
7
-40
/
+101
2019-04-25
SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
Trond Myklebust
3
-6
/
+4
2019-04-25
SUNRPC: Refactor rpc_sleep_on()
Trond Myklebust
1
-16
/
+24
2019-04-25
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
5
-46
/
+51
2019-04-25
SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
Trond Myklebust
1
-13
/
+17
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
7
-26
/
+40
2019-04-21
Linux 5.1-rc6
v5.1-rc6
Linus Torvalds
1
-1
/
+1
2019-04-19
block: make sure that bvec length can't be overflow
Ming Lei
1
-2
/
+3
2019-04-19
block: kill all_q_node in request_queue
Hou Tao
1
-1
/
+0
2019-04-19
x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...
Hans de Goede
1
-2
/
+2
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
5
-1
/
+57
2019-04-19
mm/kmemleak.c: fix unused-function warning
Arnd Bergmann
1
-0
/
+2
2019-04-19
init: initialize jump labels before command line option parsing
Dan Williams
1
-2
/
+2
2019-04-19
kernel/watchdog_hld.c: hard lockup message should end with a newline
Sergey Senozhatsky
1
-1
/
+2
2019-04-19
kcov: improve CONFIG_ARCH_HAS_KCOV help text
Mark Rutland
1
-3
/
+3
2019-04-19
mm: fix inactive list balancing between NUMA nodes and cgroups
Johannes Weiner
1
-20
/
+9
2019-04-19
mm/hotplug: treat CMA pages as unmovable
Qian Cai
1
-12
/
+18
2019-04-19
proc: fixup proc-pid-vm test
Alexey Dobriyan
1
-2
/
+2
2019-04-19
proc: fix map_files test on F29
Alexey Dobriyan
1
-10
/
+10
2019-04-19
mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n
Konstantin Khlebnikov
1
-5
/
+0
2019-04-19
mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock
zhong jiang
1
-1
/
+1
2019-04-19
mm: swapoff: shmem_unuse() stop eviction without igrab()
Hugh Dickins
3
-28
/
+24
2019-04-19
mm: swapoff: take notice of completion sooner
Hugh Dickins
1
-8
/
+11
2019-04-19
mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES
Hugh Dickins
1
-8
/
+8
2019-04-19
mm: swapoff: shmem_find_swap_entries() filter out other types
Hugh Dickins
1
-9
/
+9
2019-04-19
slab: store tagged freelist for off-slab slabmgmt
Qian Cai
1
-1
/
+0
2019-04-19
x86/cpu/bugs: Use __initconst for 'const' init data
Andi Kleen
1
-3
/
+3
2019-04-19
x86/kprobes: Avoid kretprobe recursion bug
Masami Hiramatsu
1
-2
/
+20
2019-04-19
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu
1
-1
/
+5
[next]