index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
dir.c
Age
Commit message (
Expand
)
Author
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
2018-05-28
NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPEN
Trond Myklebust
2018-04-10
NFS: More fine grained attribute tracking
Trond Myklebust
2018-04-10
NFS: Move delegation recall into the NFSv4 callback for rename_setup()
Trond Myklebust
2018-04-10
NFS: Move the delegation return down into nfs4_proc_remove()
Trond Myklebust
2018-04-10
NFS: Move the delegation return down into nfs4_proc_link()
Trond Myklebust
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-17
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-11-17
NFS: Fix a typo in nfs_rename()
Trond Myklebust
2017-11-17
NFS: Fix bool initialization/comparison
Thomas Meyer
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-16
NFS: remove special-case revalidate in nfs_opendir()
NeilBrown
2017-10-16
NFS: revalidate "." etc correctly on "open".
NeilBrown
2017-10-16
NFS: Don't compare apples to elephants to determine access bits
Anna Schumaker
2017-10-16
NFS: Create NFS_ACCESS_* flags
Anna Schumaker
2017-09-06
NFS: remove jiffies field from access cache
NeilBrown
2017-07-21
Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-07-21
NFS: Be more careful about mapping file permissions
Trond Myklebust
2017-07-21
NFS: Store the raw NFS access mask in the inode's access cache
Trond Myklebust
2017-07-21
NFS: Refactor NFS access to kernel access mask calculation
Trond Myklebust
2017-07-13
Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-07-13
nfs: replace d_add with d_splice_alias in atomic_open
Peng Tao
2017-07-13
NFS: guard against confused server in nfs_atomic_open()
NeilBrown
2017-07-13
NFS: only invalidate dentrys that are clearly invalid.
NeilBrown
[next]