Jianhong Yin ([email protected])

Number of posts: 49 (0.02 per day)
First post: 2015-11-04 03:43:17
Last post: 2022-10-18 08:15:40

Date List Subject
2022-10-18 08:15:40 linux-nfs [PATCH] merge python3 patch from fedora nfsometer package
2021-08-19 10:09:05 linux-nfs [PATCH] nfs-utils: add install-dep for installing all dependencies
2019-03-06 04:36:09 linux-nfs Re: [PATCH] mount.nfs: fix ignore EBUSY problem in special scenario
2018-10-23 02:40:48 linux-nfs Re: [PATCH] [nfs-utils] fix issue: mount -osharecache failure but return 'true'
2018-10-22 03:14:19 linux-nfs Re: [PATCH] [nfs-utils] fix issue: mount -osharecache failure but return 'true'
2018-10-22 02:56:34 linux-nfs Re: [PATCH] [nfs-utils] fix issue: mount -osharecache failure but return 'true'
2018-10-19 16:08:59 linux-nfs [PATCH] [nfs-utils] fix issue: mount -osharecache failure but return 'true'
2018-09-26 08:31:59 linux-nfs Re: [PATCH] nfs-utils mount: recover the lost EBUSY
2018-09-17 17:05:42 linux-nfs [PATCH] nfs-utils mount: recover the lost EBUSY
2018-07-24 11:39:14 linux-nfs [PATCH 19/24 v2] pynfs: python3 support plan: fix import fail on python3
2018-07-24 08:39:47 linux-nfs [PATCH 24/24] pynfs: python3 support plan: fix access class var in list comprehension
2018-07-24 08:39:45 linux-nfs [PATCH 23/24] pynfs: python3 support plan: fix except multi exceptions in one line
2018-07-24 08:39:43 linux-nfs [PATCH 22/24] pynfs: python3 support plan: fix ord() failure on python3
2018-07-24 08:39:41 linux-nfs [PATCH 21/24] pynfs: python3 support plan: fix sort() fail and require python version
2018-07-24 08:39:40 linux-nfs [PATCH 19/24] pynfs: python3 support plan: fix import fail on python3
2018-07-24 08:39:38 linux-nfs [PATCH 20/24] pynfs: python3 support plan: fix 'dict' has no attribute 'iteritems'
2018-07-24 08:39:34 linux-nfs [PATCH 18/24] pynfs: python3 support plan: fix 'TypeError: must be str, not bytes'
2018-07-24 08:39:34 linux-nfs [PATCH 17/24] pynfs: python3 support plan: fix indent error on python3
2018-07-24 08:39:30 linux-nfs [PATCH 16/24] pynfs: python3 support plan: remove cPickle
2018-07-24 08:39:27 linux-nfs [PATCH 15/24] pynfs: python3 support plan: fix 'socket' has no attribute '_socketobject'
2018-07-24 08:39:26 linux-nfs [PATCH 14/24] pynfs: python3 support plan: Relative Import -> Absolute Import
2018-07-24 08:39:24 linux-nfs [PATCH 13/24] pynfs: python3 support plan: list.sort() -> newlist = sorted(list)
2018-07-24 08:39:22 linux-nfs [PATCH 12/24] pynfs: python3 support plan: file() -> open()
2018-07-24 08:39:19 linux-nfs [PATCH 11/24] pynfs: python3 support plan: xdrgen: remove 'L' suffix of long integer
2018-07-24 08:39:17 linux-nfs [PATCH 10/24] pynfs: python3 support plan: not equal op s/ <> / != /
2018-07-24 08:39:15 linux-nfs [PATCH 09/24] pynfs: python3 support plan: dict.has_key -> key in dict
2018-07-24 08:39:12 linux-nfs [PATCH 08/24] pynfs: python3 support plan: cStringIO -> StringIO
2018-07-24 08:39:10 linux-nfs [PATCH 07/24] pynfs: python3 support plan: sys.maxint -> sys.maxsize
2018-07-24 08:39:10 linux-nfs [PATCH 06/24] pynfs: python3 support plan: octal literal 0644 -> 0o644
2018-07-24 08:39:06 linux-nfs [PATCH 04/24] pynfs: python3 support plan: "raise E, args:" -> "raise E(args)"
2018-07-24 08:39:06 linux-nfs [PATCH 05/24] pynfs: python3 support plan: remove suffix 'L' of long integer
2018-07-24 08:39:05 linux-nfs [PATCH 01/24] pynfs: python3 support plan: print -> print()
2018-07-24 08:39:05 linux-nfs [PATCH 03/24] pynfs: python3 support plan: "except E,e:" -> "except E as e:"
2018-07-24 08:38:59 linux-nfs [PATCH 02/24] pynfs: python3 support plan: exec -> exec()
2018-07-22 10:23:35 linux-nfs [PATCH 6/6] pynfs: python3 support plan: octal literal 0644 -> 0o644
2018-07-22 10:23:33 linux-nfs [PATCH 5/6] pynfs: python3 support plan: remove suffix 'L' of long integer
2018-07-22 10:23:33 linux-nfs [PATCH 1/6] pynfs: python3 support plan: print -> print()
2018-07-22 10:23:32 linux-nfs [PATCH 4/6] pynfs: python3 support plan: "raise E, args:" -> "raise E(args)"
2018-07-22 10:23:30 linux-nfs [PATCH 3/6] pynfs: python3 support plan: "except E,e:" -> "except E as e:"
2018-07-22 10:23:25 linux-nfs [PATCH 2/6] pynfs: python3 support plan: exec -> exec()
2018-07-20 10:00:45 linux-nfs [PATCH 1/2] pynfs: python3 support plan: print -> print()
2018-07-20 10:00:42 linux-nfs [PATCH 2/2] pynfs: python3 support plan: exec -> exec()
2018-04-16 08:01:03 linux-nfs [PATCH] [pynfs] remove redundant nfs4.0/nfs4.x and nfs4.0/lib/ops_gen.py
2018-03-27 23:14:07 linux-nfs Re: [PATCH 1/2] [pynfs] remove redundant ply, gssapi and rpcgen.py modules
2018-03-27 16:31:02 linux-nfs Re: [PATCH] [pynfs] remove redundant ply, gssapi and rpcgen.py modules
2017-05-06 07:42:48 linux-nfs Re: [PATCH] fs/nfs: fix covscan error: FORWARD_NULL
2017-05-05 10:26:58 linux-nfs [PATCH] fs/nfs: fix covscan error: FORWARD_NULL
2015-11-05 00:43:27 linux-nfs Re: [PATCH] exportfs: Fix buf size in test_export() dump().
2015-11-04 03:43:17 linux-nfs [PATCH] exportfs: Fix buf size in test_export() dump().