summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Clean up some shutdown loopsBenjamin Coddington2023-06-192-1/+4
* NFS: Cancel all existing RPC tasks when shutdownBenjamin Coddington2023-06-191-4/+15
* NFS: add sysfs shutdown knobBenjamin Coddington2023-06-191-1/+53
* NFS: add a sysfs link to the acl rpc_clientBenjamin Coddington2023-06-191-0/+4
* NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington2023-06-191-0/+1
* NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington2023-06-194-0/+28
* NFS: add superblock sysfs entriesBenjamin Coddington2023-06-195-1/+88
* NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington2023-06-192-37/+33
* NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington2023-06-191-2/+32
* NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington2023-06-192-6/+6
* NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington2023-06-191-8/+8
* NFS: Add an "xprtsec=" NFS mount optionChuck Lever2023-06-196-15/+102
* NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever2023-06-194-5/+25
* NFS: Improvements for fs_context-related tracepointsChuck Lever2023-06-191-0/+5
* NFSv4.2: SETXATTR should update ctimeAnna Schumaker2023-06-192-7/+29
* NFSv4.2: Clean up xattr size macrosAnna Schumaker2023-06-191-49/+47
* NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functionsAnna Schumaker2023-06-191-2/+12
* NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functionsAnna Schumaker2023-06-191-71/+83
* NFSv4.2: Clean up: move decode_*xattr() functionsAnna Schumaker2023-06-191-164/+162
* NFSv4.2: Clean up: Move the encode_copy_commit() functionAnna Schumaker2023-06-191-12/+12
* NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker2023-05-191-2/+10
* NFS: Convert kmap_atomic() to kmap_local_folio()Fabio M. De Francesco2023-05-191-2/+2
* 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
|\ \ \ \