index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.cocciconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-15
fault-inject: add /proc/<pid>/fail-nth
Akinobu Mita
2
-1
/
+3
2017-07-15
fault-inject: simplify access check for fail-nth
Akinobu Mita
2
-17
/
+15
2017-07-15
fault-inject: make fail-nth read/write interface symmetric
Akinobu Mita
2
-14
/
+13
2017-07-15
fault-inject: parse as natural 1-based value for fail-nth write interface
Akinobu Mita
3
-10
/
+8
2017-07-15
fault-inject: automatically detect the number base for fail-nth write interface
Akinobu Mita
1
-1
/
+1
2017-07-15
kernel/watchdog.c: use better pr_fmt prefix
Kefeng Wang
1
-1
/
+1
2017-07-15
MAINTAINERS: move the befs tree to kernel.org
Luis de Bethencourt
1
-2
/
+2
2017-07-15
lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an int
Michael Ellerman
1
-0
/
+7
2017-07-15
mm: fix overflow check in expand_upwards()
Helge Deller
1
-1
/
+1
2017-07-13
NFS: Don't run wake_up_bit() when nobody is waiting...
Trond Myklebust
2
-1
/
+18
2017-07-13
nfs: add export operations
Peng Tao
4
-1
/
+182
2017-07-13
nfs4: add NFSv4 LOOKUPP handlers
Jeff Layton
5
-1
/
+170
2017-07-13
nfs: add a nfs_ilookup helper
Peng Tao
2
-0
/
+23
2017-07-13
nfs: replace d_add with d_splice_alias in atomic_open
Peng Tao
1
-1
/
+1
2017-07-13
sunrpc: use constant time memory comparison for mac
Jason A. Donenfeld
1
-1
/
+2
2017-07-13
NFSv4.2 fix size storage for nfs42_proc_copy
Olga Kornievskaia
1
-1
/
+1
2017-07-13
xprtrdma: Fix documenting comments in frwr_ops.c
Chuck Lever
1
-3
/
+3
2017-07-13
xprtrdma: Replace PAGE_MASK with offset_in_page()
Chuck Lever
1
-8
/
+8
2017-07-13
xprtrdma: FMR does not need list_del_init()
Chuck Lever
1
-8
/
+10
2017-07-13
xprtrdma: Demote "connect" log messages
Chuck Lever
1
-36
/
+8
2017-07-13
NFSv4.1: Use seqid returned by EXCHANGE_ID after state migration
Chuck Lever
1
-4
/
+3
2017-07-13
NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migration
Chuck Lever
3
-5
/
+18
2017-07-13
xprtrdma: Don't defer MR recovery if ro_map fails
Chuck Lever
2
-20
/
+17
2017-07-13
xprtrdma: Fix FRWR invalidation error recovery
Chuck Lever
1
-10
/
+13
2017-07-13
xprtrdma: Fix client lock-up after application signal fires
Chuck Lever
4
-31
/
+84
2017-07-13
xprtrdma: Rename rpcrdma_req::rl_free
Chuck Lever
2
-6
/
+5
2017-07-13
xprtrdma: Pass only the list of registered MRs to ro_unmap_sync
Chuck Lever
4
-27
/
+26
2017-07-13
xprtrdma: Pre-mark remotely invalidated MRs
Chuck Lever
4
-5
/
+28
2017-07-13
xprtrdma: On invalidation failure, remove MWs from rl_registered
Chuck Lever
1
-0
/
+1
2017-07-13
NFS: check for nfs_refresh_inode() errors in nfs_fhget()
NeilBrown
1
-2
/
+8
2017-07-13
NFS: guard against confused server in nfs_atomic_open()
NeilBrown
1
-2
/
+4
2017-07-13
NFS: only invalidate dentrys that are clearly invalid.
NeilBrown
2
-6
/
+10
2017-07-13
PNFS for stateid errors retry against MDS first
Olga Kornievskaia
2
-61
/
+0
2017-07-13
PNFS fix EACCESS on commit to DS handling
Olga Kornievskaia
1
-1
/
+2
2017-07-13
NFS: silence a uninitialized variable warning
Dan Carpenter
1
-1
/
+2
2017-07-13
nfs: Fix fscache stat printing in nfs_show_stats()
Tuo Chen Peng
1
-1
/
+1
2017-07-13
NFS: Fix initialization of nfs_page_array->npages
Benjamin Coddington
1
-0
/
+1
2017-07-13
NFS: Fix commit policy for non-blocking calls to nfs_write_inode()
Trond Myklebust
1
-1
/
+1
2017-07-13
NFS: Ensure we commit after writeback is complete
Trond Myklebust
4
-0
/
+63
2017-07-13
NFS: Remove unused fields in the page I/O structures
Trond Myklebust
3
-4
/
+0
2017-07-13
SUNRPC: Make slot allocation more reliable
Trond Myklebust
1
-3
/
+5
2017-07-13
NFS: nfs_rename() - revalidate directories on -ERESTARTSYS
Benjamin Coddington
3
-1
/
+19
2017-07-13
NFS: convert flags to bool
Benjamin Coddington
9
-42
/
+42
2017-07-13
NFS: Set FATTR4_WORD0_TYPE for . and .. entries
Anna Schumaker
1
-4
/
+7
2017-07-13
nfsd4: const-ify nfsd4_ops
Christoph Hellwig
1
-7
/
+6
2017-07-13
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
14
-65
/
+65
2017-07-13
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
12
-15
/
+15
2017-07-13
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
10
-7
/
+28
2017-07-13
nfsd4: properly type op_func callbacks
Christoph Hellwig
3
-173
/
+209
2017-07-13
nfsd4: remove nfsd4op_rsize
Christoph Hellwig
1
-55
/
+54
[next]