index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-02
NFS: Store the change attribute in the directory page cache
Trond Myklebust
1
-31
/
+37
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-25
NFS: Clean up NFSv4.2 xattrs
Trond Myklebust
1
-5
/
+2
2022-02-25
NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED
Olga Kornievskaia
1
-2
/
+8
2022-02-25
NFS: Charge open/lock file contexts to kmemcg
Trond Myklebust
1
-1
/
+1
2022-02-14
NFS: LOOKUP_DIRECTORY is also ok with symlinks
Trond Myklebust
1
-2
/
+2
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-01-25
Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-28
/
+118
2022-01-07
NFSv4: nfs_atomic_open() can race when looking up a non-regular file
Trond Myklebust
1
-0
/
+5
2022-01-07
NFSv4: Handle case where the lookup of a directory fails
Trond Myklebust
1
-0
/
+13
2022-01-06
NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()
Trond Myklebust
1
-1
/
+6
2022-01-06
NFS: Add a helper to remove case-insensitive aliases
Trond Myklebust
1
-1
/
+11
2022-01-06
NFS: Invalidate negative dentries on all case insensitive directory changes
Trond Myklebust
1
-4
/
+15
2022-01-06
NFSv4: Just don't cache negative dentries on case insensitive servers
Trond Myklebust
1
-0
/
+3
2022-01-06
NFS: Ensure the server has an up to date ctime before renaming
Trond Myklebust
1
-0
/
+2
2022-01-06
NFS: Ensure the server has an up to date ctime before hardlinking
Trond Myklebust
1
-0
/
+2
2022-01-06
NFS: don't store 'struct cred *' in struct nfs_access_entry
NeilBrown
1
-6
/
+44
2022-01-06
NFS: pass cred explicitly for access tests
NeilBrown
1
-7
/
+10
2022-01-06
NFS: change nfs_access_get_cached to only report the mask
NeilBrown
1
-11
/
+9
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-11-05
NFS: Remove the nfs4_label argument from nfs_setsecurity
Anna Schumaker
1
-3
/
+2
2021-11-05
NFS: Remove the nfs4_label argument from nfs_fhget()
Anna Schumaker
1
-3
/
+3
2021-11-05
NFS: Remove the nfs4_label argument from nfs_add_or_obtain()
Anna Schumaker
1
-4
/
+3
2021-11-05
NFS: Remove the nfs4_label argument from nfs_instantiate()
Anna Schumaker
1
-3
/
+2
2021-11-05
NFS: Remove the nfs4_label from the nfs4_getattr_res
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the label from the nfs4_lookup_res struct
Anna Schumaker
1
-22
/
+12
2021-11-05
NFS: Remove the nfs4_label from the nfs_entry struct
Anna Schumaker
1
-14
/
+7
2021-11-05
NFS: Don't trace an uninitialised value
Trond Myklebust
1
-1
/
+1
2021-10-03
NFS: Do not flush the readdir cache in nfs_dentry_iput()
Trond Myklebust
1
-4
/
+0
2021-10-03
NFS: Fix dentry verifier races
Trond Myklebust
1
-4
/
+3
2021-10-03
NFS: Further optimisations for 'ls -l'
Trond Myklebust
1
-5
/
+11
2021-10-03
NFS: Fix up nfs_readdir_inode_mapping_valid()
Trond Myklebust
1
-1
/
+2
2021-10-03
NFS: Ignore the directory size when marking for revalidation
Trond Myklebust
1
-1
/
+1
2021-10-03
NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()
Trond Myklebust
1
-3
/
+15
2021-10-03
NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()
Trond Myklebust
1
-0
/
+3
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-10
/
+19
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-7
/
+0
2021-04-14
NFSv4: link must update the inode nlink.
Trond Myklebust
1
-1
/
+1
2021-04-13
NFS: Separate tracking of file mode cache validity from the uid/gid
Trond Myklebust
1
-2
/
+3
2021-04-13
NFS: Separate tracking of file nlinks cache validity from the mode/uid/gid
Trond Myklebust
1
-1
/
+1
2021-04-12
NFS: Add a cache validity flag argument to nfs_revalidate_inode()
Trond Myklebust
1
-1
/
+1
2021-04-05
NFS: Only change the cookie verifier if the directory page cache is empty
Trond Myklebust
1
-1
/
+6
2021-04-05
NFS: Fix handling of cookie verifier in uncached_readdir()
Trond Myklebust
1
-6
/
+7
2021-04-05
nfs: Subsequent READDIR calls should carry non-zero cookieverifier
Nagendra S Tomar
1
-0
/
+2
2021-03-08
NFS: Fix open coded versions of nfs_set_cache_invalid()
Trond Myklebust
1
-10
/
+10
[prev]
[next]