messages from 2014-05-06 21:09:14 to 2014-05-19 15:15:19 UTC [more...]
[PATCH 0/8] more pgio cleanup
2014-05-19 15:15 UTC (4+ messages)
` [PATCH 1/8] nfs: move nfs_pgio_data and remove nfs_rw_header
` [PATCH 2/8] nfs: rename members of nfs_pgio_data
` [PATCH 3/8] nfs: merge nfs_pgio_data into _header
[PATCH] SUNRPC: Fix a module reference leak in svc_handle_xprt
2014-05-18 18:05 UTC
[PATCH] SUNRPC: Fix a module reference issue in rpcsec_gss
2014-05-18 17:50 UTC
[PATCH] Fix for possible null pointer dereference in auth.c
2014-05-17 17:17 UTC (6+ messages)
[PATCH] NFS4.0: Add IPv6 support
2014-05-17 10:47 UTC
[PATCH V3 00/17] NFS/RDMA client-side patches
2014-05-17 8:23 UTC (7+ messages)
` [PATCH V3 01/17] xprtrdma: mind the device's max fast register page list depth
[PATCH 3/3 v2] NFS4.0: Add some test cases for nfsv4 acl
2014-05-17 2:22 UTC
[PATCH 2/3 v2] NFS4.0: Cases for SGID/SUID status after writing
2014-05-17 2:20 UTC
[PATCH 1/3 v2] NFS4.0: Case for linking to bad source path with zero-length
2014-05-17 2:18 UTC
[PATCH 41/70] NFSd: nfsd4_process_open2() must reference the delegation stateid
2014-05-16 18:19 UTC (21+ messages)
` [PATCH 42/70] NFSd: nfsd4_process_open2() must reference the open stateid
` [PATCH 43/70] NFSd: Prepare nfsd4_close() for open stateid referencing
` [PATCH 44/70] NFSd: nfsd4_open_confirm() must reference the open stateid
` [PATCH 45/70] NFSd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH 46/70] NFSd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH 47/70] NFSd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH 48/70] NFSd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH 49/70] NFSd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
` [PATCH 50/70] NFSd: Use the session->se_client in lookup_clientid()
` [PATCH 51/70] NFSd: Convert nfsd4_process_open1() to work with lookup_clientid()
` [PATCH 52/70] NFSd: Convert nfs4_check_open_reclaim() "
` [PATCH 53/70] NFSd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH 54/70] NFSd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH 55/70] NFSd: Don't require client_lock in free_client
` [PATCH 56/70] NFSd: Move create_client() call outside the lock
` [PATCH 57/70] NFSd: Protect unconfirmed client creation using client_lock
` [PATCH 58/70] NFSd: Protect session creation and client confirm "
[PATCH] NFSD: Checking whether kill_suid by should_remove_suid()
2014-05-16 15:12 UTC (10+ messages)
` [PATCH v2] NFSD: Don't clear SUID/SGID after root writing data
[PATCH v3 00/18] nfs: support multiple requests per page
2014-05-16 12:58 UTC (22+ messages)
` [PATCH v3 01/18] pnfs: fix race in filelayout commit path
` [PATCH v3 02/18] nfs: clean up PG_* flags
` [PATCH v3 03/18] nfs: remove unused arg from nfs_create_request
` [PATCH v3 04/18] nfs: modify pg_test interface to return size_t
` [PATCH v3 05/18] nfs: call nfs_can_coalesce_requests for every req
` [PATCH v3 06/18] nfs: add support for multiple nfs reqs per page
` [PATCH v3 07/18] nfs: page group syncing in read path
` [PATCH v3 08/18] nfs: page group syncing in write path
` [PATCH v3 09/18] nfs: page group support in nfs_mark_uptodate
` [PATCH v3 10/18] pnfs: clean up filelayout_alloc_commit_info
` [PATCH v3 11/18] nfs: allow coalescing of subpage requests
` [PATCH v3 12/18] nfs: chain calls to pg_test
` [PATCH v3 13/18] nfs: use > 1 request to handle bsize < PAGE_SIZE
` [PATCH v3 14/18] nfs: remove data list from pgio header
` [PATCH v3 15/18] pnfs: support multiple verfs per direct req
` [PATCH v3 16/18] pnfs: allow non page aligned pnfs layout segments
` [PATCH v3 17/18] pnfs: filelayout: support non page aligned layouts
` [PATCH v3 18/18] nfs: support page groups in nfs_read_completion
nfsd4 xdr encoding fixes v2
2014-05-16 9:58 UTC (67+ messages)
` [PATCH 01/43] nfsd4: embed xdr_stream in nfsd4_compoundres
` [PATCH 02/43] nfsd4: tweak nfsd4_encode_getattr to take xdr_stream
` [PATCH 03/43] nfsd4: move proc_compound xdr encode init to helper
` [PATCH 04/43] nfsd4: reserve head space for krb5 integ/priv info
` [PATCH 05/43] nfsd4: move nfsd4_operation to xdr4.h
` [PATCH 06/43] nfsd4: fix encoding of out-of-space replies
` [PATCH 07/43] nfsd4: allow space for final error return
` [PATCH 08/43] nfsd4: use xdr_reserve_space in attribute encoding
` [PATCH 09/43] nfsd4: use xdr_stream throughout compound encoding
` [PATCH 10/43] nfsd4: remove ADJUST_ARGS
` [PATCH 11/43] nfsd4: no need for encode_compoundres to adjust lengths
` [PATCH 12/43] nfsd4: keep xdr buf length updated
` [PATCH 13/43] rpc: xdr_truncate_encode
` [PATCH 14/43] nfsd4: use xdr_truncate_encode
` [PATCH 15/43] nfsd4: "backfill" using write_bytes_to_xdr_buf
` [PATCH 16/43] nfsd4: teach encoders to handle reserve_space failures
` [PATCH 17/43] nfsd4: reserve space before inlining 0-copy pages
` [PATCH 18/43] nfsd4: nfsd4_check_resp_size needn't recalculate length
` [PATCH 19/43] nfsd4: remove redundant encode buffer size checking
` [PATCH 20/43] nfsd4: size-checking cleanup
` [PATCH 21/43] nfsd4: allow encoding across page boundaries
` [PATCH 22/43] nfsd4: convert 4.1 replay encoding
` [PATCH 23/43] nfsd4: don't try to encode conflicting owner if low on space
` [PATCH 24/43] nfsd4: more precise nfsd4_max_reply
` [PATCH 25/43] nfsd4: minor encode_read cleanup
` [PATCH 26/43] nfsd4: nfsd4_check_resp_size should check against whole buffer
` [PATCH 27/43] rpc: define xdr_restrict_buflen
` [PATCH 28/43] nfsd4: adjust buflen to session channel limit
` [PATCH 29/43] nfsd4: use session limits to release send buffer reservation
` [PATCH 30/43] nfsd4: allow large readdirs
` [PATCH 31/43] nfsd4: enforce rd_dircount
` [PATCH 32/43] nfsd4: don't treat readlink like a zero-copy operation
` [PATCH 33/43] nfsd4: better estimate of getattr response size
` [PATCH 34/43] nfsd4: estimate sequence "
` [PATCH 35/43] nfsd4: turn off zero-copy-read in exotic cases
` [PATCH 36/43] nfsd4: nfsd_vfs_read doesn't use file handle parameter
` [PATCH 37/43] nfsd4: separate splice and readv cases
` [PATCH 38/43] nfsd4: allow exotic read compounds
` [PATCH 39/43] nfsd4: really fix nfs4err_resource in 4.1 case
` [PATCH 40/43] nfsd4: kill WRITE32
` [PATCH 41/43] nfsd4: kill WRITE64
` [PATCH 42/43] nfsd4: kill WRITEMEM
` [PATCH 43/43] nfsd4: kill write32, write64
Hello From KM
2014-05-15 22:42 UTC
[PATCH] nfsd4: fix corruption on setting an ACL
2014-05-15 19:26 UTC
Linux NFS Town Hall meeting: Thur 04/15/14
2014-05-15 16:50 UTC (2+ messages)
NFSACL broken from 3.13 to 3.14
2014-05-15 15:33 UTC
NFSoRDMA developers bi-weekly meeting summary (5/14)
2014-05-14 18:57 UTC
[PATCH V2 RFC 0/3] svcrdma: refactor marshalling logic
2014-05-14 18:24 UTC (16+ messages)
` [PATCH V2 RFC 1/3] svcrdma: Transport and header file changes
` [PATCH V2 RFC 2/3] svcrdma: Recvfrom changes
Soft lockup in unloading kernel modules
2014-05-13 16:48 UTC (3+ messages)
[PATCH] SCHED: remove proliferation of wait_on_bit action functions
2014-05-13 16:45 UTC (4+ messages)
[PATCH v3 00/17] NFS: Create a common path used by reads and writes
2014-05-13 15:21 UTC (6+ messages)
` [PATCH v3 02/17] NFS: Create a common results structure for "
` [PATCH v3 08/17] NFS: Create a common pgio_rpc_prepare function
` [PATCH v3 14/17] NFS: Create a common initiate_pgio() function
[PATCH] NFS: revalidate on open if dcache is negative
2014-05-13 0:41 UTC (3+ messages)
[PATCH] Push the file layout driver into a subdirectory
2014-05-12 21:35 UTC
[PATCH/RFC 0/5] Support loop-back NFS mounts - take 2
2014-05-12 15:32 UTC (7+ messages)
` [PATCH 3/5] nfsd: Only set PF_LESS_THROTTLE when really needed
[PATCH 0/2] NFSD: restrict PF_LESS_THROTTLE to loop-back requests
2014-05-12 1:22 UTC (3+ messages)
` [PATCH 2/2] nfsd: Only set PF_LESS_THROTTLE when really needed
` [PATCH 1/2] SUNRPC: track whether a request is coming from a loop-back interface
nfsd bug fixes for 3.15, part 2
2014-05-09 21:52 UTC
[PATCH] Push the file layout driver into a subdirectory
2014-05-09 16:35 UTC (2+ messages)
[PATCH 01/70] NFSd: Ensure we clear the cstate->slot in nfsd4_proc_compound
2014-05-09 7:34 UTC (50+ messages)
` [PATCH 02/70] NFSd: Move default initialisers from create_client() to alloc_client()
` [PATCH 03/70] NFSd: call rpc_destroy_wait_queue() from free_client()
` [PATCH 04/70] NFSd: Remove 'inline' designation for free_client()
` [PATCH 05/70] nfsd4: rename recall_lock to state_lock
` [PATCH 06/70] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH 07/70] nfsd4: hash deleg stateid only on successful nfs4_set_delegation
` [PATCH 08/70] nfsd4: use state_lock for delegation hashing
` [PATCH 09/70] NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functions
` [PATCH 10/70] NFSd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH 11/70] NFSd: Ensure delegation setup is safe w.r.t. break_lease()
` [PATCH 12/70] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH 13/70] NFSd: Clean up nfs4_preprocess_stateid_op
` [PATCH 14/70] NFSd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH 15/70] NFSd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH 16/70] NFSd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH 17/70] NFSd: Lock owners are not per open stateid
` [PATCH 18/70] NFSd: Clean up helper __release_lock_stateid
` [PATCH 19/70] NFSd: Allow lockowners to hold several stateids
` [PATCH 20/70] NFSd: NFSv4 lock-owners are not associated to a specific file
` [PATCH 21/70] NFSd: Get rid of the lockowner_ino_hashtbl
` [PATCH 22/70] NFSd: Cleanup nfs4svc_encode_compoundres
` [PATCH 23/70] NFSd: Don't get a session reference without a client reference
` [PATCH 24/70] NFSd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH 25/70] NFSd: Simplify stateid management
` [PATCH 26/70] NFSd: Fix delegation revocation
` [PATCH 27/70] NFSd: Don't let the laundromat reap clients that are referenced
` [PATCH 28/70] NFSd: Add reference counting to the lock and open stateids
` [PATCH 29/70] NFSd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH 30/70] NFSd: Replace delegation->dl_file with the dl_stid.sc_file
` [PATCH 31/70] NFSd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH 32/70] NFSd: Ensure stateids remain unique until they are freed
` [PATCH 33/70] NFSd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH 34/70] NFSd: Fix atomicity of delegation counter
` [PATCH 35/70] NFSd: Slight cleanup of find_stateid()
` [PATCH 36/70] NFSd: Add reference counting to find_stateid
` [PATCH 37/70] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
[PATCH] SUNRPC: Fix printk that is not only for nfsd
2014-05-09 4:02 UTC (3+ messages)
[PATCH] Push the file layout driver into a subdirectory
2014-05-08 23:10 UTC (2+ messages)
[PATCH] Push the file layout driver into a subdirectory
2014-05-08 21:38 UTC (4+ messages)
[PATCH 00/70] NFSd lock scalability patches
2014-05-08 20:16 UTC (4+ messages)
[PATCH] NFSD: Get rid of empty function nfs4_state_init
2014-05-08 17:06 UTC (2+ messages)
[PATCH] NFSD: Use simple_read_from_buffer for coping data to userspace
2014-05-08 17:05 UTC (2+ messages)
[PATCH 1/2] NFSD: Cleanup unused comments and codes in summarize_posix_acl
2014-05-08 16:55 UTC (3+ messages)
` [PATCH] "
[PATCH] NFSD: Clear cached acl after setting a zero-length default posix acl:
2014-05-08 16:41 UTC (6+ messages)
` [PATCH v2] NFSD: Don't set default ACL if there are no ACE entries
` [PATCH v3] NFSD: Call ->set_acl with a NULL ACL structure if no entries
[PATCH] Adding a callback for incoming sm_notify to better handle stale lock issue in client crash recovery in HA-NFS environment. The callout parameters are:
2014-05-08 0:16 UTC
[PATCH] nfsd: clean up fh_auth usage
2014-05-08 15:28 UTC (4+ messages)
[PATCH] NFSD: cleanup unneeded including linux/export.h
2014-05-08 15:24 UTC (2+ messages)
[PATCH] Adding a callback for incoming sm_notify
2014-05-07 21:46 UTC
nfs oom on 3.15
2014-05-07 20:03 UTC (4+ messages)
` [patch] net, sunrpc: suppress allocation warning in rpc_malloc()
Crash in 3.14.0+ (plus hacks)
2014-05-07 15:02 UTC (7+ messages)
[PATCH 3/3] NFS4.0: Add some test cases for nfsv4 acl
2014-05-07 15:00 UTC (3+ messages)
[PATCH 1/3] NFS4.0: Case for linking to bad source patch with zero-length
2014-05-07 9:55 UTC (3+ messages)
[PATCH] locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
2014-05-06 21:45 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox