index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
dir.c
Age
Commit message (
Expand
)
Author
2020-04-07
Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-04-06
NFS: Clean up process of marking inode stale.
Trond Myklebust
2020-03-24
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2020-03-16
nfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-16
NFS:remove redundant call to nfs_do_access
Zhouyi Zhou
2020-03-16
NFS: Limit the size of the access cache by default
Trond Myklebust
2020-03-16
NFS: Use the 64-bit server readdir cookies when possible
Trond Myklebust
2020-02-20
nfs: Fix nfs_access_get_cached_rcu() sparse error
Madhuparna Bhowmik
2020-02-12
NFSv4: Fix revalidation of dentries with delegations
Trond Myklebust
2020-02-10
NFS: Fix up directory verifier races
Trond Myklebust
2020-02-04
nfs: optimise readdir cache page invalidation
Dai Ngo
2020-02-03
NFS: Switch readdir to using iterate_shared()
Trond Myklebust
2020-02-03
NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()
Trond Myklebust
2020-02-03
NFS: Directory page cache pages need to be locked when read
Trond Myklebust
2020-02-03
NFS: Fix memory leaks and corruption in readdir
Trond Myklebust
2020-02-03
NFS: nfs_access_get_cached_rcu() should use cred_fscmp()
Trond Myklebust
2020-01-24
NFS: Add softreval behaviour to nfs_lookup_revalidate()
Trond Myklebust
2020-01-15
NFS: Trust cached access if we've already revalidated the inode once
Trond Myklebust
2020-01-15
NFS: Improve tracing of permission calls
Trond Myklebust
2019-09-26
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2019-09-20
NFS: remove unused check for negative dentry
Benjamin Coddington
2019-09-20
NFS: Refactor nfs_instantiate() for dentry referencing callers
Benjamin Coddington
2019-08-19
NFSv4: Fix return value in nfs_finish_open()
Trond Myklebust
2019-07-12
Revert "NFS: readdirplus optimization by cache mechanism" (memleak)
Max Kellermann
2019-07-06
NFS: Add deferred cache invalidation for close-to-open consistency violations
Trond Myklebust
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-09
nfs: pass the correct prototype to read_cache_page
Christoph Hellwig
2019-02-20
NFS: Fix typo in comments of nfs_readdir_alloc_pages()
zhangliguang
2019-02-20
NFS: Remove redundant semicolon
zhangliguang
2019-02-20
NFS: readdirplus optimization by cache mechanism
luanshi
2019-02-20
NFS: Fix up documentation warnings
Trond Myklebust
2018-12-19
NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.
NeilBrown
2018-12-19
NFS: change access cache to use 'struct cred'.
NeilBrown
2018-09-30
NFSv4: Fix lookup revalidate of regular files
Trond Myklebust
2018-09-30
NFS: Refactor nfs_lookup_revalidate()
Trond Myklebust
2018-08-23
Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2018-08-13
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-07-26
Fix error code in nfs_lookup_verify_inode()
Lance Shelton
2018-07-26
NFS: More excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
2018-07-26
NFS: Fix excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
2018-07-26
NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directories
Trond Myklebust
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
2018-06-28
nfs_instantiate(): prevent multiple aliases for directory inode
Al Viro
2018-06-04
NFS: Pass the inode down to the getattr() callback
Trond Myklebust
2018-05-31
NFS: Ensure we revalidate the inode correctly after remove or rename
Trond Myklebust
2018-05-28
NFS: Optimise away lookups for rename targets
Trond Myklebust
2018-05-28
NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentry
Trond Myklebust
[next]