index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
nfs41: pnfs: filelayout: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+2
2022-01-06
NFS: Ensure the server has an up to date ctime before renaming
Trond Myklebust
1
-0
/
+2
2022-01-06
NFS: Ensure the server has an up to date ctime before hardlinking
Trond Myklebust
1
-0
/
+2
2022-01-06
NFS: don't store 'struct cred *' in struct nfs_access_entry
NeilBrown
2
-7
/
+44
2022-01-06
NFS: pass cred explicitly for access tests
NeilBrown
3
-14
/
+20
2022-01-06
NFS: change nfs_access_get_cached to only report the mask
NeilBrown
2
-20
/
+18
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2
-0
/
+2
2021-12-13
NFS: switch the callback service back to non-pooled.
NeilBrown
1
-1
/
+1
2021-12-13
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
1
-5
/
+3
2021-12-13
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
1
-1
/
+1
2021-12-13
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
1
-12
/
+2
2021-12-13
SUNRPC: change svc_get() to return the svc.
NeilBrown
1
-4
/
+2
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
2
-3
/
+3
2021-11-27
Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-3
/
+10
2021-11-17
NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION
Olga Kornievskaia
1
-0
/
+4
2021-11-17
NFSv42: Fix pagecache invalidation after COPY/CLONE
Benjamin Coddington
1
-1
/
+3
2021-11-17
NFS: Add a tracepoint to show the results of nfs_set_cache_invalid()
Benjamin Coddington
2
-0
/
+2
2021-11-17
NFSv42: Don't fail clone() unless the OP_CLONE operation failed
Trond Myklebust
1
-2
/
+1
2021-11-10
Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+2
2021-11-10
Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
34
-1233
/
+1169
2021-11-07
NFSv4: Sanity check the parameters in nfs41_update_target_slotid()
Trond Myklebust
2
-4
/
+9
2021-11-05
NFS: Remove the nfs4_label argument from decode_getattr_*() functions
Anna Schumaker
1
-26
/
+17
2021-11-05
NFS: Remove the nfs4_label argument from nfs_setsecurity
Anna Schumaker
4
-20
/
+16
2021-11-05
NFS: Remove the nfs4_label argument from nfs_fhget()
Anna Schumaker
6
-11
/
+10
2021-11-05
NFS: Remove the nfs4_label argument from nfs_add_or_obtain()
Anna Schumaker
2
-5
/
+4
2021-11-05
NFS: Remove the nfs4_label argument from nfs_instantiate()
Anna Schumaker
3
-8
/
+7
2021-11-05
NFS: Remove the nfs4_label from the nfs_setattrres
Anna Schumaker
3
-42
/
+18
2021-11-05
NFS: Remove the nfs4_label from the nfs4_getattr_res
Anna Schumaker
10
-53
/
+27
2021-11-05
NFS: Remove the f_label from the nfs4_opendata and nfs_openres
Anna Schumaker
3
-26
/
+12
2021-11-05
NFS: Remove the nfs4_label from the nfs4_lookupp_res struct
Anna Schumaker
4
-27
/
+13
2021-11-05
NFS: Remove the label from the nfs4_lookup_res struct
Anna Schumaker
6
-39
/
+24
2021-11-05
NFS: Remove the nfs4_label from the nfs4_link_res struct
Anna Schumaker
2
-14
/
+4
2021-11-05
NFS: Remove the nfs4_label from the nfs4_create_res struct
Anna Schumaker
2
-8
/
+6
2021-11-05
NFS: Remove the nfs4_label from the nfs_entry struct
Anna Schumaker
2
-15
/
+8
2021-11-05
NFS: Create a new nfs_alloc_fattr_with_label() function
Anna Schumaker
3
-20
/
+23
2021-11-05
NFS: Always initialise fattr->label in nfs_fattr_alloc()
Trond Myklebust
1
-1
/
+3
2021-11-05
NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_mode
Trond Myklebust
1
-2
/
+1
2021-11-05
NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()
Trond Myklebust
1
-4
/
+6
2021-11-05
NFSv4: Remove unnecessary 'minor version' check
Trond Myklebust
1
-6
/
+2
2021-11-05
NFSv4: Fix potential Oops in decode_op_map()
Trond Myklebust
1
-13
/
+2
2021-11-05
NFSv4: Ensure decode_compound_hdr() sanity checks the tag
Trond Myklebust
1
-10
/
+13
2021-11-05
NFS: Don't trace an uninitialised value
Trond Myklebust
1
-1
/
+1
2021-11-04
NFSv4.2 add tracepoint to OFFLOAD_CANCEL
Olga Kornievskaia
2
-0
/
+34
2021-11-04
NFSv4.2 add tracepoint to COPY_NOTIFY
Olga Kornievskaia
2
-1
/
+58
2021-11-04
NFSv4.2 add tracepoint to CB_OFFLOAD
Olga Kornievskaia
2
-0
/
+47
2021-11-04
NFSv4.2 add tracepoint to CLONE
Olga Kornievskaia
2
-0
/
+74
2021-11-04
NFSv4.2 add tracepoint to COPY
Olga Kornievskaia
2
-0
/
+108
2021-11-04
NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATE
Olga Kornievskaia
2
-0
/
+60
2021-11-04
NFSv4.2 add tracepoint to SEEK
Olga Kornievskaia
2
-0
/
+75
2021-11-03
nfs4: take a reference on the nfs_client when running FREE_STATEID
Scott Mayhew
1
-0
/
+8
[prev]
[next]