]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Mar 2024 11:34:00 +0000 (12:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Mar 2024 11:34:00 +0000 (12:34 +0100)
commit358585a8c185b7c9579a89e8501d05043863b5be
tree8454ece053578a2dd7f16526f320d75145ae4d37
parentdd7a18cc720e883120e349c09d3659bc3ad07da0
6.1-stable patches

added patches:
exportfs-use-pr_debug-for-unreachable-debug-statements.patch
filelock-add-a-new-locks_inode_context-accessor-function.patch
lockd-ensure-we-use-the-correct-file-descriptor-when-unlocking.patch
lockd-fix-file-selection-in-nlmsvc_cancel_blocked.patch
lockd-set-missing-fl_flags-field-when-retrieving-args.patch
lockd-use-locks_inode_context-helper.patch
nfsd-add-a-nfsd4_file_hash_remove-helper.patch
nfsd-add-cb_recall_any-tracepoints.patch
nfsd-add-delegation-reaper-to-react-to-low-memory-condition.patch
nfsd-add-support-for-sending-cb_recall_any.patch
nfsd-allow-disabling-nfsv2-at-compile-time.patch
nfsd-avoid-clashing-function-prototypes.patch
nfsd-clean-up-find_or_add_file.patch
nfsd-clean-up-nfs4_preprocess_stateid_op-call-sites.patch
nfsd-clean-up-nfsd4_init_file.patch
nfsd-don-t-destroy-global-nfs4_file-table-in-per-net-shutdown.patch
nfsd-fix-licensing-header-in-filecache.c.patch
nfsd-fix-up-the-filecache-laundrette-scheduling.patch
nfsd-flesh-out-a-documenting-comment-for-filecache.c.patch
nfsd-ignore-requests-to-disable-unsupported-versions.patch
nfsd-move-nfserrno-to-vfs.c.patch
nfsd-refactor-find_file.patch
nfsd-refactoring-courtesy_client_reaper-to-a-generic-low-memory-shrinker.patch
nfsd-register-unregister-of-nfsd-client-shrinker-at-nfsd-startup-shutdown-time.patch
nfsd-remove-redundant-assignment-to-variable-host_err.patch
nfsd-replace-delayed_work-with-work_struct-for-nfsd_client_shrinker.patch
nfsd-simplify-read_plus.patch
nfsd-trace-delegation-revocations.patch
nfsd-trace-stateids-returned-via-delegreturn.patch
nfsd-update-file_hashtbl-helpers.patch
nfsd-use-const-pointers-as-parameters-to-fh_-helpers.patch
nfsd-use-locks_inode_context-helper.patch
nfsd-use-only-rq_dropme-to-signal-the-need-to-drop-a-reply.patch
nfsd-use-rhashtable-for-managing-nfs4_file-objects.patch
nfsd-use-set_bit-rq_dropme.patch
nfsd-use-struct_size-helper-in-alloc_session.patch
trace-relocate-event-helper-files.patch
38 files changed:
queue-6.1/exportfs-use-pr_debug-for-unreachable-debug-statements.patch [new file with mode: 0644]
queue-6.1/filelock-add-a-new-locks_inode_context-accessor-function.patch [new file with mode: 0644]
queue-6.1/lockd-ensure-we-use-the-correct-file-descriptor-when-unlocking.patch [new file with mode: 0644]
queue-6.1/lockd-fix-file-selection-in-nlmsvc_cancel_blocked.patch [new file with mode: 0644]
queue-6.1/lockd-set-missing-fl_flags-field-when-retrieving-args.patch [new file with mode: 0644]
queue-6.1/lockd-use-locks_inode_context-helper.patch [new file with mode: 0644]
queue-6.1/nfsd-add-a-nfsd4_file_hash_remove-helper.patch [new file with mode: 0644]
queue-6.1/nfsd-add-cb_recall_any-tracepoints.patch [new file with mode: 0644]
queue-6.1/nfsd-add-delegation-reaper-to-react-to-low-memory-condition.patch [new file with mode: 0644]
queue-6.1/nfsd-add-support-for-sending-cb_recall_any.patch [new file with mode: 0644]
queue-6.1/nfsd-allow-disabling-nfsv2-at-compile-time.patch [new file with mode: 0644]
queue-6.1/nfsd-avoid-clashing-function-prototypes.patch [new file with mode: 0644]
queue-6.1/nfsd-clean-up-find_or_add_file.patch [new file with mode: 0644]
queue-6.1/nfsd-clean-up-nfs4_preprocess_stateid_op-call-sites.patch [new file with mode: 0644]
queue-6.1/nfsd-clean-up-nfsd4_init_file.patch [new file with mode: 0644]
queue-6.1/nfsd-don-t-destroy-global-nfs4_file-table-in-per-net-shutdown.patch [new file with mode: 0644]
queue-6.1/nfsd-fix-licensing-header-in-filecache.c.patch [new file with mode: 0644]
queue-6.1/nfsd-fix-up-the-filecache-laundrette-scheduling.patch [new file with mode: 0644]
queue-6.1/nfsd-flesh-out-a-documenting-comment-for-filecache.c.patch [new file with mode: 0644]
queue-6.1/nfsd-ignore-requests-to-disable-unsupported-versions.patch [new file with mode: 0644]
queue-6.1/nfsd-move-nfserrno-to-vfs.c.patch [new file with mode: 0644]
queue-6.1/nfsd-refactor-find_file.patch [new file with mode: 0644]
queue-6.1/nfsd-refactoring-courtesy_client_reaper-to-a-generic-low-memory-shrinker.patch [new file with mode: 0644]
queue-6.1/nfsd-register-unregister-of-nfsd-client-shrinker-at-nfsd-startup-shutdown-time.patch [new file with mode: 0644]
queue-6.1/nfsd-remove-redundant-assignment-to-variable-host_err.patch [new file with mode: 0644]
queue-6.1/nfsd-replace-delayed_work-with-work_struct-for-nfsd_client_shrinker.patch [new file with mode: 0644]
queue-6.1/nfsd-simplify-read_plus.patch [new file with mode: 0644]
queue-6.1/nfsd-trace-delegation-revocations.patch [new file with mode: 0644]
queue-6.1/nfsd-trace-stateids-returned-via-delegreturn.patch [new file with mode: 0644]
queue-6.1/nfsd-update-file_hashtbl-helpers.patch [new file with mode: 0644]
queue-6.1/nfsd-use-const-pointers-as-parameters-to-fh_-helpers.patch [new file with mode: 0644]
queue-6.1/nfsd-use-locks_inode_context-helper.patch [new file with mode: 0644]
queue-6.1/nfsd-use-only-rq_dropme-to-signal-the-need-to-drop-a-reply.patch [new file with mode: 0644]
queue-6.1/nfsd-use-rhashtable-for-managing-nfs4_file-objects.patch [new file with mode: 0644]
queue-6.1/nfsd-use-set_bit-rq_dropme.patch [new file with mode: 0644]
queue-6.1/nfsd-use-struct_size-helper-in-alloc_session.patch [new file with mode: 0644]
queue-6.1/series
queue-6.1/trace-relocate-event-helper-files.patch [new file with mode: 0644]