summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-19NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington1-0/+1
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington4-0/+28
2023-06-19NFS: add superblock sysfs entriesBenjamin Coddington5-1/+88
2023-06-19NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington2-37/+33
2023-06-19NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington1-2/+32
2023-06-19NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington2-6/+6
2023-06-19NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever6-15/+102
2023-06-19NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever4-5/+25
2023-06-19NFS: Improvements for fs_context-related tracepointsChuck Lever1-0/+5
2023-06-19NFSv4.2: SETXATTR should update ctimeAnna Schumaker2-7/+29
2023-06-19NFSv4.2: Clean up xattr size macrosAnna Schumaker1-49/+47
2023-06-19NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functionsAnna Schumaker1-2/+12
2023-06-19NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functionsAnna Schumaker1-71/+83
2023-06-19NFSv4.2: Clean up: move decode_*xattr() functionsAnna Schumaker1-164/+162
2023-06-19NFSv4.2: Clean up: Move the encode_copy_commit() functionAnna Schumaker1-12/+12
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+3
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-2/+2
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-1/+0
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+3
2023-05-24nfs: Provide a splice-read wrapperDavid Howells3-2/+25
2023-05-22NFS: Prefer strscpy over strlcpy callsAzeem Shaikh1-1/+1
2023-05-20NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker1-2/+10
2023-05-19NFS: Convert kmap_atomic() to kmap_local_folio()Fabio M. De Francesco1-2/+2
2023-05-09nfs: fix another case of NULL/IS_ERR confusion wrt folio pointersLinus Torvalds1-1/+1
2023-05-06nfs: fix mis-merged __filemap_get_folio() error checkLinus Torvalds1-1/+1
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-18/+6
2023-04-29Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds14-485/+565
2023-04-28NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2-7/+14
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-38/+3
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-10/+2
2023-04-26nfs: move nfs_fhandle_hash to common include fileJeff Layton1-15/+0
2023-04-26nfsd: allow reaping files still under writebackJeff Layton1-3/+6
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-6/+1
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds3-10/+0
2023-04-22NFS: Cleanup unused rpc_clnt variableBenjamin Coddington1-4/+0
2023-04-21NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to staticTom Rix1-1/+1
2023-04-13nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain1-19/+1
2023-04-13nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain1-19/+2
2023-04-12NFS: Convert readdir page array functions to use a folioAnna Schumaker1-102/+99
2023-04-12NFS: Convert the readdir array-of-pages into an array-of-foliosAnna Schumaker1-64/+65
2023-04-11NFSv3: handle out-of-order write replies.NeilBrown1-15/+97
2023-04-11NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski1-91/+0
2023-04-11NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs APIDave Wysochanski2-28/+0
2023-04-11NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski6-152/+268
2023-04-11NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski3-20/+16
2023-04-11NFS: Rename readpage_async_filler to nfs_read_add_folioDave Wysochanski1-27/+27