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
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-9
/
+14
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-12-17
Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-260
/
+459
2020-12-02
NFS: Do uncached readdir when we're seeking a cookie in an empty page cache
Trond Myklebust
1
-0
/
+17
2020-12-02
NFS: Reduce number of RPC calls when doing uncached readdir
Trond Myklebust
1
-36
/
+69
2020-12-02
NFS: Optimisations for monotonically increasing readdir cookies
Trond Myklebust
1
-1
/
+22
2020-12-02
NFS: Improve handling of directory verifiers
Trond Myklebust
1
-12
/
+23
2020-12-02
NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls
Trond Myklebust
1
-8
/
+16
2020-12-02
NFS: Allow the NFS generic code to pass in a verifier to readdir
Trond Myklebust
1
-5
/
+18
2020-12-02
NFS: Cleanup to remove nfs_readdir_descriptor_t typedef
Trond Myklebust
1
-17
/
+13
2020-12-02
NFS: Reduce readdir stack usage
Trond Myklebust
1
-25
/
+33
2020-12-02
NFS: nfs_do_filldir() does not return a value
Trond Myklebust
1
-14
/
+7
2020-12-02
NFS: More readdir cleanups
Trond Myklebust
1
-14
/
+11
2020-12-02
NFS: Support larger readdir buffers
Trond Myklebust
1
-14
/
+19
2020-12-02
NFS: Simplify struct nfs_cache_array_entry
Trond Myklebust
1
-21
/
+25
2020-12-02
NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()
Trond Myklebust
1
-2
/
+2
2020-12-02
NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()
Trond Myklebust
1
-7
/
+3
2020-12-02
NFS: Don't discard readdir results
Trond Myklebust
1
-4
/
+42
2020-12-02
NFS: Clean up directory array handling
Trond Myklebust
1
-61
/
+77
2020-12-02
NFS: Clean up nfs_readdir_page_filler()
Trond Myklebust
1
-21
/
+18
2020-12-02
NFS: Clean up readdir struct nfs_cache_array
Trond Myklebust
1
-17
/
+49
2020-12-02
NFS: Ensure contents of struct nfs_open_dir_context are consistent
Trond Myklebust
1
-29
/
+43
2020-11-30
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
1
-1
/
+1
2020-11-12
NFS: Remove unnecessary inode lock in nfs_fsync_dir()
Trond Myklebust
1
-5
/
+1
2020-11-12
NFS: Remove unnecessary inode locking in nfs_llseek_dir()
Trond Myklebust
1
-5
/
+4
2020-09-16
nfs: Fix security label length not being reset
Jeffrey Mitchell
1
-0
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-13
NFSv4.2: query the extended attribute access bits
Frank van der Linden
1
-0
/
+4
2020-07-13
nfs: define nfs_access_get_cached function
Frank van der Linden
1
-4
/
+16
2020-04-07
Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-29
/
+50
2020-04-06
NFS: Clean up process of marking inode stale.
Trond Myklebust
1
-2
/
+3
2020-03-24
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-1
/
+1
2020-03-16
nfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-16
NFS:remove redundant call to nfs_do_access
Zhouyi Zhou
1
-8
/
+1
2020-03-16
NFS: Limit the size of the access cache by default
Trond Myklebust
1
-1
/
+1
2020-03-16
NFS: Use the 64-bit server readdir cookies when possible
Trond Myklebust
1
-17
/
+44
2020-02-20
nfs: Fix nfs_access_get_cached_rcu() sparse error
Madhuparna Bhowmik
1
-1
/
+1
2020-02-12
NFSv4: Fix revalidation of dentries with delegations
Trond Myklebust
1
-3
/
+102
2020-02-10
NFS: Fix up directory verifier races
Trond Myklebust
1
-7
/
+14
2020-02-04
nfs: optimise readdir cache page invalidation
Dai Ngo
1
-2
/
+7
2020-02-03
NFS: Switch readdir to using iterate_shared()
Trond Myklebust
1
-1
/
+1
2020-02-03
NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()
Trond Myklebust
1
-1
/
+1
2020-02-03
NFS: Directory page cache pages need to be locked when read
Trond Myklebust
1
-11
/
+19
2020-02-03
NFS: Fix memory leaks and corruption in readdir
Trond Myklebust
1
-2
/
+15
2020-02-03
NFS: nfs_access_get_cached_rcu() should use cred_fscmp()
Trond Myklebust
1
-1
/
+1
2020-01-24
NFS: Add softreval behaviour to nfs_lookup_revalidate()
Trond Myklebust
1
-4
/
+11
2020-01-15
NFS: Trust cached access if we've already revalidated the inode once
Trond Myklebust
1
-2
/
+2
2020-01-15
NFS: Improve tracing of permission calls
Trond Myklebust
1
-2
/
+2
2019-09-26
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-16
/
+25
2019-09-20
NFS: remove unused check for negative dentry
Benjamin Coddington
1
-5
/
+1
[next]