Rojin George

Results 6 issues of 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...

bug
Needs-Verification
Patch Submitted

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...

Analyzing

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...

bug
Needs-Verification
Need Info
Patch Submitted
Can we close?

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...

enhancement