messages from 2013-01-24 04:04:07 to 2013-02-04 13:18:15 UTC [more...]
[PATCH v2 0/8] nfsd: duplicate reply cache overhaul
2013-02-04 13:18 UTC (2+ messages)
` [PATCH v2 1/8] nfsd: always move DRC entries to the end of LRU list when updating timestamp
[PATCH] umount oops when remove blocklayoutdriver first
2013-02-04 13:15 UTC
[PATCH] sunrpc: copy scope ID in __rpc_copy_addr6
2013-02-04 13:10 UTC
[PATCH v2 0/6] SUNRPC: rework cache upcall to avoid NFSd root
2013-02-04 11:03 UTC (7+ messages)
` [PATCH v2 1/6] NFS: use SUNRPC cache creation and destruction helper for DNS cache
` [PATCH v2 2/6] NFS; simlify and clean cache library
` [PATCH v2 3/6] SUNRPC: introduce cache_detail->cache_request callback
` [PATCH v2 4/6] SUNRPC: rework cache upcall logic
` [PATCH v2 5/6] SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function
` [PATCH v2 6/6] SUNRPC: move cache_detail->cache_request callback call to cache_read()
[RFC PATCH 0/4] SUNRPC: rework cache upcall to avoid NFSd root swapping
2013-02-04 10:22 UTC (4+ messages)
Linux 3.7 + Sun solaris 10: Problems when reading dir from application
2013-02-04 10:12 UTC
Great Proposal!!
2013-02-03 20:39 UTC
Great Proposal!!
2013-02-03 20:39 UTC
[PATCH 00/12] Implement NFSv4 delegations, take 6
2013-02-03 16:31 UTC (13+ messages)
` [PATCH 01/12] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 02/12] vfs: don't use PARENT/CHILD lock classes for non-directories
` [PATCH 03/12] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
` [PATCH 04/12] vfs: take i_mutex on renamed file
` [PATCH 05/12] locks: introduce new FL_DELEG lock flag
` [PATCH 06/12] locks: implement delegations
` [PATCH 07/12] namei: minor vfs_unlink cleanup
` [PATCH 08/12] locks: break delegations on unlink
` [PATCH 09/12] locks: helper functions for delegation breaking
` [PATCH 10/12] locks: break delegations on rename
` [PATCH 11/12] locks: break delegations on link
` [PATCH 12/12] locks: break delegations on any attribute modification
[PATCH] nfsd: initialize the exp->ex_uuid field in svc_export_init
2013-02-03 14:47 UTC (2+ messages)
[PATCH 61/62] nfs4client: convert to idr_alloc()
2013-02-03 1:21 UTC
NFSv4 cannot unmount ESTALE directories (in some cases)
2013-02-02 6:28 UTC (3+ messages)
[PATCH] SUNRPC: Refactor nfsd4_do_encode_secinfo()
2013-02-01 22:43 UTC
[PATCH] nfsd: handle vfs_getattr errors in acl protocol
2013-02-01 20:13 UTC (3+ messages)
[PATCH v1 00/16] nfsd: duplicate reply cache overhaul
2013-02-01 16:05 UTC (42+ messages)
` [PATCH v1 01/16] nfsd: fix IPv6 address handling in the DRC
` [PATCH v1 02/16] nfsd: remove unneeded spinlock in nfsd_cache_update
` [PATCH v1 03/16] nfsd: get rid of RC_INTR
` [PATCH v1 04/16] nfsd: create a dedicated slabcache for DRC entries
` [PATCH v1 05/16] nfsd: add alloc and free functions "
` [PATCH v1 06/16] nfsd: remove redundant test from nfsd_reply_cache_free
` [PATCH v1 07/16] nfsd: clean up and clarify the cache expiration code
` [PATCH v1 08/16] nfsd: break out hashtable search into separate function
` [PATCH v1 09/16] nfsd: always move DRC entries to the end of LRU list when updating timestamp
` [PATCH v1 10/16] nfsd: dynamically allocate DRC entries
` [PATCH v1 11/16] nfsd: remove the cache_disabled flag
` [PATCH v1 12/16] nfsd: when updating an entry with RC_NOCACHE, just free it
` [PATCH v1 13/16] nfsd: add recurring workqueue job to clean the cache
` [PATCH v1 14/16] nfsd: track the number of DRC entries in "
` [PATCH v1 15/16] nfsd: register a shrinker for DRC cache entries
` [PATCH v1 16/16] nfsd: keep a checksum of the first 256 bytes of request
[PATCH v2 0/4] nfsd: make is works in a container
2013-02-01 12:56 UTC (5+ messages)
` [PATCH 1/4] nfsd: containerize NFSd filesystem
` [PATCH 2/4] nfsd: use proper net while reading "exports" file
` [PATCH 3/4] nfsd: disable usermode helper client tracker in container
` [PATCH 4/4] nfsd: enable NFSv4 state in containers
[PATCH 0/2] NFSD: fix races in service per-net resources allocation
2013-02-01 11:28 UTC (3+ messages)
` [PATCH 1/2] per-cpu semaphores: export symbols to modules
` [PATCH 2/2] SUNRPC: protect transport processing with per-cpu rw semaphore
[PATCH 11/14] nfs: idr_destroy() no longer needs idr_remove_all()
2013-02-01 0:08 UTC (4+ messages)
v3 client processes hung in rpc_wait_bit_killable
2013-01-31 22:58 UTC
[GIT PULL] Please pull NFS client fixes
2013-01-31 19:47 UTC
Cannot see contents of files over NFS share
2013-01-31 18:02 UTC (5+ messages)
[PATCH v2 0/9] Dynamically load GSS pseudoflavors by OID
2013-01-31 15:05 UTC (13+ messages)
` [PATCH v2 1/9] SUNRPC: Missing module alias for auth_rpcgss.ko
` [PATCH v2 2/9] NFS: Remove unneeded forward declaration
` [PATCH v2 3/9] SUNRPC: Define rpcsec_gss_info structure
` [PATCH v2 4/9] SUNRPC: Introduce rpcauth_get_pseudoflavor()
` [PATCH v2 5/9] SUNRPC: Load GSS kernel module by OID
` [PATCH v2 6/9] SUNRPC: Consider qop when looking up pseudoflavors
` [PATCH v2 8/9] SUNRPC: Make gss_mech_get() static
` [PATCH v2 9/9] SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch
Corrupted RPC_GSS_PROC_DESTROY packets coming from Linux servers
2013-01-30 23:19 UTC (3+ messages)
[PATCH v2 1/8] locks: make flock_lock_file take is_conflict callback parm
2013-01-30 22:16 UTC (5+ messages)
` [PATCH v2 3/8] vfs: Add O_DENYREAD/WRITE flags support for open syscall
` [PATCH v2 4/8] CIFS: Add O_DENY* open flags support
[PATCH v2 0/8] Add O_DENY* support for VFS and CIFS/NFS
2013-01-30 22:11 UTC (2+ messages)
Kernel message when no support for NFSv4 compiled into it
2013-01-30 21:31 UTC (5+ messages)
[PATCH] SUNRPC: Pin GSS module while handling flavor lookups
2013-01-30 20:59 UTC (6+ messages)
[RFC PATCH] SUNRPC: protect transport processing with rw sem
2013-01-30 14:23 UTC (4+ messages)
[PATCH 1/2] nfsd: Fix memleak
2013-01-29 22:29 UTC (2+ messages)
[PATCH 2/2] nfsd: Fix memleak
2013-01-29 22:29 UTC (2+ messages)
[PATCH 1 0/5] Dynamically load security flavors by OID
2013-01-29 19:40 UTC (7+ messages)
` [PATCH 1 1/5] NFS: Remove unneeded forward declaration
` [PATCH 1 2/5] SUNRPC: Define rpcsec_gss_info structure
` [PATCH 1 3/5] SUNRPC: Introduce rpcauth_lookup_gss_pseudoflavor()
` [PATCH 1 4/5] SUNRPC: Find kernel module by OID
` [PATCH 1 5/5] SUNRPC: Consider qop when looking up pseudoflavors
[PATCH] nfsd: Check the nfsd support version when enable or disable the minorversion
2013-01-29 18:13 UTC (4+ messages)
[PATCH V6 21/30] nfs: add support for read_iter, write_iter
2013-01-29 16:23 UTC (2+ messages)
` [PATCH V6 22/30] nfs: simplify swap
[PATCH 0/2] Fix two memleak
2013-01-29 5:16 UTC
[PATCH 15/19] sunrpc: don't warn for unused variable 'buf'
2013-01-28 23:18 UTC (7+ messages)
sunrpc: socket buffer size tuneable
2013-01-25 23:00 UTC (22+ messages)
(no subject)
2013-01-25 20:02 UTC
Connectathon 2013 talks
2013-01-25 16:00 UTC
Fatal crash with NFS, AIO & tcp retransmit
2013-01-25 13:45 UTC (19+ messages)
draft server xdr rewrite
2013-01-24 20:45 UTC (8+ messages)
` [PATCH 5/7] nfsd4: rewrite xdr encoding of attributes
Comments on the bind-to-local IP patch series I posted?
2013-01-24 19:26 UTC (3+ messages)
Hung tasks related to do_filp_open in net-next (3.8.0-rc3+)
2013-01-24 18:42 UTC (2+ messages)
(no subject)
2013-01-24 17:40 UTC
[nfs-ganesha] Fix FATAL ERROR when FS_specific attribute is missing or empty in VFS config (#8)
2013-01-24 15:22 UTC
[LSF/MM TOPIC] [ATTEND] New API's for better exporting of FSs from user-mode daemons, like readdirplus and more
2013-01-24 13:35 UTC
[PATCH 00/14] lNFS: 3.8-rc3 release
2013-01-24 4:29 UTC (14+ messages)
` [PATCH 01/14] Security: Add hook to calculate context based on a negative dentry
` [PATCH 03/14] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data
` [PATCH 04/14] SELinux: Add new labeling type native labels
` [PATCH 05/14] KConfig: Add KConfig entries for Labeled NFS
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;
as well as URLs for NNTP newsgroup(s).