index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-03
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
Trond Myklebust
4
-31
/
+43
2016-12-03
NFS: Fix up read of mirror stats
Trond Myklebust
1
-0
/
+2
2016-12-03
pNFS/flexfiles: Clean up layoutstats
Trond Myklebust
1
-20
/
+7
2016-12-03
pNFS/flexfiles: Refactor encoding of the layoutreturn payload
Trond Myklebust
3
-31
/
+124
2016-12-03
pNFS: Add a layoutreturn callback to performa layout-private setup
Trond Myklebust
2
-1
/
+14
2016-12-03
pNFS: Allow layout drivers to manage private data in struct nfs4_layoutreturn
Trond Myklebust
4
-1
/
+12
2016-12-02
NFSv4: Add a generic structure for managing layout-private information
Trond Myklebust
1
-0
/
+14
2016-12-02
pNFS/flexfiles: Only send layoutstats updates for mirrors that were updated
Trond Myklebust
2
-0
/
+9
2016-12-02
pNFS/flexfiles: Don't attempt to send layoutstats if there are no entries
Trond Myklebust
1
-0
/
+5
2016-12-02
NFS: Allow getattr to also report readdirplus cache hits
Trond Myklebust
3
-5
/
+18
2016-12-02
NFS: Be more targeted about readdirplus use when doing lookup/revalidation
Trond Myklebust
1
-11
/
+19
2016-12-02
NFS: Fix a performance regression in readdir
Trond Myklebust
1
-13
/
+2
2016-12-02
NFS: fix typo in parameter description
Wei Yongjun
1
-1
/
+1
2016-12-01
NFS: discard nfs_lockowner structure.
NeilBrown
5
-10
/
+6
2016-12-01
NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is one
NeilBrown
1
-5
/
+9
2016-12-01
NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...
NeilBrown
3
-16
/
+12
2016-12-01
NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state.
NeilBrown
1
-15
/
+13
2016-12-01
NFSv4: add flock_owner to open context
NeilBrown
5
-8
/
+12
2016-12-01
NFS: remove l_pid field from nfs_lockowner
NeilBrown
5
-9
/
+2
2016-12-01
NFS: Remove unused argument from nfs_direct_write_complete()
Anna Schumaker
1
-6
/
+6
2016-12-01
NFS: Remove unused authflavour parameter from nfs_get_client()
Anna Schumaker
8
-43
/
+23
2016-12-01
nfs: fix false positives in nfs40_walk_client_list()
J. Bruce Fields
1
-1
/
+21
2016-12-01
sunrpc: Don't engage exponential backoff when connection attempt is rejected.
NeilBrown
2
-1
/
+4
2016-12-01
pNFS: Skip invalid stateids when doing a bulk destroy
Trond Myklebust
1
-0
/
+2
2016-12-01
pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()
Trond Myklebust
1
-0
/
+9
2016-12-01
pNFS: Don't mark the layout as freed if the last lseg is marked for return
Trond Myklebust
1
-0
/
+2
2016-12-01
pNFS: Sync the layout state bits in pnfs_cache_lseg_for_layoutreturn
Trond Myklebust
1
-14
/
+15
2016-12-01
pNFS: Fix bugs in _pnfs_return_layout
Trond Myklebust
1
-3
/
+10
2016-12-01
pNFS: Clear all layout segment state in pnfs_mark_layout_stateid_invalid
Trond Myklebust
1
-1
/
+18
2016-12-01
pNFS: Prevent unnecessary layoutreturns after delegreturn
Trond Myklebust
1
-2
/
+4
2016-12-01
pNFS: Enable layoutreturn operation for return-on-close
Trond Myklebust
3
-118
/
+96
2016-12-01
pNFS: Clean up - add a helper to initialise struct layoutreturn_args
Trond Myklebust
1
-7
/
+18
2016-12-01
NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURN
Trond Myklebust
3
-9
/
+54
2016-12-01
NFSv4: Add encode/decode of the layoutreturn op in CLOSE
Trond Myklebust
3
-9
/
+69
2016-12-01
NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_sz
Trond Myklebust
1
-0
/
+1
2016-12-01
pNFS: Don't mark layout segments invalid on layoutreturn in pnfs_roc
Trond Myklebust
1
-7
/
+13
2016-12-01
pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callback
Trond Myklebust
5
-11
/
+9
2016-12-01
pNFS: Skip checking for return-on-close if the layout is invalid
Trond Myklebust
1
-1
/
+2
2016-12-01
pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()
Trond Myklebust
1
-3
/
+0
2016-12-01
NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalid
Trond Myklebust
3
-4
/
+9
2016-12-01
pNFS: Do not free layout segments that are marked for return
Trond Myklebust
3
-22
/
+73
2016-12-01
pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlers
Trond Myklebust
1
-32
/
+67
2016-12-01
pNFS: consolidate the different range intersection tests
Trond Myklebust
3
-57
/
+43
2016-12-01
pNFS: Fix race in pnfs_wait_on_layoutreturn
Trond Myklebust
1
-5
/
+3
2016-12-01
pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
Trond Myklebust
2
-1
/
+6
2016-12-01
pNFS: Force a retry of LAYOUTGET if the stateid doesn't match our cache
Trond Myklebust
1
-5
/
+6
2016-12-01
pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
Trond Myklebust
1
-8
/
+9
2016-12-01
pNFS: Don't clear the layout stateid if a layout return is outstanding
Trond Myklebust
1
-1
/
+3
2016-12-01
pNFS: Fix a deadlock between read resends and layoutreturn
Trond Myklebust
2
-0
/
+8
2016-12-01
NFSv4.1: Fix regression in callback retry handling
Fred Isaman
1
-1
/
+1
[next]