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
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
2018-07-26
Fix error code in nfs_lookup_verify_inode()
Lance Shelton
1
-1
/
+1
2018-07-26
NFS: More excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
1
-0
/
+2
2018-07-26
NFS: Fix excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
1
-1
/
+1
2018-07-26
NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directories
Trond Myklebust
1
-10
/
+16
2018-06-04
NFS: Pass the inode down to the getattr() callback
Trond Myklebust
1
-1
/
+2
2018-05-31
NFS: Ensure we revalidate the inode correctly after remove or rename
Trond Myklebust
1
-4
/
+14
2018-05-28
NFS: Optimise away lookups for rename targets
Trond Myklebust
1
-3
/
+5
2018-05-28
NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentry
Trond Myklebust
1
-1
/
+1
2018-05-28
NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPEN
Trond Myklebust
1
-4
/
+16
2018-04-10
NFS: More fine grained attribute tracking
Trond Myklebust
1
-1
/
+3
2018-04-10
NFS: Move delegation recall into the NFSv4 callback for rename_setup()
Trond Myklebust
1
-4
/
+0
2018-04-10
NFS: Move the delegation return down into nfs4_proc_remove()
Trond Myklebust
1
-3
/
+2
2018-04-10
NFS: Move the delegation return down into nfs4_proc_link()
Trond Myklebust
1
-2
/
+0
2017-11-28
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-11-18
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-26
/
+24
2017-11-18
NFS: Fix a typo in nfs_rename()
Trond Myklebust
1
-1
/
+1
2017-11-18
NFS: Fix bool initialization/comparison
Thomas Meyer
1
-5
/
+5
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-4
/
+4
2017-10-16
NFS: remove special-case revalidate in nfs_opendir()
NeilBrown
1
-7
/
+0
2017-10-16
NFS: revalidate "." etc correctly on "open".
NeilBrown
1
-2
/
+2
2017-10-16
NFS: Don't compare apples to elephants to determine access bits
Anna Schumaker
1
-3
/
+8
2017-10-16
NFS: Create NFS_ACCESS_* flags
Anna Schumaker
1
-8
/
+8
2017-09-06
NFS: remove jiffies field from access cache
NeilBrown
1
-4
/
+0
2017-07-22
Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-10
/
+37
2017-07-21
NFS: Be more careful about mapping file permissions
Trond Myklebust
1
-8
/
+17
2017-07-21
NFS: Store the raw NFS access mask in the inode's access cache
Trond Myklebust
1
-3
/
+6
2017-07-21
NFS: Refactor NFS access to kernel access mask calculation
Trond Myklebust
1
-8
/
+23
2017-07-14
Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-16
/
+26
2017-07-13
nfs: replace d_add with d_splice_alias in atomic_open
Peng Tao
1
-1
/
+1
2017-07-13
NFS: guard against confused server in nfs_atomic_open()
NeilBrown
1
-2
/
+4
2017-07-13
NFS: only invalidate dentrys that are clearly invalid.
NeilBrown
1
-4
/
+8
2017-07-13
NFS: nfs_rename() - revalidate directories on -ERESTARTSYS
Benjamin Coddington
1
-1
/
+5
2017-07-13
NFS: convert flags to bool
Benjamin Coddington
1
-8
/
+8
2017-06-28
Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
Benjamin Coddington
1
-27
/
+24
2017-05-05
nfs: use kmap/kunmap directly
Fabian Frederick
1
-55
/
+12
2017-04-20
NFS: switch back to to ->iterate()
Benjamin Coddington
1
-25
/
+12
2017-03-27
NFS: Fix old dentry rehash after move
Benjamin Coddington
1
-7
/
+2
2017-02-09
NFS: nfs_rename() handle -ERESTARTSYS dentry left behind
Benjamin Coddington
1
-11
/
+25
2016-12-20
NFS: Fix and clean up the access cache validity checking
Trond Myklebust
1
-9
/
+9
2016-12-20
NFS: Only look at the change attribute cache state in nfs_weak_revalidate()
Trond Myklebust
1
-2
/
+3
2016-12-10
nfs: add support for the umask attribute
Andreas Gruenbacher
1
-1
/
+6
2016-12-05
NFS: Only look at the change attribute cache state in nfs_check_verifier
Trond Myklebust
1
-8
/
+6
2016-12-02
NFS: Allow getattr to also report readdirplus cache hits
Trond Myklebust
1
-1
/
+0
2016-12-02
NFS: Be more targeted about readdirplus use when doing lookup/revalidation
Trond Myklebust
1
-11
/
+19
2016-12-02
NFS: Fix a performance regression in readdir
Trond Myklebust
1
-13
/
+2
2016-12-02
NFSv4: add flock_owner to open context
NeilBrown
1
-3
/
+3
2016-10-14
Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-5
/
+19
2016-09-27
NFS: Fix inode corruption in nfs_prime_dcache()
Trond Myklebust
1
-5
/
+11
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
1
-1
/
+5
2016-09-23
NFS: nfs_prime_dcache must validate the filename
Trond Myklebust
1
-0
/
+8
[next]