aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4recover.c
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-138/+57
10 daysMerge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-23/+11
2025-11-17nfsd: Use MD5 library instead of crypto_shashEric Biggers1-67/+9
2025-11-16nfsd: change nfs4_client_to_reclaim() to allocate dataNeilBrown1-44/+23
2025-11-16nfsd: move name lookup out of nfsd4_list_rec_dir()NeilBrown1-28/+26
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown1-13/+5
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-10/+6
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-2/+2
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-09-21nfsd: Eliminate an allocation in nfs4_make_rec_clidname()Eric Biggers1-11/+4
2025-09-21nfsd: Replace open-coded conversion of bytes to hexEric Biggers1-16/+2
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro1-23/+14
2025-07-02rpc_unlink(): saner calling conventionsAl Viro1-10/+2
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-48/+13
2025-05-11nfsd: use SHA-256 library API instead of crypto_shash APIEric Biggers1-48/+13
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown1-6/+7
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-2/+5
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+0
2025-01-06nfsd: fix legacy client tracking initializationScott Mayhew1-1/+0
2024-12-02nfs/nfs4recover: avoid pointless cred reference count bumpChristian Brauner1-2/+1
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner1-1/+1
2024-11-18NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-09-20nfsd: enforce upper limit for namelen in __cld_pipe_inprogress_downcall()Scott Mayhew1-4/+4
2024-09-20nfsd: return -EINVAL when namelen is 0Li Lingfeng1-0/+8
2024-09-20nfsd: use clear_and_wake_up_bit()NeilBrown1-4/+1
2024-07-08NFSD: Fix nfsdcld warningChuck Lever1-2/+2
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton1-34/+63
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-3/+3
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2022-09-26nfsd: Propagate some error code returned by memdup_user()Christophe JAILLET1-3/+3
2022-09-26nfsd: Avoid some useless testsChristophe JAILLET1-3/+3
2022-09-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-08-17Change calling conventions for filldir_tAl Viro1-4/+4
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin1-0/+1
2021-03-22nfsd: Log client tracking type log message as info instead of warningPaul Menzel1-4/+4
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-3/+3
2020-07-13nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew1-13/+11
2020-05-08nfsd: use crypto_shash_tfm_digest()Eric Biggers1-20/+6
2019-12-19nfsd: make 'boot_time' 64-bit wideArnd Bergmann1-4/+4
2019-11-12nfsd: Fix cld_net->cn_tfm initializationScott Mayhew1-5/+7
2019-10-11nfsd: remove private bin2hex implementationAndy Shevchenko1-8/+3
2019-09-10nfsd: add support for upcall version 2Scott Mayhew1-14/+209
2019-09-10nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew1-50/+117
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-35/+401
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-24nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew1-4/+35
2019-04-24nfsd: re-order client tracking method selectionScott Mayhew1-15/+65
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew1-0/+3
2019-04-24nfsd: un-deprecate nfsdcldScott Mayhew1-8/+217
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew1-18/+91
2018-11-28nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew1-11/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2016-03-17nfsd: recover: fix memory leakSudip Mukherjee1-0/+1
2016-01-27nfsd: Use shashHerbert Xu1-11/+17
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2015-11-23nfsd: recover: constify nfsd4_client_tracking_ops structuresJulia Lawall1-3/+3
2015-08-31nfsd: don't WARN/backtrace for invalid container deployment.Paul Gortmaker1-4/+2
2015-07-20nfsd: Fix a memory leak in nfsd4_list_rec_dir()Kinglong Mee1-3/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-11/+11
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2014-11-19nfsd: get rid of ->f_dentryAl Viro1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-2/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl...Jeff Layton1-0/+16
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton1-4/+18
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton1-0/+29
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton1-13/+83
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton1-9/+8
2014-09-03NFSD: Fix a memory leak if nfsd4_recdir_load failKinglong Mee1-13/+17
2014-09-03NFSD: Reset creds after mnt_want_write_file() failKinglong Mee1-1/+2
2013-10-24nfsd: switch to %p[dD]Al Viro1-6/+6
2013-08-30nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields1-2/+0
2013-06-29[readdir] constify ->actorAl Viro1-3/+4
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-6/+8
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-4/+9
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+6
2013-02-15nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky1-0/+6
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman1-2/+2
2012-12-10nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky1-20/+28
2012-11-28nfsd: recovery - make in_grace per netStanislav Kinsbursky1-5/+4
2012-11-28nfsd: recovery - make rec_file per netStanislav Kinsbursky1-35/+35
2012-11-28nfsd4: remove state lock from nfsd4_load_reboot_recovery_dataJ. Bruce Fields1-2/+0
2012-11-15nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky1-8/+6
2012-11-15nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky1-23/+77
2012-11-15nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky1-6/+3
2012-11-12nfsd: release the legacy reclaimable clients list in grace_doneJeff Layton1-0/+1
2012-11-12nfsd: get rid of cl_recdir fieldJeff Layton1-19/+74
2012-11-12nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton1-4/+27
2012-11-12nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton1-1/+1
2012-11-12nfsd: warn about impending removal of nfsdcld upcallJeff Layton1-0/+3
2012-11-12nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton1-8/+82
2012-11-12nfsd: change heuristic for selecting the client_tracking_opsJeff Layton1-9/+27
2012-11-12nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton1-1/+133
2012-11-10nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton1-1/+1
2012-11-10nfsd: fix error handling in nfsd4_remove_clid_dirJeff Layton1-1/+2
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-4/+5
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2012-05-31nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields1-1/+1
2012-05-31nfsd4: fix missing "static"J. Bruce Fields1-1/+1
2012-04-30nfsd: fix nfs4recover.c printk format warningRandy Dunlap1-1/+1
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton1-0/+12
2012-03-28nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton1-2/+1
2012-03-26nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton1-0/+7
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton1-0/+44
2012-03-26nfsd: add the infrastructure to handle the cld upcallJeff Layton1-1/+443
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton1-10/+126
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton1-4/+3
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+14
2012-01-05nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields1-6/+4
2012-01-05nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields1-2/+3
2012-01-03vfs: mnt_drop_write_file()Al Viro1-3/+3
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-3/+3
2012-01-02nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields1-1/+8
2011-08-27nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields1-1/+1
2011-08-27nfsd4: fix failure to end nfsd4 grace periodBoaz Harrosh1-7/+8
2011-08-27nfsd4: simplify recovery dir settingJ. Bruce Fields1-4/+32
2011-07-20nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro1-31/+21
2010-12-17nfsd4: fix mixed 4.0/4.1 handling, 4.1 rebootJ. Bruce Fields1-1/+0
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-3/+3
2010-05-21nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig1-45/+42
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-20commit_metadata export operation replacing nfsd_sync_dirBen Myers1-3/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-2/+3
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-8/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-05-11nfsd: silence lockdep warningJ. Bruce Fields1-2/+2
2009-04-20Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse1-37/+9
2009-04-03nfsd41: match clientid establishment methodAndy Adamson1-1/+2
2009-03-18nfsd4: don't do lookup within readdir in recovery codeJ. Bruce Fields1-40/+31
2009-01-06nfsd: Fix leaked memory in nfs4_make_rec_clidnameKrishna Kumar1-1/+1
2008-12-04Merge branch 'master' into nextJames Morris1-0/+1
2008-11-24nfsd: use of unitialized list head on error exit in nfs4recover.cJ. Bruce Fields1-1/+1
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-26/+42
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-11-14CRED: Separate task security context from task_structDavid Howells1-6/+6
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro1-25/+25
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen1-0/+4
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen1-1/+11
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-16/+16
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-10-22Update fs/ to use sg helpersJens Axboe1-5/+3
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2006-12-08[PATCH] lockdep: annotate nfsd4 recover codePeter Zijlstra1-1/+1
2006-11-03[PATCH] NFS4: fix for recursive locking problemSrinivasa Ds1-1/+1
2006-10-20[PATCH] nfsd: nfs4 code returns error values in net-endianAl Viro1-7/+7
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-1/+1
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu1-10/+11
2006-01-18[PATCH] nfsd4: recovery lookup dir checkJ. Bruce Fields1-3/+4
2006-01-18[PATCH] nfsd4: fix open of recovery directoryJ. Bruce Fields1-2/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-10/+10
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-2/+1
2005-09-01[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu1-1/+1
2005-07-07[PATCH] nfsd4: prevent multiple unlinks of recovery directoriesNeilBrown1-0/+1
2005-07-07[PATCH] nfsd4: lookup_one_len takes i_semNeilBrown1-0/+2
2005-07-07[PATCH] nfsd4: fix sync'ing of recovery directoryNeilBrown1-21/+8
2005-06-24[PATCH] knfsd: nfsd4 reboot dirname fixNeilBrown1-1/+0
2005-06-24[PATCH] knfsd: nfsd4: reboot recoveryNeilBrown1-0/+169
2005-06-24[PATCH] knfsd: nfsd4: initialize recovery directoryNeilBrown1-0/+166
2005-06-24[PATCH] knfsd: nfsd4: reboot hashNeilBrown1-0/+97