index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
pNFS: Enable per-layout segment commit structures
Trond Myklebust
4
-6
/
+117
2020-03-27
pNFS: Add infrastructure for cleaning up per-layout commit structures
Trond Myklebust
6
-4
/
+120
2020-03-27
NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers()
Trond Myklebust
1
-3
/
+16
2020-03-27
NFS: Fix O_DIRECT commit verifier handling
Trond Myklebust
3
-124
/
+22
2020-03-27
NFS: commit errors should be fatal
Trond Myklebust
1
-2
/
+30
2020-03-27
NFS/pNFS: Allow O_DIRECT to release the DS commitinfo
Trond Myklebust
2
-0
/
+17
2020-03-27
pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()
Trond Myklebust
1
-0
/
+16
2020-03-27
pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()
Trond Myklebust
1
-8
/
+33
2020-03-27
NFSv4/pNFS: Scan the full list of commit arrays when committing
Trond Myklebust
1
-12
/
+40
2020-03-27
NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info
Trond Myklebust
4
-1
/
+17
2020-03-26
pNFS: Add a helper to allocate the array of buckets
Trond Myklebust
2
-0
/
+34
2020-03-26
NFS/pNFS: Refactor pnfs_generic_commit_pagelist()
Trond Myklebust
2
-101
/
+76
2020-03-26
pNFS/flexfiles: Simplify allocation of the mirror array
Trond Myklebust
2
-17
/
+6
2020-03-25
NFS: Don't specify NFS version in "UDP not supported" error
Petr Vorel
1
-2
/
+2
2020-03-25
nfsroot: set tcp as the default transport protocol
Liwei Song
1
-1
/
+1
2020-03-24
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-1
/
+1
2020-03-22
NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails
Misono Tomohiro
1
-0
/
+2
2020-03-17
nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()
Trond Myklebust
2
-5
/
+2
2020-03-16
nfsd: export upcalls must not return ESTALE when mountd is down
Trond Myklebust
1
-5
/
+6
2020-03-16
nfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-03-16
NFSv4.2: error out when relink swapfile
Murphy Zhou
1
-0
/
+3
2020-03-16
NFS:remove redundant call to nfs_do_access
Zhouyi Zhou
1
-8
/
+1
2020-03-16
NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts
Trond Myklebust
7
-18
/
+186
2020-03-16
NFSv4: Clean up nfs_delegation_reap_expired()
Trond Myklebust
1
-43
/
+40
2020-03-16
NFSv4: Clean up nfs_delegation_reap_unclaimed()
Trond Myklebust
1
-39
/
+37
2020-03-16
NFSv4: Clean up nfs_client_return_marked_delegations()
Trond Myklebust
1
-69
/
+60
2020-03-16
NFS: Add a helper nfs_client_for_each_server()
Trond Myklebust
2
-1
/
+38
2020-03-16
NFSv4/pnfs: Clean up nfs_layout_find_inode()
Trond Myklebust
1
-31
/
+21
2020-03-16
NFSv4: Ensure layout headers are RCU safe
Trond Myklebust
5
-11
/
+13
2020-03-16
NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()
Trond Myklebust
1
-0
/
+2
2020-03-16
pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the server
Trond Myklebust
1
-9
/
+11
2020-03-16
NFS: Limit the size of the access cache by default
Trond Myklebust
1
-1
/
+1
2020-03-16
NFS: Avoid referencing the cred twice in async rename/unlink
Trond Myklebust
1
-2
/
+2
2020-03-16
NFSv4: Avoid unnecessary credential references in layoutget
Trond Myklebust
2
-3
/
+2
2020-03-16
NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/O
Trond Myklebust
1
-5
/
+5
2020-03-16
NFS: Assume cred is pinned by open context in I/O requests
Trond Myklebust
2
-2
/
+2
2020-03-16
NFS: alloc_nfs_open_context() must use the file cred when available
Trond Myklebust
1
-5
/
+5
2020-03-16
NFS: Ensure we time out if a delegreturn does not complete
Trond Myklebust
1
-1
/
+2
2020-03-16
NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout cred
Trond Myklebust
3
-5
/
+18
2020-03-16
NFSv4: nfs_update_inplace_delegation() should update delegation cred
Trond Myklebust
1
-1
/
+19
2020-03-16
NFS: Use the 64-bit server readdir cookies when possible
Trond Myklebust
1
-17
/
+44
2020-03-02
Documentation: nfsroot.rst: Fix references to nfsroot.rst
Niklas Söderlund
1
-1
/
+1
2020-02-25
nfs: add minor version to nfs_server_key for fscache
Scott Mayhew
3
-1
/
+3
2020-02-25
NFS: Fix leak of ctx->nfs_server.hostname
Scott Mayhew
1
-0
/
+2
2020-02-25
NFS: Don't hard-code the fs_type when submounting
Scott Mayhew
1
-1
/
+1
2020-02-21
NFS: Ensure the fs_context has the correct fs_type before mounting
Scott Mayhew
1
-0
/
+7
2020-02-20
nfs: Fix nfs_access_get_cached_rcu() sparse error
Madhuparna Bhowmik
1
-1
/
+1
2020-02-13
NFSv4: Ensure the delegation cred is pinned when we call delegreturn
Trond Myklebust
1
-3
/
+8
2020-02-13
NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()
Trond Myklebust
2
-7
/
+27
2020-02-13
NFSv4.1 make cachethis=no for writes
Olga Kornievskaia
1
-1
/
+1
[prev]
[next]