linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-21 22:58:19 to 2014-04-03 20:16:29 UTC [more...]

linux-3.14 nfsd regression
 2014-04-03 20:16 UTC  (10+ messages)

[PATCH] x86, vdso: Fix vdso-layout linker script
 2014-04-03 17:53 UTC  (3+ messages)
` [PATCH] x86, vdso: Make the vdso linker script compatible with Gold

Should exportfs/mountd cope with case-insensitive directory names
 2014-04-03 17:24 UTC  (5+ messages)

kernel soft lockup after stopping nfsd
 2014-04-02 13:59 UTC 

[PATCH] svcrdma: fix offset calculation for non-page aligned sge entries
 2014-04-03 11:20 UTC  (5+ messages)

kernel soft lockup after stopping nfsd
 2014-04-03  7:19 UTC 

Quick way to check if file is on nfs?
 2014-04-02 21:48 UTC  (2+ messages)

[PATCH] Fix regression errors in NFSRDMA
 2014-04-02 17:46 UTC  (3+ messages)

warning in ext4_journal_start_sb on filesystem freeze
 2014-04-01 18:40 UTC  (8+ messages)

[libnfsidmapd PATCH] nss: use strrchr() instead of strchr() to get the last occurrence of "@"
 2014-04-01 15:57 UTC 

Canceled: Linux NFS Town Hall meeting: Thur 04/03/14
 2014-04-01 14:26 UTC 

[PATCH 0/5][RESEND]NFSD/SUNRPC: Fix memory leak for the backchannel
 2014-03-31 21:37 UTC  (7+ messages)
` [PATCH 1/5][RESEND] NFSD: Using free_conn free connection
` [PATCH 2/5][RESEND] NFSD: Free backchannel xprt in bc_destroy
` [PATCH 3/5][RESEND] SUNRPC: New helper for creating client with rpc_xprt
` [PATCH 4/5][RESEND] NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
` [PATCH 5/5][RESEND] SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failed

[PATCH] nfsd4: fix memory leak in nfsd4_encode_fattr()
 2014-03-31 21:11 UTC  (2+ messages)

[PATCH v3] nfsd4: fix memory leak in nfsd4_encode_fattr()
 2014-03-31 21:11 UTC  (3+ messages)

[PATCH] nfsd: check passed socket's net matches NFSd superblock's one
 2014-03-31 20:58 UTC  (2+ messages)

[PATCH 1/2] nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+
 2014-03-31 20:52 UTC  (7+ messages)
` [PATCH 2/2] nfsd: Don't return NFS4ERR_RESTOREFH "

nfsd needs "md5", but fips=1 disables it -> hang
 2014-03-31 12:11 UTC  (4+ messages)

[PATCH][RESEND] vfs: Make __d_materialise_dentry() set the materialised dentry name correctly
 2014-03-31  9:01 UTC  (3+ messages)

All that glitters on your wrist
 2014-03-30  7:25 UTC 

All that glitters on your wrist
 2014-03-30  7:25 UTC 

[PATCH 2/2] NFSD: Re-initialize fh_post/pre_saved between two operations
 2014-03-29 19:46 UTC  (6+ messages)
      ` [PATCH v2] NFSD: Clear wcc data between compound ops

nfsd4 xdr encoding fixes
 2014-03-29 19:18 UTC  (62+ messages)
