- more LDLM refcount locking infrastructure
- fixed the error handling paths of unlink and rmdir, so that unlinking a non-existant file returns an error - fixed the DLM bug that caused the perl script to hang (there's a new bug now that it triggers under heavier load that causes it to crash) - fixed a second crashing bug that occurred if a blocked lock gets completed and then cancelled all before the server-side enqueue finishes (amazing but true) - osc_open() now returns the actual rc instead of 0 - fixed a race condition in ptlrpc/service.c related to thread shutdown (nice catch, Mike)
Showing
- lustre/include/linux/lustre_dlm.h 4 additions, 3 deletionslustre/include/linux/lustre_dlm.h
- lustre/ldlm/ldlm_lock.c 15 additions, 8 deletionslustre/ldlm/ldlm_lock.c
- lustre/ldlm/ldlm_lockd.c 7 additions, 8 deletionslustre/ldlm/ldlm_lockd.c
- lustre/ldlm/ldlm_request.c 7 additions, 7 deletionslustre/ldlm/ldlm_request.c
- lustre/llite/namei.c 14 additions, 16 deletionslustre/llite/namei.c
- lustre/mdc/mdc_request.c 7 additions, 6 deletionslustre/mdc/mdc_request.c
- lustre/osc/osc_request.c 1 addition, 1 deletionlustre/osc/osc_request.c
- lustre/ptlrpc/service.c 2 additions, 0 deletionslustre/ptlrpc/service.c
- lustre/tests/create.pl 7 additions, 5 deletionslustre/tests/create.pl
Loading
Please register or sign in to comment