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 tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2016-12-16
8
-85
/
+103
|
\
|
*
nfsd: add support for the umask attribute
Andreas Gruenbacher
2016-12-16
4
-9
/
+33
|
*
nfsd: constify reply_cache_stats_operations structure
Julia Lawall
2016-11-14
1
-1
/
+1
|
*
nfsd: update workqueue creation
J. Bruce Fields
2016-11-14
1
-1
/
+1
|
*
nfsd: catch errors in decode_fattr earlier
J. Bruce Fields
2016-11-01
2
-7
/
+14
|
*
nfsd: clean up supported attribute handling
J. Bruce Fields
2016-11-01
3
-60
/
+42
|
*
nfsd: fix error handling for clients that fail to return the layout
Jeff Layton
2016-11-01
1
-4
/
+4
|
*
nfsd: more robust allocation failure handling in nfsd_reply_cache_init
Jeff Layton
2016-11-01
1
-3
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-16
33
-9320
/
+88
|
\
\
|
|
\
|
|
\
|
|
\
|
|
\
|
*
-
-
-
.
\
Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus
Al Viro
2016-12-15
9
-203
/
+74
|
|
\
\
\
\
|
|
|
|
*
|
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-12-05
2
-10
/
+5
|
|
|
*
|
|
ceph: switch to use of ->d_init()
Al Viro
2016-10-29
6
-67
/
+5
|
|
|
*
|
|
ceph: unify dentry_operations instances
Al Viro
2016-10-29
4
-33
/
+10
|
|
*
|
|
|
namei: fold should_follow_link() with the step into not-followed link
Al Viro
2016-12-06
1
-30
/
+18
|
|
*
|
|
|
namei: pass both WALK_GET and WALK_MORE to should_follow_link()
Al Viro
2016-12-06
1
-11
/
+7
|
|
*
|
|
|
namei: invert WALK_PUT logics
Al Viro
2016-12-06
1
-6
/
+7
|
|
*
|
|
|
namei: shift interpretation of LOOKUP_FOLLOW inside should_follow_link()
Al Viro
2016-12-06
1
-10
/
+4
|
|
*
|
|
|
namei: saner calling conventions for mountpoint_last()
Al Viro
2016-12-06
1
-25
/
+25
|
|
*
|
|
|
namei.c: get rid of user_path_parent()
Al Viro
2016-12-06
1
-26
/
+8
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
logfs: remove from tree
Christoph Hellwig
2016-12-15
17
-9139
/
+0
|
*
|
|
|
vfs: fix put_compat_statfs64() does not handle errors
Li Wang
2016-12-07
1
-3
/
+3
|
*
|
|
|
don't open-code file_inode()
Al Viro
2016-12-05
6
-9
/
+11
|
|
/
/
/
*
|
|
|
Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2016-12-16
30
-597
/
+1090
|
\
\
\
\
|
*
|
|
|
nfs: add support for the umask attribute
Andreas Gruenbacher
2016-12-10
3
-17
/
+42
|
*
|
|
|
pNFS/flexfiles: Ensure we have enough buffer for layoutreturn
Trond Myklebust
2016-12-10
2
-6
/
+27
|
*
|
|
|
pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()
Trond Myklebust
2016-12-10
1
-6
/
+4
|
*
|
|
|
pNFS/flexfiles: Fix a deadlock on LAYOUTGET
Fred Isaman
2016-12-09
3
-46
/
+43
|
*
|
|
|
pNFS: Layoutreturn must free the layout after the layout-private data
Trond Myklebust
2016-12-07
1
-2
/
+2
|
*
|
|
|
pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()
Trond Myklebust
2016-12-07
1
-1
/
+2
|
*
|
|
|
NFSv4: Add missing nfs_put_lock_context()
NeilBrown
2016-12-07
1
-2
/
+4
|
*
|
|
|
pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateid
Trond Myklebust
2016-12-06
1
-9
/
+12
|
*
|
|
|
NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()
Trond Myklebust
2016-12-05
1
-1
/
+1
|
*
|
|
|
NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE
Trond Myklebust
2016-12-05
1
-0
/
+4
|
*
|
|
|
NFS: Only look at the change attribute cache state in nfs_check_verifier
Trond Myklebust
2016-12-05
2
-9
/
+7
|
*
|
|
|
NFS: Fix incorrect size revalidation when holding a delegation
Trond Myklebust
2016-12-05
1
-1
/
+4
|
*
|
|
|
NFS: Fix incorrect mapping revalidation when holding a delegation
Trond Myklebust
2016-12-04
1
-3
/
+9
|
*
|
|
|
pNFS/flexfiles: Support sending layoutstats in layoutreturn
Trond Myklebust
2016-12-03
2
-6
/
+79
|
*
|
|
|
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
Trond Myklebust
2016-12-03
4
-31
/
+43
|
*
|
|
|
NFS: Fix up read of mirror stats
Trond Myklebust
2016-12-03
1
-0
/
+2
|
*
|
|
|
pNFS/flexfiles: Clean up layoutstats
Trond Myklebust
2016-12-03
1
-20
/
+7
|
*
|
|
|
pNFS/flexfiles: Refactor encoding of the layoutreturn payload
Trond Myklebust
2016-12-03
3
-31
/
+124
|
*
|
|
|
pNFS: Add a layoutreturn callback to performa layout-private setup
Trond Myklebust
2016-12-03
2
-1
/
+14
|
*
|
|
|
pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturn
Trond Myklebust
2016-12-03
3
-1
/
+10
|
*
|
|
|
pNFS/flexfiles: Only send layoutstats updates for mirrors that were updated
Trond Myklebust
2016-12-02
2
-0
/
+9
|
*
|
|
|
pNFS/flexfiles: Don't attempt to send layoutstats if there are no entries
Trond Myklebust
2016-12-02
1
-0
/
+5
|
*
|
|
|
NFS: Allow getattr to also report readdirplus cache hits
Trond Myklebust
2016-12-02
3
-5
/
+18
|
*
|
|
|
NFS: Be more targeted about readdirplus use when doing lookup/revalidation
Trond Myklebust
2016-12-02
1
-11
/
+19
|
*
|
|
|
NFS: Fix a performance regression in readdir
Trond Myklebust
2016-12-02
1
-13
/
+2
|
*
|
|
|
NFS: fix typo in parameter description
Wei Yongjun
2016-12-02
1
-1
/
+1
|
*
|
|
|
NFS: discard nfs_lockowner structure.
NeilBrown
2016-12-01
4
-5
/
+5
[next]