index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-23
Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-14
/
+14
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+7
2023-02-15
fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c
Fabio M. De Francesco
1
-14
/
+14
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-02
NFS: Fix up a sparse warning
Trond Myklebust
1
-1
/
+3
2023-01-02
NFS: Judge the file access cache's timestamp in rcu path
Chengen Du
1
-0
/
+3
2022-11-28
NFS: Trigger the "ls -l" readdir heuristic sooner
Benjamin Coddington
1
-2
/
+7
2022-11-28
NFS: Clear the file access cache upon login
Trond Myklebust
1
-0
/
+23
2022-10-27
nfs: Remove redundant null checks before kfree
Yushan Zhou
1
-3
/
+2
2022-10-07
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-09-02
nfs_finish_open(): don't open-code file_inode()
Al Viro
1
-1
/
+1
2022-08-20
NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT
NeilBrown
1
-1
/
+2
2022-08-13
NFS: Fix missing unlock in nfs_unlink()
Sun Ke
1
-1
/
+3
2022-08-08
NFS: don't unhash dentry during unlink/rename
NeilBrown
1
-18
/
+54
2022-07-12
nfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-2
/
+2
2022-07-11
NFS: Fix case insensitive renames
Trond Myklebust
1
-0
/
+4
2022-06-15
NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file
Dave Wysochanski
1
-0
/
+1
2022-05-10
nfs: Convert to free_folio
Matthew Wilcox (Oracle)
1
-2
/
+7
2022-04-07
NFS: Replace readdir's use of xxhash() with hash_64()
Trond Myklebust
1
-6
/
+3
2022-03-30
NFSv4: fix open failure with O_ACCMODE flag
ChenXiaoSong
1
-10
/
+0
2022-03-22
NFS: Fix revalidation of empty readdir pages
Trond Myklebust
1
-2
/
+7
2022-03-22
NFS: Don't deadlock when cookie hashes collide
Trond Myklebust
1
-11
/
+18
2022-03-02
NFS: Cache all entries in the readdirplus reply
Trond Myklebust
1
-14
/
+26
2022-03-02
NFS: Optimise away the previous cookie field
Trond Myklebust
1
-12
/
+14
2022-03-02
NFS: Fix up forced readdirplus
Trond Myklebust
1
-17
/
+39
2022-03-02
NFS: Convert readdir page cache to use a cookie based index
Trond Myklebust
1
-84
/
+65
2022-03-02
NFS: Clean up page array initialisation/free
Trond Myklebust
1
-10
/
+6
2022-03-02
NFS: Trace effects of the readdirplus heuristic
Trond Myklebust
1
-1
/
+10
2022-03-02
NFS: Trace effects of readdirplus on the dcache
Trond Myklebust
1
-0
/
+5
2022-03-02
NFS: Add basic readdir tracing
Trond Myklebust
1
-1
/
+12
2022-03-02
NFS: Don't request readdirplus when revalidation was forced
Trond Myklebust
1
-10
/
+16
2022-03-02
NFS: Readdirplus can't help lookup for case insensitive filesystems
Trond Myklebust
1
-0
/
+2
2022-03-02
NFS: Improve heuristic for readdirplus
Trond Myklebust
1
-29
/
+51
2022-03-02
NFS: Reduce use of uncached readdir
Trond Myklebust
1
-20
/
+3
2022-03-02
NFS: Simplify nfs_readdir_xdr_to_array()
Trond Myklebust
1
-18
/
+11
2022-03-02
NFS: If the cookie verifier changes, we must invalidate the page cache
Trond Myklebust
1
-1
/
+6
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
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-26
NFS: Clean up NFSv4.2 xattrs
Trond Myklebust
1
-5
/
+2
[next]