index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
NFS: Split out the nfs40_state_renewal_ops into nfs40proc.c
Anna Schumaker
4
-101
/
+103
2026-01-30
NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.c
Anna Schumaker
4
-29
/
+34
2026-01-30
NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.c
Anna Schumaker
9
-194
/
+214
2026-01-30
NFS: Move nfs40_call_sync_ops into nfs40proc.c
Anna Schumaker
5
-25
/
+40
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
1
-1
/
+1
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
1
-4
/
+4
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
1
-4
/
+4
2026-01-26
Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+1
2026-01-22
NFS/localio: switch nfs_local_do_read and nfs_local_do_write to return void
Mike Snitzer
1
-19
/
+13
2026-01-22
NFS/localio: remove -EAGAIN handling in nfs_local_doio()
Mike Snitzer
1
-2
/
+0
2026-01-22
NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commit
Mike Snitzer
1
-3
/
+8
2026-01-22
NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepages
Mike Snitzer
1
-0
/
+15
2026-01-22
NFS/localio: Cleanup the nfs_local_pgio_done() parameters
Trond Myklebust
1
-9
/
+5
2026-01-22
NFS/localio: Handle short writes by retrying
Trond Myklebust
1
-17
/
+47
2026-01-20
NFS: make nfs_mark_return_unreferenced_delegations less aggressive
Christoph Hellwig
1
-7
/
+17
2026-01-20
NFS: return delegations from the end of a LRU when over the watermark
Christoph Hellwig
2
-3
/
+59
2026-01-20
NFS: add a separate delegation return list
Christoph Hellwig
4
-84
/
+81
2026-01-20
NFS: reformat nfs_mark_delegation_revoked
Christoph Hellwig
1
-6
/
+7
2026-01-20
NFS: use a local RCU critical section in nfs_start_delegation_return
Christoph Hellwig
1
-6
/
+5
2026-01-20
NFS: use refcount_inc_not_zero nfs_start_delegation_return
Christoph Hellwig
1
-12
/
+10
2026-01-20
NFS: don't consume a delegation reference in nfs_end_delegation_return
Christoph Hellwig
1
-22
/
+24
2026-01-20
NFS: take a delegation reference in nfs4_get_valid_delegation
Christoph Hellwig
4
-46
/
+56
2026-01-20
NFS: simplify the detached delegation check in update_open_stateid
Christoph Hellwig
1
-2
/
+1
2026-01-20
NFS: move the deleg_cur check out of nfs_detach_delegation_locked
Christoph Hellwig
1
-8
/
+7
2026-01-20
NFS: return bool from nfs_detach_delegation{,_locked}
Christoph Hellwig
1
-13
/
+14
2026-01-20
NFS: move delegation lookup into can_open_delegated
Christoph Hellwig
1
-32
/
+33
2026-01-20
NFS: rewrite nfs_delegations_present in terms of nr_active_delegations
Christoph Hellwig
1
-1
/
+1
2026-01-20
NFS: remove nfs_free_delegation
Christoph Hellwig
1
-11
/
+8
2026-01-20
NFS: open code nfs_delegation_need_return
Christoph Hellwig
1
-17
/
+7
2026-01-20
NFS: remove NFS_DELEGATION_INODE_FREEING
Christoph Hellwig
3
-13
/
+2
2026-01-20
NFS: drop the _locked postfix from nfs_start_delegation_return
Christoph Hellwig
1
-6
/
+6
2026-01-20
NFS: assert rcu_read_lock is held in nfs_start_delegation_return_locked
Christoph Hellwig
1
-4
/
+7
2026-01-20
NFS: remove nfs_start_delegation_return
Christoph Hellwig
1
-20
/
+12
2026-01-20
NFS: remove nfs_inode_detach_delegation
Christoph Hellwig
1
-22
/
+15
2026-01-20
NFS: remove the NULL inode check in nfs4_inode_return_delegation_on_close
Christoph Hellwig
1
-2
/
+0
2026-01-20
NFS: remove nfs_client_mark_return_all_delegations
Christoph Hellwig
1
-11
/
+7
2026-01-20
NFS: remove nfs_client_mark_return_unused_delegation_types
Christoph Hellwig
1
-14
/
+3
2026-01-20
NFS: remove __nfs_client_for_each_server
Christoph Hellwig
1
-11
/
+3
2026-01-15
NFS: Fix size read races in truncate, fallocate and copy offload
Trond Myklebust
3
-14
/
+27
2026-01-12
NFS: Don't immediately return directory delegations when disabled
Anna Schumaker
1
-1
/
+1
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
1
-5
/
+5
2026-01-12
nfs: split nfs_update_timestamps
Christoph Hellwig
1
-16
/
+15
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
2
-2
/
+0
2026-01-12
nfs: properly disallow delegation requests on directories
Jeff Layton
2
-2
/
+1
2026-01-07
NFS/localio: Deal with page bases that are > PAGE_SIZE
Trond Myklebust
1
-0
/
+2
2026-01-07
NFS/localio: Stop further I/O upon hitting an error
Trond Myklebust
1
-16
/
+14
2026-01-07
NFSv4.x: Directory delegations don't require any state recovery
Trond Myklebust
2
-1
/
+10
2026-01-06
nfs: unify security_inode_listsecurity() calls
Stephen Smalley
1
-35
/
+3
2026-01-04
NFSv4: Don't free slots prematurely if requesting a directory delegation
Trond Myklebust
1
-8
/
+39
2026-01-04
NFSv4: Fix nfs_clear_verifier_delegated() for delegated directories
Trond Myklebust
1
-8
/
+49
[prev]
[next]