summaryrefslogtreecommitdiff
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: fix another case of NULL/IS_ERR confusion wrt folio pointersLinus Torvalds2023-05-091-1/+1
* nfs: fix mis-merged __filemap_get_folio() error checkLinus Torvalds2023-05-061-1/+1
* Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-292-18/+6
|\
| * nfs: move nfs_fhandle_hash to common include fileJeff Layton2023-04-261-15/+0
| * nfsd: allow reaping files still under writebackJeff Layton2023-04-261-3/+6
* | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-2914-485/+565
|\ \
| * | NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2023-04-282-7/+14
| * | NFS: Cleanup unused rpc_clnt variableBenjamin Coddington2023-04-211-4/+0
| * | NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to staticTom Rix2023-04-211-1/+1
| * | NFS: Convert readdir page array functions to use a folioAnna Schumaker2023-04-121-102/+99
| * | NFS: Convert the readdir array-of-pages into an array-of-foliosAnna Schumaker2023-04-121-64/+65
| * | NFSv3: handle out-of-order write replies.NeilBrown2023-04-111-15/+97
| * | NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski2023-04-111-91/+0
| * | NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs APIDave Wysochanski2023-04-112-28/+0
| * | NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski2023-04-116-152/+268
| * | NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski2023-04-113-20/+16
| * | NFS: Rename readpage_async_filler to nfs_read_add_folioDave Wysochanski2023-04-111-27/+27
| * | nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-111-19/+1
| * | nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-111-19/+2
| * | NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-04-101-0/+4
| |/
* | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-3/+2
|\ \
| * | nfs: remove empty if statement from nfs3_prepare_get_aclUros Bizjak2023-04-081-3/+2
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+2
|\ \
| * | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+2
* | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-272-38/+3
|\ \ \
| * | | nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-131-19/+1
| * | | nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-131-19/+2
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-261-10/+2
|\ \ \ \
| * | | | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-10/+2
* | | | | Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-242-6/+1
|\ \ \ \ \
| * | | | | nfs: use vfs setgid helperChristian Brauner2023-03-301-3/+1
| * | | | | fs_context: drop the unused lsm_flags memberOndrej Mosnacek2023-03-161-3/+0
| |/ / / /
* | | | | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-243-10/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs: drop unused posix acl handlersChristian Brauner2023-03-063-10/+0
| |/ / /
* | | | 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