-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Sep 20, 2022
-
Create bee file with cp linux-5.10.113-434.bee linux-5.15.69-435.bee and update SRCURL.
Configuration menu - View commit details
-
Copy full SHA for 3967c8c - Browse repository at this point
Copy the full SHA 3967c8cView commit details -
nvidia-linux: Add version 510.60.02 for Linux 5.15.69
Create bee file with cp nvidia_linux-5.10.113-434-510.60.02-0.bee nvidia_linux-5.15.69-435-510.60.02-0.bee
Configuration menu - View commit details
-
Copy full SHA for 2a78a19 - Browse repository at this point
Copy the full SHA 2a78a19View commit details
Commits on Sep 21, 2022
-
linux-5.15.69: Rebuild with nfs patch
Use mariux-5.15.69-436 which added upstream commit 6e176d47160c ("NFSv4: Fixes for nfs4_inode_return_delegation()"): Author: Trond Myklebust <trond.myklebust@hammerspace.com> Date: Sun Oct 10 10:58:12 2021 +0200 NFSv4: Fixes for nfs4_inode_return_delegation() We mustn't call nfs_wb_all() on anything other than a regular file. Furthermore, we can exit early when we don't hold a delegation. Reported-by: David Wysochanski <dwysocha@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> diff --git a/fs/nfs/delegation.c b/fs/nfs/delegation.c index 11118398f495..7c9eb679dbdb 100644 --- a/fs/nfs/delegation.c +++ b/fs/nfs/delegation.c @@ -755,11 +755,13 @@ int nfs4_inode_return_delegation(struct inode *inode) struct nfs_delegation *delegation; delegation = nfs_start_delegation_return(nfsi); - /* Synchronous recall of any application leases */ - break_lease(inode, O_WRONLY | O_RDWR); - nfs_wb_all(inode); - if (delegation != NULL) + if (delegation != NULL) { + /* Synchronous recall of any application leases */ + break_lease(inode, O_WRONLY | O_RDWR); + if (S_ISREG(inode->i_mode)) + nfs_wb_all(inode); return nfs_end_delegation_return(inode, delegation, 1); + } return 0; }
Configuration menu - View commit details
-
Copy full SHA for 8460604 - Browse repository at this point
Copy the full SHA 8460604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c69029 - Browse repository at this point
Copy the full SHA 1c69029View commit details
Commits on Sep 23, 2022
-
linux-5.15.69: Reenable /proc/PID/io
Use mariux-5.15.69-437 which includes fix to reenable /proc/pid/io [1]. [1]: mariux64/linux@8d0e75ece55
Configuration menu - View commit details
-
Copy full SHA for c248c30 - Browse repository at this point
Copy the full SHA c248c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c50111 - Browse repository at this point
Copy the full SHA 1c50111View commit details
Commits on Sep 28, 2022
-
linux-5.15: Upgrade version from 5.15.69 to 5.15.71
Rebuild with a new patch to supress sporadic ext4 warnings when mxqd uses fcntl EXT4_IOC_SHUTDOWN on its job tmpdirs. Update minor Linux version while we are at it.
Configuration menu - View commit details
-
Copy full SHA for 4b51999 - Browse repository at this point
Copy the full SHA 4b51999View commit details
Commits on Oct 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a892985 - Browse repository at this point
Copy the full SHA a892985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f697f - Browse repository at this point
Copy the full SHA 48f697fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f745b0b - Browse repository at this point
Copy the full SHA f745b0bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.