index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-17
nfs: Handle error of rpc_proc_register() in nfs_net_init().
Kuniyuki Iwashima
1
-1
/
+6
2024-05-17
nfs: make the rpc_stat per net namespace
Josef Bacik
1
-1
/
+3
2024-05-17
nfs: expose /proc/net/sunrpc/nfs in net namespaces
Josef Bacik
1
-4
/
+2
2023-03-11
NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode()
Trond Myklebust
1
-1
/
+5
2022-04-13
Revert "NFSv4: Handle the special Linux file open access mode"
ChenXiaoSong
1
-1
/
+0
2022-02-23
NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cache
Trond Myklebust
1
-0
/
+14
2022-02-23
NFS: Do not report writeback errors in nfs_getattr()
Trond Myklebust
1
-6
/
+3
2021-09-08
new helper: inode_wrong_type()
Al Viro
1
-3
/
+3
2021-07-20
NFS: nfs_find_open_context() may only select open files
Trond Myklebust
1
-0
/
+4
2021-05-22
NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
Trond Myklebust
1
-1
/
+2
2021-05-19
NFS: Deal correctly with attribute generation counter overflow
Trond Myklebust
1
-4
/
+4
2020-12-30
NFS: switch nfsiod to be an UNBOUND workqueue.
NeilBrown
1
-1
/
+1
2020-07-17
Merge branch 'xattr-devel'
Trond Myklebust
1
-2
/
+14
2020-07-14
NFSv4.2: add client side xattr caching.
Frank van der Linden
1
-1
/
+8
2020-07-14
nfs: define and use the NFS_INO_INVALID_XATTR flag
Frank van der Linden
1
-1
/
+6
2020-07-13
NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNC
Trond Myklebust
1
-1
/
+3
2020-06-11
nfs: set invalid blocks after NFSv4 writes
Zheng Bin
1
-3
/
+11
2020-04-06
NFS: Clean up process of marking inode stale.
Trond Myklebust
1
-5
/
+13
2020-03-16
NFS: alloc_nfs_open_context() must use the file cred when available
Trond Myklebust
1
-5
/
+5
2020-02-12
NFSv4: Fix revalidation of dentries with delegations
Trond Myklebust
1
-0
/
+1
2020-02-04
NFS: nfs_find_open_context() should use cred_fscmp()
Trond Myklebust
1
-1
/
+1
2020-01-15
NFS: Add mount option 'softreval'
Trond Myklebust
1
-1
/
+7
2019-11-04
NFS: Convert struct nfs_fattr to use struct timespec64
Trond Myklebust
1
-27
/
+27
2019-09-02
NFS: Fix inode fileid checks in attribute revalidation code
Trond Myklebust
1
-8
/
+10
2019-08-19
NFS: Don't refresh attributes with mounted-on-file information
Trond Myklebust
1
-14
/
+19
2019-07-06
Merge branch 'containers'
Trond Myklebust
1
-5
/
+9
2019-07-06
NFS: Add deferred cache invalidation for close-to-open consistency violations
Trond Myklebust
1
-4
/
+11
2019-07-06
NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init
Trond Myklebust
1
-5
/
+1
2019-07-06
NFS: Create a root NFS directory in /sys/fs/nfs
Trond Myklebust
1
-0
/
+8
2019-07-06
NFSv4: Handle the special Linux file open access mode
Trond Myklebust
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-10
Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-4
/
+9
2019-05-02
nfs{,4}: switch to ->free_inode()
Al Viro
1
-8
/
+2
2019-04-25
NFS: Ensure that all nfs lock contexts have a valid open context
Trond Myklebust
1
-4
/
+9
2019-02-20
NFS: Fix up documentation warnings
Trond Myklebust
1
-16
/
+17
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
1
-7
/
+4
2018-12-19
NFS: move credential expiry tracking out of SUNRPC into NFS.
NeilBrown
1
-0
/
+2
2018-09-30
NFS: Convert lookups of the open context to RCU
Trond Myklebust
1
-20
/
+15
2018-09-30
NFS: Simplify internal check for whether file is open for write
Trond Myklebust
1
-9
/
+1
2018-09-30
NFS: Convert lookups of the lock context to RCU
Trond Myklebust
1
-13
/
+12
2018-06-14
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...
Arnd Bergmann
1
-21
/
+28
2018-06-06
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-16
/
+23
2018-06-04
NFS: Filter cache invalidation when holding a delegation
Trond Myklebust
1
-3
/
+9
2018-06-04
NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()
Trond Myklebust
1
-2
/
+3
2018-06-04
NFS: Improve caching while holding a delegation
Trond Myklebust
1
-7
/
+10
2018-06-04
NFS: Fix attribute revalidation
Trond Myklebust
1
-19
/
+15
2018-06-04
NFS: fix up nfs_setattr_update_inode
Trond Myklebust
1
-6
/
+42
2018-06-04
NFS: Pass the inode down to the getattr() callback
Trond Myklebust
1
-1
/
+2
2018-05-31
NFS: Fix up nfs_post_op_update_inode() to force ctime updates
Trond Myklebust
1
-1
/
+2
2018-05-31
NFS: Set the force revalidate flag if the inode is not completely initialised
Trond Myklebust
1
-0
/
+4
[next]