Rojin George
Rojin George
### fsal export pointer is NULL while reaping the fd_lru... @ffilz - Can I simply put a NULL check for the fsal_export or ignore fd_lru operating on fd_type set as...
Had a scenario in which, when large directories with some 700k+ files is queried in parallel by metadata operations with tools like md5sum, lsattr etc, we could see lock contention...
GLIBC is not a defined macro, use __GLIBC__ instead.
Upon performing operations via Ubuntu 22.04 clients on NFSv4.2 mounted shares, Ganesha crashed with the following backtrace : ``` #0 0x00007fa21e3a04fb in raise () from /lib64/libpthread.so.0 #1 0x00007fa21fcad0a0 in crash_handler...
This commit fixes a Hung issue, when we try to mount using NFSv3. FDs getting shutdown/closed was causing issues post rearming the events...This got opened up as part of the...
Today, when a file is removed by an NFS client, it checks if the file is opened by other processes (or the same process). If yes, the NFS client renames...