From: Oleg Drokin <green@xxxxxxxxxxxxxx> A number of lustre fixes. Andriy Skulysh (1): staging/lustre/ptlrpc: fix import state during replay Bobi Jam (2): staging/lustre/osc: shorten IO calling path staging/lustre/mgc: detach MGC dev on error Christopher J. Morrone (1): staging/lustre/mdc: Handle empty but non-zero acl xattr Hongchao Zhang (1): staging/lustre/mgc: check the import stat for lprocfs Lai Siyao (1): staging/lustre/xattr: xattr data may be gone with lock held Li Dongyang (1): staging/lustre/llite: glimpse the inode before doing fiemap Liang Zhen (1): staging/lustre/ptlrpc: false alarm in AT network latency measuring Niu Yawei (1): staging/lustre: update timestamps after buiding rpc Yang Sheng (1): staging/lustre/lov: don't crash accessing LOV object with FID{0,0} .../staging/lustre/lustre/include/lustre_import.h | 2 + drivers/staging/lustre/lustre/llite/file.c | 6 +++ drivers/staging/lustre/lustre/llite/xattr_cache.c | 19 +++++---- drivers/staging/lustre/lustre/lov/lov_ea.c | 6 +++ drivers/staging/lustre/lustre/lov/lov_internal.h | 12 ++++++ drivers/staging/lustre/lustre/lov/lov_io.c | 12 ++++++ drivers/staging/lustre/lustre/lov/lov_lock.c | 26 ++++++++++--- drivers/staging/lustre/lustre/lov/lov_obd.c | 32 ++++++++++++--- drivers/staging/lustre/lustre/lov/lov_object.c | 7 ++++ drivers/staging/lustre/lustre/lov/lov_request.c | 9 +++++ drivers/staging/lustre/lustre/mdc/mdc_request.c | 3 ++ drivers/staging/lustre/lustre/mgc/mgc_request.c | 45 +++++++++++++++------- drivers/staging/lustre/lustre/osc/osc_cache.c | 2 +- drivers/staging/lustre/lustre/osc/osc_request.c | 3 ++ drivers/staging/lustre/lustre/ptlrpc/client.c | 25 +++++++++--- drivers/staging/lustre/lustre/ptlrpc/import.c | 15 +++++++- 16 files changed, 184 insertions(+), 40 deletions(-) -- 2.1.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel