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
2022-03-02
NFS: Adjust the amount of readahead performed by NFS readdir
Trond Myklebust
1
-1
/
+52
2022-03-02
NFS: Don't advance the page pointer unless the page is full
Trond Myklebust
1
-10
/
+22
2022-03-02
NFS: Don't re-read the entire page cache to find the next cookie
Trond Myklebust
1
-3
/
+7
2022-03-02
NFS: Store the change attribute in the directory page cache
Trond Myklebust
1
-31
/
+37
2022-02-28
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
1
-32
/
+11
2022-02-28
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
2
-6
/
+2
2022-02-28
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
1
-1
/
+1
2022-02-28
SUNRPC: Rename svc_create_xprt()
Chuck Lever
1
-6
/
+6
2022-02-28
SUNRPC: Remove the .svo_enqueue_xprt method
Chuck Lever
1
-2
/
+0
2022-02-28
NFS: Calculate page offsets algorithmically
Trond Myklebust
1
-5
/
+13
2022-02-28
NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context
Trond Myklebust
1
-7
/
+4
2022-02-28
NFS: Initialise the readdir verifier as best we can in nfs_opendir()
Trond Myklebust
1
-0
/
+1
2022-02-28
NFS: Trace lookup revalidation failure
Trond Myklebust
1
-12
/
+5
2022-02-28
NFS: Return valid errors from nfs2/3_decode_dirent()
Trond Myklebust
2
-16
/
+7
2022-02-28
Revert "NFSv4: use unique client identifiers in network namespaces"
Trond Myklebust
1
-14
/
+0
2022-02-25
NFS: Use of mapping_set_error() results in spurious errors
Trond Myklebust
1
-1
/
+4
2022-02-25
NFS: Clean up NFSv4.2 xattrs
Trond Myklebust
3
-12
/
+18
2022-02-25
NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()
Trond Myklebust
1
-2
/
+0
2022-02-25
NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR
Trond Myklebust
2
-0
/
+2
2022-02-25
NFS: Remove unused flag NFS_INO_REVAL_PAGECACHE
Trond Myklebust
2
-4
/
+2
2022-02-25
NFS: Replace last uses of NFS_INO_REVAL_PAGECACHE
Trond Myklebust
2
-14
/
+12
2022-02-25
NFSv4: use unique client identifiers in network namespaces
Benjamin Coddington
1
-0
/
+14
2022-02-25
NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED
Olga Kornievskaia
2
-2
/
+10
2022-02-25
NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
3
-8
/
+8
2022-02-25
NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2
-9
/
+10
2022-02-25
NFS: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
4
-14
/
+13
2022-02-25
NFSv4.2: Fix up an invalid combination of memory allocation flags
Trond Myklebust
1
-4
/
+3
2022-02-25
NFSv4: Charge NFSv4 open state trackers to kmemcg
Trond Myklebust
2
-4
/
+5
2022-02-25
NFS: Charge open/lock file contexts to kmemcg
Trond Myklebust
2
-3
/
+3
2022-02-25
NFSv4: Protect the state recovery thread against direct reclaim
Trond Myklebust
1
-0
/
+12
2022-02-25
NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()
Xin Xiong
1
-3
/
+6
2022-02-25
Convert NFS from readpages to readahead
Matthew Wilcox (Oracle)
3
-12
/
+17
2022-02-25
NFS: simplify check for freeing cn_resp
Tom Rix
1
-2
/
+2
2022-02-16
NFS: Do not report writeback errors in nfs_getattr()
Trond Myklebust
1
-6
/
+3
2022-02-14
NFS: LOOKUP_DIRECTORY is also ok with symlinks
Trond Myklebust
1
-2
/
+2
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-02-08
NFS: Fix initialisation of nfs_client cl_flags field
Trond Myklebust
1
-1
/
+1
2022-02-02
NFS: Avoid duplicate uncached readdir calls on eof
Trond Myklebust
1
-5
/
+15
2022-02-02
NFS: Don't skip directory entries when doing uncached readdir
trondmy@kernel.org
1
-0
/
+1
2022-02-02
NFS: Don't overfill uncached readdir pages
trondmy@kernel.org
1
-1
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+1
2022-02-02
nfs/blocklayout: remove bl_alloc_init_bio
Christoph Hellwig
1
-21
/
+5
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2022-01-25
Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
17
-111
/
+382
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2022-01-16
Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-24
/
+10
2022-01-13
NFSv4.1 test and add 4.1 trunking transport
Olga Kornievskaia
1
-1
/
+55
2022-01-13
NFSv4 handle port presence in fs_location server string
Olga Kornievskaia
2
-7
/
+12
2022-01-13
NFSv4 expose nfs_parse_server_name function
Olga Kornievskaia
2
-3
/
+4
[prev]
[next]