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
*
NFSv4: Add encode/decode of the layoutreturn op in OPEN_DOWNGRADE
Trond Myklebust
2016-12-19
1
-0
/
+10
*
NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQID
NeilBrown
2016-12-19
1
-16
/
+13
*
NFSv4: ensure __nfs4_find_lock_state returns consistent result.
NeilBrown
2016-12-19
1
-8
/
+20
*
NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
NeilBrown
2016-12-19
1
-1
/
+2
*
pNFS/flexfiles: delete deviceid, don't mark inactive
Weston Andros Adamson
2016-12-19
2
-3
/
+5
*
NFS: Clean up nfs_attribute_timeout()
Trond Myklebust
2016-12-19
1
-7
/
+7
*
NFS: Remove unused function nfs_revalidate_inode_rcu()
Trond Myklebust
2016-12-19
1
-9
/
+0
*
NFS: Fix and clean up the access cache validity checking
Trond Myklebust
2016-12-19
1
-9
/
+9
*
NFS: Only look at the change attribute cache state in nfs_weak_revalidate()
Trond Myklebust
2016-12-19
1
-2
/
+3
*
NFS: Clean up cache validity checking
Trond Myklebust
2016-12-19
3
-22
/
+34
*
NFS: Don't revalidate the file on close if we hold a delegation
Trond Myklebust
2016-12-19
1
-0
/
+2
*
NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURN
Trond Myklebust
2016-12-19
1
-4
/
+1
*
NFSv4: Update the attribute cache info in update_changeattr
Trond Myklebust
2016-12-19
1
-1
/
+8
*
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
*
NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is one
NeilBrown
2016-12-01
1
-5
/
+9
*
NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...
NeilBrown
2016-12-01
3
-16
/
+12
*
NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state.
NeilBrown
2016-12-01
1
-15
/
+13
*
NFSv4: add flock_owner to open context
NeilBrown
2016-12-01
4
-7
/
+10
*
NFS: remove l_pid field from nfs_lockowner
NeilBrown
2016-12-01
4
-8
/
+2
*
NFS: Remove unused argument from nfs_direct_write_complete()
Anna Schumaker
2016-12-01
1
-6
/
+6
*
NFS: Remove unused authflavour parameter from nfs_get_client()
Anna Schumaker
2016-12-01
8
-43
/
+23
*
nfs: fix false positives in nfs40_walk_client_list()
J. Bruce Fields
2016-12-01
1
-1
/
+21
*
pNFS: Skip invalid stateids when doing a bulk destroy
Trond Myklebust
2016-12-01
1
-0
/
+2
*
pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()
Trond Myklebust
2016-12-01
1
-0
/
+9
[next]