summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4recover.c
AgeCommit message (Expand)Author
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-11-17nfsd: Use MD5 library instead of crypto_shashEric Biggers
2025-11-16nfsd: change nfs4_client_to_reclaim() to allocate dataNeilBrown
2025-11-16nfsd: move name lookup out of nfsd4_list_rec_dir()NeilBrown
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-09-21nfsd: Eliminate an allocation in nfs4_make_rec_clidname()Eric Biggers
2025-09-21nfsd: Replace open-coded conversion of bytes to hexEric Biggers
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro
2025-07-02rpc_unlink(): saner calling conventionsAl Viro
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-05-11nfsd: use SHA-256 library API instead of crypto_shash APIEric Biggers
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-01-06nfsd: fix legacy client tracking initializationScott Mayhew
2024-12-02nfs/nfs4recover: avoid pointless cred reference count bumpChristian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-11-18NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever
2024-09-20nfsd: enforce upper limit for namelen in __cld_pipe_inprogress_downcall()Scott Mayhew
2024-09-20nfsd: return -EINVAL when namelen is 0Li Lingfeng
2024-09-20nfsd: use clear_and_wake_up_bit()NeilBrown
2024-07-08NFSD: Fix nfsdcld warningChuck Lever
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-26nfsd: Propagate some error code returned by memdup_user()Christophe JAILLET
2022-09-26nfsd: Avoid some useless testsChristophe JAILLET
2022-09-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET
2022-08-17Change calling conventions for filldir_tAl Viro
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin
2021-03-22nfsd: Log client tracking type log message as info instead of warningPaul Menzel
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2020-07-13nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew
2020-05-08nfsd: use crypto_shash_tfm_digest()Eric Biggers
2019-12-19nfsd: make 'boot_time' 64-bit wideArnd Bergmann
2019-11-12nfsd: Fix cld_net->cn_tfm initializationScott Mayhew
2019-10-11nfsd: remove private bin2hex implementationAndy Shevchenko
2019-09-10nfsd: add support for upcall version 2Scott Mayhew
2019-09-10nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew