Chunwei Chen
Chunwei Chen
System: centos 7 Kernel: Upstream 5.10.168 with some custom change unrelated to audit auditd: 2.8.5-4.el7.x86_64 Hi, we had an issue where we were trying to kill a process to be...
### Motivation and Context The endian macros were changed but zdb_dump_block wasn't updated accordingly. ### Description ### How Has This Been Tested? Before the change ``` $ sudo zdb -R...
### Motivation and Context Skip ro check for snapshots since they are always ro regardless if ro flag is passed by mount or not. This allows multi-mounting snapshots without requiring...
### Motivation and Context ### Description For files smaller than recordsize, it's most likely that they don't have L1 blocks. However, current calculation will always return at least 1 L1...
### Motivation and Context ### Description This patch adds the ability for zfs to support file/dir name up to 1023 bytes. This number is chosen so we can support up...
If inode eviction and sync writeback happen on the same inode at the same time, inode eviction will set I_FREEING and wait for sync writeback, and sync writeback may eventually...