summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-041-1/+0
|\
| * NFS: Remove "select RPCSEC_GSS_KRB5Chuck Lever2023-04-041-1/+0
* | Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-03-311-3/+2
|\ \
| * | NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust2023-03-221-3/+2
* | | Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-211-1/+1
|\ \ \ | |/ / |/| / | |/
| * NFS & NFSD: Update GSS dependenciesChuck Lever2023-03-101-1/+1
* | NFS: Correct timing for assigning access cache timestampChengen Du2023-03-141-1/+1
* | NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski2023-03-141-0/+3
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+2
|\ \
| * | fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-3/+4
* | | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-02-2215-420/+612
|\ \ \
| * | | fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.cFabio M. De Francesco2023-02-151-14/+14
| * | | pNFS/filelayout: treat GETDEVICEINFO errors as layout failureOlga Kornievskaia2023-02-152-1/+3
| * | | nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIEDTigran Mkrtchyan2023-02-151-1/+2
| * | | NFS: fix disabling of swapNeilBrown2023-02-151-1/+3
| * | | nfs4trace: fix state manager flag printingBenjamin Coddington2023-02-141-20/+22
| * | | NFS: Remove unnecessary check in nfs_read_folio()Trond Myklebust2023-02-141-7/+1
| * | | NFS: Improve tracing of nfs_wb_folio()Trond Myklebust2023-02-142-4/+5
| * | | NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()Trond Myklebust2023-02-142-8/+42
| * | | NFS: fix up nfs_release_folio() to try to release the pageTrond Myklebust2023-02-141-2/+7
| * | | NFS: Clean up O_DIRECT request allocationTrond Myklebust2023-02-142-14/+13
| * | | NFS: Fix up nfs_vm_page_mkwrite() for foliosTrond Myklebust2023-02-141-11/+10
| * | | NFS: Convert nfs_write_begin/end to use foliosTrond Myklebust2023-02-141-34/+41
| * | | NFS: Remove unused function nfs_wb_page()Trond Myklebust2023-02-141-5/+0
| * | | NFS: Convert buffered writes to use foliosTrond Myklebust2023-02-145-198/+207
| * | | NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust2023-02-141-19/+16
| * | | NFS: Convert buffered reads to use foliosTrond Myklebust2023-02-144-50/+96
| * | | NFS: Add a helper nfs_wb_folio()Trond Myklebust2023-02-142-1/+14
| * | | NFS: Convert the remaining pagelist helper functions to support foliosTrond Myklebust2023-02-141-22/+50
| * | | NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust2023-02-142-5/+4
| * | | NFS: Fix nfs_coalesce_size() to work with foliosTrond Myklebust2023-02-141-9/+19
| * | | NFS: Support folios in nfs_generic_pgio()Trond Myklebust2023-02-142-15/+60
| * | | NFS: Add basic functionality for tracking folios in struct nfs_pageTrond Myklebust2023-02-141-2/+3
| * | | NFS: Fix for xfstests generic/208Trond Myklebust2023-02-141-0/+3
| |/ /
* | | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-222-8/+7
|\ \ \ | | |/ | |/|
| * | SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-2/+4
| * | SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-2/+2
| * | SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever2023-02-201-2/+0
| * | SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever2023-02-201-1/+0
| * | NFS: nfs_encode_fh: Remove S_AUTOMOUNT checkRichard Weinberger2023-02-201-1/+1
* | | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-10/+6
|\ \ \
| * | | nfs: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-10/+6
| | |/ | |/|
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-207-27/+27
|\ \ \
| * | | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-5/+5
| * | | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * | | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-192-2/+2