linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-29 20:58:46 to 2018-07-24 20:37:54 UTC [more...]

[PATCH PATCH net-next 00/18] net whitespace cleanups
 2018-07-24 19:29 UTC  (18+ messages)
` [PATCH PATCH net-next 01/18] sched: fix trailing whitespace
` [PATCH PATCH net-next 02/18] wimax: remove blank lines at EOF
` [PATCH PATCH net-next 03/18] rds: remove trailing whitespace and blank lines
` [PATCH PATCH net-next 04/18] llc: fix whitespace issues
` [PATCH PATCH net-next 05/18] mpls: remove trailing whitepace
` [PATCH PATCH net-next 06/18] xfrm: remove blank lines at EOF
` [PATCH PATCH net-next 07/18] ceph: fix whitespace
` [PATCH PATCH net-next 08/18] sctp: whitespace fixes
` [PATCH PATCH net-next 09/18] ila: remove blank lines at EOF
` [PATCH PATCH net-next 10/18] 9p: fix whitespace issues
` [PATCH PATCH net-next 11/18] atm: remove blank lines at EOF
` [PATCH PATCH net-next 12/18] ax25: remove blank line "
` [PATCH PATCH net-next 13/18] x25: remove blank lines "
` [PATCH PATCH net-next 14/18] decnet: whitespace fixes
` [PATCH PATCH net-next 15/18] sunrpc: "
` [PATCH PATCH net-next 16/18] bpfilter: remove trailing newline
` [PATCH PATCH net-next 17/18] l2tp: "

[PATCH] Fix error code in nfs_lookup_verify_inode()
 2018-07-24 18:54 UTC 

[PATCH v2 1/2] NFS: Fix excessive attribute revalidation in nfs_execute_ok()
 2018-07-24 18:30 UTC  (2+ messages)
` [PATCH v2 2/2] NFS: More "

[PATCH 19/24 v2] pynfs: python3 support plan: fix import fail on python3
 2018-07-24 10:33 UTC 

pNFS, multiple paths to Data Server not used by pNFS linux client
 2018-07-24  9:58 UTC  (2+ messages)

[PATCH 01/24] pynfs: python3 support plan: print -> print()
 2018-07-24  7:33 UTC  (24+ messages)
` [PATCH 02/24] pynfs: python3 support plan: exec -> exec()
` [PATCH 03/24] pynfs: python3 support plan: "except E,e:" -> "except E as e:"
` [PATCH 04/24] pynfs: python3 support plan: "raise E, args:" -> "raise E(args)"
` [PATCH 05/24] pynfs: python3 support plan: remove suffix 'L' of long integer
` [PATCH 06/24] pynfs: python3 support plan: octal literal 0644 -> 0o644
` [PATCH 07/24] pynfs: python3 support plan: sys.maxint -> sys.maxsize
` [PATCH 08/24] pynfs: python3 support plan: cStringIO -> StringIO
` [PATCH 09/24] pynfs: python3 support plan: dict.has_key -> key in dict
` [PATCH 10/24] pynfs: python3 support plan: not equal op s/ <> / != /
` [PATCH 11/24] pynfs: python3 support plan: xdrgen: remove 'L' suffix of long integer
` [PATCH 12/24] pynfs: python3 support plan: file() -> open()
` [PATCH 13/24] pynfs: python3 support plan: list.sort() -> newlist = sorted(list)
` [PATCH 14/24] pynfs: python3 support plan: Relative Import -> Absolute Import
` [PATCH 15/24] pynfs: python3 support plan: fix 'socket' has no attribute '_socketobject'
` [PATCH 16/24] pynfs: python3 support plan: remove cPickle
` [PATCH 17/24] pynfs: python3 support plan: fix indent error on python3
` [PATCH 18/24] pynfs: python3 support plan: fix 'TypeError: must be str, not bytes'
` [PATCH 19/24] pynfs: python3 support plan: fix import fail on python3
` [PATCH 20/24] pynfs: python3 support plan: fix 'dict' has no attribute 'iteritems'
` [PATCH 21/24] pynfs: python3 support plan: fix sort() fail and require python version
` [PATCH 22/24] pynfs: python3 support plan: fix ord() failure on python3
` [PATCH 23/24] pynfs: python3 support plan: fix except multi exceptions in one line
` [PATCH 24/24] pynfs: python3 support plan: fix access class var in list comprehension

[PATCH V4] xdrstdio_create buffers do not output encoded values on ppc
 2018-07-23 20:33 UTC  (11+ messages)
    ` [Libtirpc-devel] "
