index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-07-15
1
-24
/
+17
|
\
|
*
fault-inject: add /proc/<pid>/fail-nth
Akinobu Mita
2017-07-15
1
-0
/
+1
|
*
fault-inject: simplify access check for fail-nth
Akinobu Mita
2017-07-15
1
-15
/
+10
|
*
fault-inject: make fail-nth read/write interface symmetric
Akinobu Mita
2017-07-15
1
-8
/
+6
|
*
fault-inject: parse as natural 1-based value for fail-nth write interface
Akinobu Mita
2017-07-15
1
-5
/
+4
|
*
fault-inject: automatically detect the number base for fail-nth write interface
Akinobu Mita
2017-07-15
1
-1
/
+1
*
|
Merge tag 'befs-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2017-07-14
1
-9
/
+6
|
\
\
|
|
/
|
/
|
|
*
befs: add kernel-doc formatting for befs_bt_read_super()
Tommy Nguyen
2017-07-09
1
-9
/
+6
*
|
Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-07-13
22
-132
/
+545
|
\
\
|
*
|
NFS: Don't run wake_up_bit() when nobody is waiting...
Trond Myklebust
2017-07-13
1
-1
/
+16
|
*
|
nfs: add export operations
Peng Tao
2017-07-13
4
-1
/
+182
|
*
|
nfs4: add NFSv4 LOOKUPP handlers
Jeff Layton
2017-07-13
3
-0
/
+153
|
*
|
nfs: add a nfs_ilookup helper
Peng Tao
2017-07-13
1
-0
/
+22
|
*
|
nfs: replace d_add with d_splice_alias in atomic_open
Peng Tao
2017-07-13
1
-1
/
+1
|
*
|
NFSv4.2 fix size storage for nfs42_proc_copy
Olga Kornievskaia
2017-07-13
1
-1
/
+1
|
*
|
NFSv4.1: Use seqid returned by EXCHANGE_ID after state migration
Chuck Lever
2017-07-13
1
-4
/
+3
|
*
|
NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migration
Chuck Lever
2017-07-13
2
-5
/
+16
|
*
|
NFS: check for nfs_refresh_inode() errors in nfs_fhget()
NeilBrown
2017-07-13
1
-2
/
+8
|
*
|
NFS: guard against confused server in nfs_atomic_open()
NeilBrown
2017-07-13
1
-2
/
+4
|
*
|
NFS: only invalidate dentrys that are clearly invalid.
NeilBrown
2017-07-13
2
-6
/
+10
|
*
|
PNFS for stateid errors retry against MDS first
Olga Kornievskaia
2017-07-13
2
-61
/
+0
|
*
|
PNFS fix EACCESS on commit to DS handling
Olga Kornievskaia
2017-07-13
1
-1
/
+2
|
*
|
NFS: silence a uninitialized variable warning
Dan Carpenter
2017-07-13
1
-1
/
+2
|
*
|
nfs: Fix fscache stat printing in nfs_show_stats()
Tuo Chen Peng
2017-07-13
1
-1
/
+1
|
*
|
NFS: Fix initialization of nfs_page_array->npages
Benjamin Coddington
2017-07-13
1
-0
/
+1
|
*
|
NFS: Fix commit policy for non-blocking calls to nfs_write_inode()
Trond Myklebust
2017-07-13
1
-1
/
+1
|
*
|
NFS: Ensure we commit after writeback is complete
Trond Myklebust
2017-07-13
2
-0
/
+60
|
*
|
NFS: Remove unused fields in the page I/O structures
Trond Myklebust
2017-07-13
1
-2
/
+0
|
*
|
NFS: nfs_rename() - revalidate directories on -ERESTARTSYS
Benjamin Coddington
2017-07-13
2
-1
/
+18
|
*
|
NFS: convert flags to bool
Benjamin Coddington
2017-07-13
8
-37
/
+37
|
*
|
NFS: Set FATTR4_WORD0_TYPE for . and .. entries
Anna Schumaker
2017-07-13
1
-4
/
+7
|
*
|
nfsd4: const-ify nfsd4_ops
Christoph Hellwig
2017-07-13
1
-7
/
+6
|
*
|
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
2017-07-13
12
-62
/
+62
|
*
|
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
2017-07-13
9
-10
/
+10
|
*
|
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
2017-07-13
7
-0
/
+20
|
*
|
nfsd4: properly type op_func callbacks
Christoph Hellwig
2017-07-13
3
-173
/
+209
|
*
|
nfsd4: remove nfsd4op_rsize
Christoph Hellwig
2017-07-13
1
-55
/
+54
|
*
|
nfsd4: properly type op_get_currentstateid callbacks
Christoph Hellwig
2017-07-13
3
-35
/
+50
|
*
|
nfsd4: properly type op_set_currentstateid callbacks
Christoph Hellwig
2017-07-13
4
-19
/
+27
|
*
|
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
2017-07-13
17
-157
/
+173
|
*
|
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
2017-07-13
17
-187
/
+211
|
*
|
sunrpc: properly type pc_release callbacks
Christoph Hellwig
2017-07-13
10
-61
/
+57
|
*
|
sunrpc: properly type pc_func callbacks
Christoph Hellwig
2017-07-13
9
-224
/
+325
|
*
|
nfsd: remove the unused PROC() macro in nfs3proc.c
Christoph Hellwig
2017-07-13
1
-12
/
+0
|
*
|
nfsd: use named initializers in PROC()
Christoph Hellwig
2017-07-13
3
-27
/
+27
|
*
|
nfsd4: const-ify nfs_cb_version4
Christoph Hellwig
2017-07-13
1
-1
/
+1
|
*
|
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
2017-07-13
10
-14
/
+14
|
*
|
nfs: use ARRAY_SIZE() in the nfsacl_version3 declaration
Christoph Hellwig
2017-07-13
1
-2
/
+1
|
*
|
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
2017-07-13
8
-6
/
+27
|
*
|
lockd: fix some weird indentation
Christoph Hellwig
2017-07-13
2
-19
/
+19
[next]