index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-19
Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
3
-12
/
+1
2025-04-13
nfs: add missing selections of CONFIG_CRC32
Eric Biggers
3
-12
/
+1
2025-04-02
Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
19
-58
/
+537
2025-04-02
nfs: Add missing release on error in nfs_lock_and_join_requests()
Dan Carpenter
1
-1
/
+3
2025-03-31
Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-1
/
+2
2025-03-28
NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()
Trond Myklebust
1
-1
/
+2
2025-03-28
NFS: Don't allow waiting for exiting tasks
Trond Myklebust
4
-3
/
+15
2025-03-26
NFSv4: Treat ENETUNREACH errors as fatal for state recovery
Trond Myklebust
1
-1
/
+9
2025-03-26
NFSv4: clp->cl_cons_state < 0 signifies an invalid nfs_client
Trond Myklebust
1
-1
/
+1
2025-03-26
NFSv4: Further cleanups to shutdown loops
Trond Myklebust
2
-2
/
+2
2025-03-26
NFS: Shut down the nfs_client only after all the superblocks
Trond Myklebust
1
-1
/
+21
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-46
/
+66
2025-03-21
pNFS/flexfiles: Report ENETDOWN as a connection error
Trond Myklebust
1
-0
/
+1
2025-03-21
pNFS/flexfiles: Treat ENETUNREACH errors as fatal in containers
Trond Myklebust
3
-2
/
+28
2025-03-21
NFS: Treat ENETUNREACH errors as fatal in containers
Trond Myklebust
3
-0
/
+10
2025-03-21
NFS: Add a mount option to make ENETUNREACH errors fatal
Trond Myklebust
2
-0
/
+42
2025-03-21
NFS: Add implid to sysfs
Anna Schumaker
1
-0
/
+60
2025-03-21
NFS: Extend rdirplus mount option with "force|none"
Benjamin Coddington
3
-4
/
+31
2025-03-17
NFS: Refactor trace_nfs4_offload_cancel
Chuck Lever
2
-1
/
+11
2025-03-17
NFS: Use NFSv4.2's OFFLOAD_STATUS operation
Chuck Lever
1
-11
/
+59
2025-03-17
NFS: Implement NFSv4.2's OFFLOAD_STATUS operation
Chuck Lever
2
-1
/
+105
2025-03-17
NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR
Chuck Lever
2
-0
/
+87
2025-03-17
NFS: fix open_owner_id_maxsz and related fields.
NeilBrown
1
-9
/
+9
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for delayed delegations
Trond Myklebust
1
-6
/
+12
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for expired delegations
Trond Myklebust
1
-0
/
+7
2025-03-17
NFSv4: Avoid unnecessary scans of filesystems for returning delegations
Trond Myklebust
1
-0
/
+5
2025-03-17
NFSv4: Don't trigger uneccessary scans for return-on-close delegations
Trond Myklebust
1
-15
/
+18
2025-03-10
nfsd: disallow file locking and delegations for NFSv4 reexport
Mike Snitzer
1
-1
/
+2
2025-03-08
Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+2
2025-03-05
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
1
-1
/
+2
2025-03-05
nfs: change mkdir inode_operation to return alternate dentry if needed.
NeilBrown
4
-38
/
+59
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2
-6
/
+6
2025-02-27
Merge patch series "prep patches for my mkdir series"
Christian Brauner
1
-3
/
+1
2025-02-26
nfs/vfs: discard d_exact_alias()
NeilBrown
1
-3
/
+1
2025-02-25
lsm,nfs: fix memory leak of lsm_context
Stephen Smalley
1
-3
/
+4
2025-02-19
NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
Trond Myklebust
3
-0
/
+41
2025-02-19
NFS: Adjust delegated timestamps for O_DIRECT reads and writes
Trond Myklebust
1
-0
/
+4
2025-02-19
NFS: O_DIRECT writes must check and adjust the file length
Trond Myklebust
1
-0
/
+19
2025-02-19
VFS: add common error checks to lookup_one_qstr_excl()
NeilBrown
1
-1
/
+2
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-54
/
+41
2025-01-29
Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2025-01-28
Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
17
-139
/
+295
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2
-2
/
+2
2025-01-27
Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-4
/
+1
2025-01-27
nfs: fix ->d_revalidate() UAF on ->d_name accesses
Al Viro
5
-23
/
+24
2025-01-27
nfs{,4}_lookup_validate(): use stable parent inode passed by caller
Al Viro
1
-30
/
+13
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-3
/
+6
2025-01-22
pnfs/flexfiles: retry getting layout segment for reads
Mike Snitzer
1
-6
/
+21
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+15
2025-01-21
NFSv4.2: make LAYOUTSTATS and LAYOUTERROR MOVEABLE
Olga Kornievskaia
1
-2
/
+2
[next]