` (no subject)
  ` your mail
  ` IETF RFC 8276 - File System Extended Attributes in NFSv4

[PATCH v2] fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id
 2018-07-23  1:57 UTC 

[PATCH] fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_id
 2018-07-23  2:16 UTC  (6+ messages)

[PATCH 1/6] pynfs: python3 support plan: print -> print()
 2018-07-22  9:27 UTC  (6+ messages)
` [PATCH 2/6] pynfs: python3 support plan: exec -> exec()
` [PATCH 3/6] pynfs: python3 support plan: "except E,e:" -> "except E as e:"
` [PATCH 4/6] pynfs: python3 support plan: "raise E, args:" -> "raise E(args)"
` [PATCH 5/6] pynfs: python3 support plan: remove suffix 'L' of long integer
` [PATCH 6/6] pynfs: python3 support plan: octal literal 0644 -> 0o644

[PATCH v10 0/9] NFSD support for async COPY
 2018-07-20 22:19 UTC  (10+ messages)
` [PATCH v10 1/9] NFSD CB_OFFLOAD xdr
` [PATCH v10 2/9] NFSD OFFLOAD_STATUS xdr
` [PATCH v10 3/9] NFSD OFFLOAD_CANCEL xdr
` [PATCH v10 4/9] NFSD xdr callback stateid in async COPY reply
` [PATCH v10 5/9] NFSD introduce async copy feature
` [PATCH v10 6/9] NFSD create new stateid for async copy
` [PATCH v10 7/9] NFSD handle OFFLOAD_CANCEL op
` [PATCH v10 8/9] NFSD support OFFLOAD_STATUS
` [PATCH v10 9/9] NFSD stop ongoing async copies on client shutdown

[PATCH] NFS: Fix excessive attribute revalidation in nfs_execute_ok()
 2018-07-20 20:27 UTC 

sending duplicate GETATTRs
 2018-07-20 19:48 UTC  (9+ messages)

Another question about v3 attribute handling
 2018-07-20 19:25 UTC  (3+ messages)

[PATCH] net/sunrpc: Add user namespace support
 2018-07-20 17:06 UTC  (6+ messages)

[PATCH 1/2] pynfs: python3 support plan: print -> print()
 2018-07-20  9:13 UTC  (2+ messages)
` [PATCH 2/2] pynfs: python3 support plan: exec -> exec()

the editing
 2018-07-19 13:44 UTC 

[PATCH] nfs: add minor version to nfs_server_key for fscache
 2018-07-18 20:56 UTC  (8+ messages)

[PATCH] rpc.gssd: truncates 32-bit UIDs/GIDs to 16 bits architectures
 2018-07-18 15:27 UTC  (4+ messages)

RDMA connection closed and not re-opened
 2018-07-18  0:27 UTC  (9+ messages)

[PATCH] nfsd: constify write_op[]
 2018-07-17 18:01 UTC 

the photo studio
 2018-07-17 10:30 UTC 

the editing
 2018-07-17  9:53 UTC 

[PATCH] nfsd: fix leaked file lock with nfs exported overlayfs
 2018-07-17 14:24 UTC  (4+ messages)

vmalloc with GFP_NOFS
 2018-07-17 12:50 UTC  (7+ messages)

[PATCH] nfsd: fix memory leak of async_copy
 2018-07-17 10:13 UTC  (4+ messages)

editing
 2018-07-16 13:07 UTC 

[PATCH v9 0/9] NFSD support for async COPY
 2018-07-15 22:52 UTC  (15+ messages)
` [PATCH v9 1/9] NFSD CB_OFFLOAD xdr
` [PATCH v9 2/9] NFSD OFFLOAD_STATUS xdr
` [PATCH v9 3/9] NFSD OFFLOAD_CANCEL xdr
` [PATCH v9 4/9] NFSD xdr callback stateid in async COPY reply
` [PATCH v9 5/9] NFSD introduce async copy feature
` [PATCH v9 6/9] NFSD create new stateid for async copy
` [PATCH v9 7/9] NFSD handle OFFLOAD_CANCEL op
` [PATCH v9 8/9] NFSD support OFFLOAD_STATUS
` [PATCH v9 9/9] NFSD stop ongoing async copies on client shutdown

image studio for you
 2018-07-13 12:31 UTC 

we do editing for you
 2018-07-12 10:39 UTC 

[PATCH] NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
 2018-07-12 18:24 UTC  (2+ messages)
` [PATCH] pNFS: Parse the results of layoutget on open even if permissions checks fail

