index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-16
Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
30
-597
/
+1090
2016-12-10
nfs: add support for the umask attribute
Andreas Gruenbacher
3
-17
/
+42
2016-12-10
pNFS/flexfiles: Ensure we have enough buffer for layoutreturn
Trond Myklebust
2
-6
/
+27
2016-12-10
pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()
Trond Myklebust
1
-6
/
+4
2016-12-09
pNFS/flexfiles: Fix a deadlock on LAYOUTGET
Fred Isaman
3
-46
/
+43
2016-12-07
pNFS: Layoutreturn must free the layout after the layout-private data
Trond Myklebust
1
-2
/
+2
2016-12-07
pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()
Trond Myklebust
1
-1
/
+2
2016-12-07
NFSv4: Add missing nfs_put_lock_context()
NeilBrown
1
-2
/
+4
2016-12-06
pNFS: Release NFS_LAYOUT_RETURN when invalidating the layout stateid
Trond Myklebust
1
-9
/
+12
2016-12-05
NFSv4.1: Don't schedule lease recovery in nfs4_schedule_session_recovery()
Trond Myklebust
1
-1
/
+1
2016-12-05
NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE
Trond Myklebust
1
-0
/
+4
2016-12-05
NFS: Only look at the change attribute cache state in nfs_check_verifier
Trond Myklebust
2
-9
/
+7
2016-12-05
NFS: Fix incorrect size revalidation when holding a delegation
Trond Myklebust
1
-1
/
+4
2016-12-05
NFS: Fix incorrect mapping revalidation when holding a delegation
Trond Myklebust
1
-3
/
+9
2016-12-03
pNFS/flexfiles: Support sending layoutstats in layoutreturn
Trond Myklebust
2
-6
/
+79
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
3
-1
/
+10
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-02
NFS: discard nfs_lockowner structure.
NeilBrown
4
-5
/
+5
2016-12-02
NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is one
NeilBrown
1
-5
/
+9
2016-12-02
NFSv4: change nfs4_select_rw_stateid to take a lock_context inplace of lock_o...
NeilBrown
3
-16
/
+12
2016-12-02
NFSv4: change nfs4_do_setattr to take an open_context instead of a nfs4_state.
NeilBrown
1
-15
/
+13
2016-12-02
NFSv4: add flock_owner to open context
NeilBrown
4
-7
/
+10
2016-12-02
NFS: remove l_pid field from nfs_lockowner
NeilBrown
4
-8
/
+2
2016-12-02
NFS: Remove unused argument from nfs_direct_write_complete()
Anna Schumaker
1
-6
/
+6
2016-12-02
NFS: Remove unused authflavour parameter from nfs_get_client()
Anna Schumaker
8
-43
/
+23
2016-12-02
nfs: fix false positives in nfs40_walk_client_list()
J. Bruce Fields
1
-1
/
+21
2016-12-02
pNFS: Skip invalid stateids when doing a bulk destroy
Trond Myklebust
1
-0
/
+2
2016-12-02
pNFS: Wait on outstanding layoutreturns to complete in pnfs_roc()
Trond Myklebust
1
-0
/
+9
2016-12-02
pNFS: Don't mark the layout as freed if the last lseg is marked for return
Trond Myklebust
1
-0
/
+2
2016-12-02
pNFS: Sync the layout state bits in pnfs_cache_lseg_for_layoutreturn
Trond Myklebust
1
-14
/
+15
2016-12-02
pNFS: Fix bugs in _pnfs_return_layout
Trond Myklebust
1
-3
/
+10
2016-12-02
pNFS: Clear all layout segment state in pnfs_mark_layout_stateid_invalid
Trond Myklebust
1
-1
/
+18
2016-12-02
pNFS: Prevent unnecessary layoutreturns after delegreturn
Trond Myklebust
1
-2
/
+4
2016-12-02
pNFS: Enable layoutreturn operation for return-on-close
Trond Myklebust
3
-118
/
+96
2016-12-02
pNFS: Clean up - add a helper to initialise struct layoutreturn_args
Trond Myklebust
1
-7
/
+18
2016-12-02
NFSv4: Add encode/decode of the layoutreturn op in DELEGRETURN
Trond Myklebust
2
-9
/
+51
2016-12-02
NFSv4: Add encode/decode of the layoutreturn op in CLOSE
Trond Myklebust
2
-9
/
+66
2016-12-02
NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_sz
Trond Myklebust
1
-0
/
+1
2016-12-02
pNFS: Don't mark layout segments invalid on layoutreturn in pnfs_roc
Trond Myklebust
1
-7
/
+13
2016-12-02
pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callback
Trond Myklebust
5
-11
/
+9
[next]