index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-10-06
1
-1
/
+1
|
\
|
*
nfs_finish_open(): don't open-code file_inode()
Al Viro
2022-09-01
1
-1
/
+1
*
|
NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT
NeilBrown
2022-08-19
1
-1
/
+2
*
|
NFS: Fix missing unlock in nfs_unlink()
Sun Ke
2022-08-13
1
-1
/
+3
|
/
*
NFS: don't unhash dentry during unlink/rename
NeilBrown
2022-08-08
1
-18
/
+54
*
nfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2022-07-12
1
-2
/
+2
*
NFS: Fix case insensitive renames
Trond Myklebust
2022-07-10
1
-0
/
+4
*
NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file
Dave Wysochanski
2022-06-15
1
-0
/
+1
*
nfs: Convert to free_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-2
/
+7
*
NFS: Replace readdir's use of xxhash() with hash_64()
Trond Myklebust
2022-04-07
1
-6
/
+3
*
NFSv4: fix open failure with O_ACCMODE flag
ChenXiaoSong
2022-03-29
1
-10
/
+0
*
NFS: Fix revalidation of empty readdir pages
Trond Myklebust
2022-03-22
1
-2
/
+7
*
NFS: Don't deadlock when cookie hashes collide
Trond Myklebust
2022-03-22
1
-11
/
+18
*
NFS: Cache all entries in the readdirplus reply
Trond Myklebust
2022-03-02
1
-14
/
+26
*
NFS: Optimise away the previous cookie field
Trond Myklebust
2022-03-02
1
-12
/
+14
*
NFS: Fix up forced readdirplus
Trond Myklebust
2022-03-02
1
-17
/
+39
*
NFS: Convert readdir page cache to use a cookie based index
Trond Myklebust
2022-03-02
1
-84
/
+65
*
NFS: Clean up page array initialisation/free
Trond Myklebust
2022-03-02
1
-10
/
+6
*
NFS: Trace effects of the readdirplus heuristic
Trond Myklebust
2022-03-02
1
-1
/
+10
*
NFS: Trace effects of readdirplus on the dcache
Trond Myklebust
2022-03-02
1
-0
/
+5
*
NFS: Add basic readdir tracing
Trond Myklebust
2022-03-02
1
-1
/
+12
*
NFS: Don't request readdirplus when revalidation was forced
Trond Myklebust
2022-03-02
1
-10
/
+16
*
NFS: Readdirplus can't help lookup for case insensitive filesystems
Trond Myklebust
2022-03-02
1
-0
/
+2
*
NFS: Improve heuristic for readdirplus
Trond Myklebust
2022-03-02
1
-29
/
+51
*
NFS: Reduce use of uncached readdir
Trond Myklebust
2022-03-02
1
-20
/
+3
*
NFS: Simplify nfs_readdir_xdr_to_array()
Trond Myklebust
2022-03-02
1
-18
/
+11
*
NFS: If the cookie verifier changes, we must invalidate the page cache
Trond Myklebust
2022-03-02
1
-1
/
+6
*
NFS: Adjust the amount of readahead performed by NFS readdir
Trond Myklebust
2022-03-02
1
-1
/
+52
*
NFS: Don't advance the page pointer unless the page is full
Trond Myklebust
2022-03-02
1
-10
/
+22
*
NFS: Don't re-read the entire page cache to find the next cookie
Trond Myklebust
2022-03-02
1
-3
/
+7
*
NFS: Store the change attribute in the directory page cache
Trond Myklebust
2022-03-02
1
-31
/
+37
*
NFS: Calculate page offsets algorithmically
Trond Myklebust
2022-02-28
1
-5
/
+13
*
NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context
Trond Myklebust
2022-02-28
1
-7
/
+4
*
NFS: Initialise the readdir verifier as best we can in nfs_opendir()
Trond Myklebust
2022-02-28
1
-0
/
+1
*
NFS: Trace lookup revalidation failure
Trond Myklebust
2022-02-28
1
-12
/
+5
*
NFS: Clean up NFSv4.2 xattrs
Trond Myklebust
2022-02-25
1
-5
/
+2
*
NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED
Olga Kornievskaia
2022-02-25
1
-2
/
+8
*
NFS: Charge open/lock file contexts to kmemcg
Trond Myklebust
2022-02-25
1
-1
/
+1
*
NFS: LOOKUP_DIRECTORY is also ok with symlinks
Trond Myklebust
2022-02-14
1
-2
/
+2
*
NFS: Avoid duplicate uncached readdir calls on eof
Trond Myklebust
2022-02-02
1
-5
/
+15
*
NFS: Don't skip directory entries when doing uncached readdir
trondmy@kernel.org
2022-02-02
1
-0
/
+1
*
NFS: Don't overfill uncached readdir pages
trondmy@kernel.org
2022-02-02
1
-1
/
+2
*
Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2022-01-25
1
-28
/
+118
|
\
|
*
NFSv4: nfs_atomic_open() can race when looking up a non-regular file
Trond Myklebust
2022-01-07
1
-0
/
+5
|
*
NFSv4: Handle case where the lookup of a directory fails
Trond Myklebust
2022-01-07
1
-0
/
+13
|
*
NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()
Trond Myklebust
2022-01-06
1
-1
/
+6
|
*
NFS: Add a helper to remove case-insensitive aliases
Trond Myklebust
2022-01-06
1
-1
/
+11
|
*
NFS: Invalidate negative dentries on all case insensitive directory changes
Trond Myklebust
2022-01-06
1
-4
/
+15
|
*
NFSv4: Just don't cache negative dentries on case insensitive servers
Trond Myklebust
2022-01-06
1
-0
/
+3
|
*
NFS: Ensure the server has an up to date ctime before renaming
Trond Myklebust
2022-01-06
1
-0
/
+2
[next]