` [PATCH 01/50] rpc: Allow xdr_buf_subsegment to operate in-place
` [PATCH 02/50] nfsd4: update comments with obsolete function name
` [PATCH 03/50] nfsd4: nfsd4_replay_cache_entry should be static
` [PATCH 04/50] nfsd4: minor nfsd4_replay_cache_entry cleanup
` [PATCH 05/50] nfsd4: use more generous NFS4_ACL_MAX
` [PATCH 06/50] nfsd4: remove redundant check from nfsd4_check_resp_size
` [PATCH 07/50] nfsd4: fix setclientid encode size
` [PATCH 08/50] nfsd4: fix nfs4err_resource in 4.1 case
` [PATCH 09/50] nfsd4: embed xdr_stream in nfsd4_compoundres
` [PATCH 10/50] nfsd4: tweak nfsd4_encode_getattr to take xdr_stream
` [PATCH 11/50] nfsd4: move proc_compound xdr encode init to helper
` [PATCH 12/50] nfsd4: reserve head space for krb5 integ/priv info
` [PATCH 13/50] nfsd4: move nfsd4_operation to xdr4.h
` [PATCH 14/50] nfsd4: fix encoding of out-of-space replies
` [PATCH 15/50] nfsd4: allow space for final error return
` [PATCH 16/50] nfsd4: READ, READDIR, etc., are idempotent
` [PATCH 17/50] nfsd4: use xdr_reserve_space in attribute encoding
` [PATCH 18/50] nfsd4: use xdr_stream throughout compound encoding
` [PATCH 19/50] nfsd4: no need for encode_compoundres to adjust lengths
` [PATCH 20/50] nfsd4: keep xdr buf length updated
` [PATCH 21/50] rpc: xdr_truncate_encode
` [PATCH 22/50] nfsd4: use xdr_truncate_encode
` [PATCH 23/50] nfsd4: "backfill" using write_bytes_to_xdr_buf
` [PATCH 24/50] nfsd4: remove ADJUST_ARGS
` [PATCH 25/50] nfsd4: teach encoders to handle reserve_space failures
` [PATCH 26/50] nfsd4: reserve space before inlining 0-copy pages
` [PATCH 27/50] nfsd4: nfsd4_check_resp_size needn't recalculate length
` [PATCH 28/50] nfsd4: remove redundant encode buffer size checking
` [PATCH 29/50] nfsd4: size-checking cleanup
` [PATCH 30/50] nfsd4: allow encoding across page boundaries
` [PATCH 31/50] nfsd4: convert 4.1 replay encoding
` [PATCH 32/50] nfsd4: don't try to encode conflicting owner if low on space
` [PATCH 33/50] nfsd4: more precise nfsd4_max_reply
` [PATCH 34/50] nfsd4: minor encode_read cleanup
` [PATCH 35/50] nfsd4: nfsd4_check_resp_size should check against whole buffer
` [PATCH 36/50] nfsd4: allow larger 4.1 session drc slots
` [PATCH 37/50] rpc: define xdr_restrict_buflen
` [PATCH 38/50] nfsd4: adjust buflen to session channel limit
` [PATCH 39/50] nfsd4: use session limits to release send buffer reservation
` [PATCH 40/50] nfsd4: allow large readdirs
` [PATCH 41/50] nfsd4: enforce rd_dircount
` [PATCH 42/50] nfsd4: don't treat readlink like a zero-copy operation
` [PATCH 43/50] nfsd4: turn off zero-copy-read in exotic cases
` [PATCH 44/50] nfsd4: nfsd_vfs_read doesn't use file handle parameter
` [PATCH 45/50] nfsd4: separate splice and readv cases
` [PATCH 46/50] nfsd4: allow exotic read compounds
` [PATCH 47/50] nfsd4: kill WRITE32
` [PATCH 48/50] nfsd4: kill WRITE64
` [PATCH 49/50] nfsd4: kill WRITEMEM
` [PATCH 50/50] nfsd4: kill write32, write64

[PATCH] SUNRPC: fix memory leak of peer addresses in XPRT
 2014-03-29  0:55 UTC  (7+ messages)
      ` [PATCH][RESEND] "

Kernel oops/panic with NFS over RDMA mount after disrupted Infiniband connection
 2014-03-29  0:52 UTC  (9+ messages)

[PATCH] Fix regression in NFSRDMA server
 2014-03-29  0:51 UTC  (8+ messages)

[PATCH] NFSv4: Fix a use-after-free problem in open()
 2014-03-29  0:29 UTC 

Optimal NFS mount options to safely allow interrupts and timeouts on newer kernels
 2014-03-28 22:00 UTC  (10+ messages)

[PATCH v2] svcrdma: fix offset calculation for non-page aligned sge entries
 2014-03-28 21:52 UTC  (2+ messages)

[PATCH] xprtrdma: add separate Kconfig options for NFSoRDMA client and server support
 2014-03-28 21:48 UTC  (2+ messages)

[PATCH 1/2] NFSD: Optimize code for nfsd4_proc_compound
 2014-03-28 21:22 UTC  (2+ messages)

[PATCH] lockd: ensure we tear down any live sockets when socket creation fails during lockd_up
 2014-03-28 14:44 UTC  (5+ messages)

[PATCH] NFSD: Traverse unconfirmed client through hash-table
 2014-03-28  3:46 UTC  (4+ messages)

Announcing the release of fedfs-utils version 0.10.1
 2014-03-28  0:03 UTC 

[PATCH] NFSv4: Memory not being freed on memory allocation failure
 2014-03-26 19:11 UTC  (5+ messages)

ANNOUNCE: nfs-utils-1.3.0 released
 2014-03-25 16:10 UTC 

nfsd fix for 3.14
 2014-03-25 20:39 UTC 

[PATCH 0/2] nfsidmap: a keyringer - 2nd try
 2014-03-25 14:44 UTC  (4+ messages)
` [PATCH 1/2] nfsidmap: Match names with kernel default keyring
` [PATCH 2/2] nfsidmap: Create id_resolver child keyrings

[PATCH] nfsidmap: Keys need to be invalidated instead of revoked
 2014-03-25 15:10 UTC 

[PATCH] KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMIN
 2014-03-25 15:05 UTC 

[PATCH] nfsidmap: use multiple child keyrings
 2014-03-25 13:30 UTC  (16+ messages)

[nfs-utils/systemd PATCH 0/6] Assorted fixes for systemd units
 2014-03-24 13:37 UTC  (9+ messages)
` [PATCH 2/6] systemd units: create nfs-config.service as single location to process config
` [PATCH 3/6] systemd: add nfs-utils_env.sh for SUSE

[PATCH] fs: Use RCU_INIT_POINTER(x, NULL) in nfs/delegation.c
 2014-03-23 18:44 UTC 

[nfs-utils PATCH] mount: chk_mountpoint should only check for execute perms for unpriveleged users
 2014-03-22 14:13 UTC  (2+ messages)

race-free exportfs and unmount?
 2014-03-22 10:11 UTC  (6+ messages)

Issue with SELinux Labeled NFS
 2014-03-22  6:43 UTC  (2+ 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).