index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-29
Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"
Benjamin Coddington
1
-4
/
+2
2023-06-19
NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
Olga Kornievskaia
1
-0
/
+1
2023-06-19
NFSv4: Clean up some shutdown loops
Benjamin Coddington
1
-1
/
+1
2023-05-19
NFSv4.2: Fix a potential double free with READ_PLUS
Anna Schumaker
1
-2
/
+10
2023-04-28
NFSv4.2: Rework scratch handling for READ_PLUS
Anna Schumaker
1
-5
/
+12
2023-03-22
NFSv4: Fix hangs when recovering open state after a server reboot
Trond Myklebust
1
-3
/
+2
2023-02-22
Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-1
/
+3
2023-02-15
NFS: fix disabling of swap
NeilBrown
1
-1
/
+3
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-5
/
+5
2022-12-06
NFS: avoid spurious warning of lost lock that is being unlocked.
NeilBrown
1
-1
/
+2
2022-12-06
NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access()
ChenXiaoSong
1
-11
/
+5
2022-11-27
NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn
Trond Myklebust
1
-7
/
+12
2022-11-27
NFSv4: Fix a credential leak in _nfs4_discover_trunking()
Trond Myklebust
1
-1
/
+3
2022-11-27
NFSv4.2: Fix initialisation of struct nfs4_label
Trond Myklebust
1
-5
/
+10
2022-10-27
NFSv4: Retry LOCK on OLD_STATEID during delegation return
Benjamin Coddington
1
-2
/
+4
2022-10-27
NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
Kees Cook
1
-2
/
+2
2022-10-13
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-2
/
+2
2022-10-03
nfs: remove unnecessary (void*) conversions.
yuzhe
1
-2
/
+2
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-7
/
+7
2022-08-02
NFSv4/pnfs: Fix a use-after-free bug in open
Trond Myklebust
1
-5
/
+6
2022-07-27
NFSv4.1: RECLAIM_COMPLETE must handle EACCES
Zhang Xianwei
1
-0
/
+3
2022-07-25
NFSv4.1 probe offline transports for trunking on session creation
Olga Kornievskaia
1
-0
/
+8
2022-07-25
NFSv4.1 remove xprt from xprt_switch if session trunking test fails
Olga Kornievskaia
1
-0
/
+3
2022-07-25
NFSv4.1 offline trunkable transports on DESTROY_SESSION
Olga Kornievskaia
1
-0
/
+1
2022-07-12
NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
Trond Myklebust
1
-1
/
+0
2022-07-12
NFSv4.1: Don't decrease the value of seq_nr_highest_sent
Trond Myklebust
1
-3
/
+2
2022-06-30
NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
Scott Mayhew
1
-6
/
+13
2022-05-31
NFSv4.1 mark qualified async operations as MOVEABLE tasks
Olga Kornievskaia
1
-12
/
+14
2022-05-31
NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
Benjamin Coddington
1
-8
/
+7
2022-05-17
NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributes
Trond Myklebust
1
-0
/
+69
2022-05-17
NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes
Trond Myklebust
1
-3
/
+6
2022-05-17
NFSv4: Specify the type of ACL to cache
Trond Myklebust
1
-19
/
+40
2022-05-17
NFSv4: Don't hold the layoutget locks across multiple RPC calls
Trond Myklebust
1
-0
/
+4
2022-04-25
NFSv4: Don't invalidate inode attributes on delegation return
Trond Myklebust
1
-1
/
+11
2022-04-07
NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutget
Trond Myklebust
1
-0
/
+2
2022-03-24
NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error
Olga Kornievskaia
1
-0
/
+1
2022-03-13
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
1
-0
/
+20
2022-03-13
NFSv4.1 restrict GETATTR fs_location query to the main transport
Olga Kornievskaia
1
-2
/
+13
2022-02-25
NFS: Clean up NFSv4.2 xattrs
Trond Myklebust
1
-7
/
+2
2022-02-25
NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED
Olga Kornievskaia
1
-0
/
+2
2022-02-25
NFS: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
1
-8
/
+7
2022-02-14
NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
Trond Myklebust
1
-2
/
+1
2022-02-08
NFS: Fix nfs4_proc_get_locations() kernel-doc comment
Yang Li
1
-1
/
+2
2022-01-13
NFSv4.1 test and add 4.1 trunking transport
Olga Kornievskaia
1
-1
/
+55
2022-01-13
NFSv4.1 query for fs_location attr on a new file system
Olga Kornievskaia
1
-10
/
+66
2022-01-12
NFSv4 store server support for fs_location attribute
Olga Kornievskaia
1
-0
/
+2
2022-01-06
NFSv4: Allow writebacks to request 'blocks used'
Trond Myklebust
1
-14
/
+7
2022-01-06
NFS: Add a helper to remove case-insensitive aliases
Trond Myklebust
1
-1
/
+4
2022-01-06
NFSv4: Add some support for case insensitive filesystems
Trond Myklebust
1
-1
/
+7
2022-01-06
NFS: don't store 'struct cred *' in struct nfs_access_entry
NeilBrown
1
-1
/
+0
[next]