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
/
include
/
linux
/
nfs_fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-13
NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES
Trond Myklebust
1
-1
/
+0
2022-08-13
NFS: Fix another fsync() issue after a server reboot
Trond Myklebust
1
-0
/
+1
2022-08-08
NFS: don't unhash dentry during unlink/rename
NeilBrown
1
-0
/
+9
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-05-10
nfs: rename nfs_direct_IO and use as ->swap_rw
NeilBrown
1
-1
/
+1
2022-05-09
nfs: Convert nfs to read_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-30
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-26
/
+19
2022-03-22
NFS: nfsiod should not block forever in mempool_alloc()
Trond Myklebust
1
-1
/
+1
2022-03-15
nfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-13
NFS: swap IO handling is slightly different for O_DIRECT IO
NeilBrown
1
-4
/
+4
2022-03-13
NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
NeilBrown
1
-5
/
+0
2022-03-02
NFS: Fix up forced readdirplus
Trond Myklebust
1
-0
/
+1
2022-03-02
NFS: Convert readdir page cache to use a cookie based index
Trond Myklebust
1
-2
/
+0
2022-03-02
NFS: Improve heuristic for readdirplus
Trond Myklebust
1
-2
/
+3
2022-03-02
NFS: Adjust the amount of readahead performed by NFS readdir
Trond Myklebust
1
-0
/
+1
2022-03-02
NFS: Don't re-read the entire page cache to find the next cookie
Trond Myklebust
1
-0
/
+1
2022-02-28
NFS: constify nfs_server_capable() and nfs_have_writebacks()
Trond Myklebust
1
-4
/
+3
2022-02-26
NFS: Remove unused flag NFS_INO_REVAL_PAGECACHE
Trond Myklebust
1
-1
/
+0
2022-02-26
NFS: Replace last uses of NFS_INO_REVAL_PAGECACHE
Trond Myklebust
1
-5
/
+3
2022-02-26
NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED
Olga Kornievskaia
1
-0
/
+1
2022-02-25
Convert NFS from readpages to readahead
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-02-02
NFS: Avoid duplicate uncached readdir calls on eof
Trond Myklebust
1
-0
/
+1
2022-01-25
Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-4
/
+6
2022-01-10
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
1
-1
/
+0
2022-01-06
NFS: don't store 'struct cred *' in struct nfs_access_entry
NeilBrown
1
-1
/
+3
2022-01-06
NFS: pass cred explicitly for access tests
NeilBrown
1
-1
/
+1
2022-01-06
NFS: change nfs_access_get_cached to only report the mask
NeilBrown
1
-2
/
+2
2021-11-05
NFS: Remove the nfs4_label argument from nfs_setsecurity
Anna Schumaker
1
-2
/
+1
2021-11-05
NFS: Remove the nfs4_label argument from nfs_fhget()
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Remove the nfs4_label argument from nfs_add_or_obtain()
Anna Schumaker
1
-2
/
+1
2021-11-05
NFS: Remove the nfs4_label argument from nfs_instantiate()
Anna Schumaker
1
-1
/
+1
2021-11-05
NFS: Create a new nfs_alloc_fattr_with_label() function
Anna Schumaker
1
-0
/
+13
2021-10-21
NFS: Save some space in the inode
Trond Myklebust
1
-18
/
+24
2021-10-21
NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests
Dave Wysochanski
1
-1
/
+3
2021-10-21
NFS: Fix up commit deadlocks
Trond Myklebust
1
-0
/
+1
2021-10-04
NFS: Further optimisations for 'ls -l'
Trond Myklebust
1
-3
/
+2
2021-10-04
NFS: Fix up nfs_ctx_key_to_expire()
Trond Myklebust
1
-1
/
+1
2021-08-27
NFSv4 introduce max_connect mount options
Olga Kornievskaia
1
-0
/
+5
2021-06-29
NFS: nfs_find_open_context() may only select open files
Trond Myklebust
1
-0
/
+1
2021-04-13
NFS: Separate tracking of file mode cache validity from the uid/gid
Trond Myklebust
1
-0
/
+2
2021-04-13
NFS: Separate tracking of file nlinks cache validity from the mode/uid/gid
Trond Myklebust
1
-0
/
+2
2021-04-13
NFS: Add a cache validity flag argument to nfs_revalidate_inode()
Trond Myklebust
1
-1
/
+1
2021-02-26
Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-2
/
+1
2021-02-08
NFS: Always clear an invalid mapping when attempting a buffered write
Trond Myklebust
1
-0
/
+1
2021-02-01
NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
Dave Wysochanski
1
-1
/
+0
2021-02-01
NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
Dave Wysochanski
1
-2
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-3
/
+4
2020-12-02
NFS: Improve handling of directory verifiers
Trond Myklebust
1
-1
/
+7
2020-12-02
NFS: More readdir cleanups
Trond Myklebust
1
-1
/
+0
2020-07-14
NFSv4.2: add client side xattr caching.
Frank van der Linden
1
-0
/
+6
[next]