Age | Commit message (Expand) | Author |
2020-11-12 | NFS: Remove unnecessary inode lock in nfs_fsync_dir() | Trond Myklebust |
2020-11-12 | NFS: Remove unnecessary inode locking in nfs_llseek_dir() | Trond Myklebust |
2020-09-16 | nfs: Fix security label length not being reset | Jeffrey Mitchell |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-13 | NFSv4.2: query the extended attribute access bits | Frank van der Linden |
2020-07-13 | nfs: define nfs_access_get_cached function | Frank van der Linden |
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 |