[PATCH] sunrpc: kstrtoul() can also return -ERANGE
 2018-07-12 12:30 UTC 

[PATCH] NFS: silence a harmless uninitialized variable warning
 2018-07-12 12:29 UTC 

Reset Password
 2018-07-12  8:45 UTC 

for your needs
 2018-07-11 13:22 UTC 

info!!
 2018-07-11 17:10 UTC 

[PATCH v2 0/3] NFS: Fix output of mountstats for NFSv4 state opcodes such as SEQUENCE and RENEW
 2018-07-10 18:59 UTC  (4+ messages)
` [PATCH v2 1/3] sunrpc: add _print_rpc_iostats() to output metrics for one RPC op
` [PATCH v2 2/3] sunrpc: Add _add_rpc_iostats() to add rpc_iostats metrics
` [PATCH v2 3/3] sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clones

[PATCH v2] Handle GARBAGE_ARGS response in rpcbind query
 2018-07-10 17:23 UTC  (2+ messages)

[PATCH V3] xdrstdio_create buffers do not output encoded values on ppc
 2018-07-10 16:40 UTC  (5+ messages)
` [Libtirpc-devel] "

NFSv4 file lock reporting interface request
 2018-07-10  2:28 UTC 

[PATCH 1/2] nfsv4: handle ENOSPC during create session
 2018-07-09 21:57 UTC  (5+ messages)
` [PATCH 2/2] nfsd: return ENOSPC if unable to allocate a session slot

[PATCH v9 00/13] NFS support for async intra COPY
 2018-07-09 19:13 UTC  (14+ messages)
` [PATCH v9 01/13] fs: Don't copy beyond the end of the file
` [PATCH v9 02/13] NFS CB_OFFLOAD xdr
` [PATCH v9 03/13] NFS OFFLOAD_CANCEL xdr
` [PATCH v9 04/13] NFS COPY xdr handle async reply
` [PATCH v9 05/13] NFS add support for asynchronous COPY
` [PATCH v9 06/13] NFS handle COPY reply CB_OFFLOAD call race
` [PATCH v9 07/13] NFS export nfs4_async_handle_error
` [PATCH v9 08/13] NFS send OFFLOAD_CANCEL when COPY killed
` [PATCH v9 09/13] NFS handle COPY ERR_OFFLOAD_NO_REQS
` [PATCH v9 10/13] NFS add a simple sync nfs4_proc_commit after async COPY
` [PATCH v9 11/13] NFS recover from destination server reboot for copies
` [PATCH v9 12/13] NFS OFFLOAD_STATUS xdr
` [PATCH v9 13/13] NFS OFFLOAD_STATUS op

[PATCH] pnfs/blocklayout: off by one in bl_map_stripe()
 2018-07-05 19:40 UTC  (2+ messages)

[PATCH] nfs: Referrals not inheriting proto setting from parent
 2018-07-05 16:08 UTC 

[PATCH] nfs: initiate returning delegation when reclaiming one that's been recalled
 2018-07-05  9:48 UTC 

nfs: possible sync issue between nfs_call_unlink <-> nfs_async_unlink_release
 2018-07-03 21:04 UTC 

general protection fault: 0000 [#1] SMP PTI [...] ? nfs4_free_openowner+0x10/0x10 [nfsd] [...] RIP: kmem_cache_alloc+0x87/0x130 RSP: ffffb6e7016f3c80
 2018-07-02 16:19 UTC 

[PATCH] fs: nfs: Adding new return type vm_fault_t
 2018-07-02 15:27 UTC 

[PATCH 4.17 126/220] locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
 2018-07-01 16:22 UTC 

[PATCH] pNFS: Parse the results of layoutget on open even if permissions checks fail
 2018-06-29 21:16 UTC 

[PATCH V2] xdrstdio_create buffers do not output encoded values on ppc
 2018-06-29 20:58 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).