messages from 2012-06-18 09:04:59 to 2012-06-28 12:37:39 UTC [more...]
[PATCH 00/12] Swap-over-NFS without deadlocking V7
2012-06-28 12:37 UTC (15+ messages)
` [PATCH 01/12] netvm: Prevent a stream-specific deadlock
` [PATCH 02/12] selinux: tag avc cache alloc as non-critical
` [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcache pages
` [PATCH 04/12] mm: Add support for a filesystem to activate swap files and use direct_IO for writing swap pages
` [PATCH 05/12] mm: swap: Implement generic handler for swap_activate
` [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O
` [PATCH 07/12] mm: Add support for direct_IO to highmem pages
` [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 09/12] nfs: disable data cache revalidation for swapfiles
` [PATCH 10/12] nfs: enable swap on NFS
` [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS
` [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage
[Bug -next] No files or directories under NFS mount point
2012-06-28 7:32 UTC
(no subject)
2012-06-27 20:55 UTC
rpciod process is blocked in nfs_release_page waiting for nfs_commit_inode to complete
2012-06-27 20:46 UTC (12+ messages)
[PATCH 0/1] SUNRPC handle EKEYEXPIRED in call_refreshresult
2012-06-27 20:05 UTC (2+ messages)
` [PATCH 1/1] "
rpcauth_lookup_credcache() lock contentions
2012-06-27 18:36 UTC (7+ messages)
nfsutils compile failure (NSM_DEFAULT_STATEDIR)
2012-06-27 18:02 UTC (2+ messages)
Kernel 2.4.3 NFS problem in combo with xfs allocsize
2012-06-27 13:22 UTC
BUG: No init found on NFSROOT
2012-06-27 12:23 UTC (3+ messages)
[RFC PATCH] nfs: Support posix_fadvise(POSIX_FADV_RANDOM) on nfs server
2012-06-27 0:39 UTC (10+ messages)
[PATCH] NFS: Check if rpcauth_create() returns an error code
2012-06-26 22:02 UTC (6+ messages)
[PATCH] NFS: Handle authentication errors correctly during lease reclaim
2012-06-26 15:13 UTC (6+ messages)
LAYOUTCOMMIT/LAYOUTRETURN
2012-06-26 13:21 UTC (6+ messages)
BUG in __key_instantiate_and_link(): unable to handle kernel paging request at 0000632e6472616f
2012-06-26 12:42 UTC (10+ messages)
[RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure
2012-06-26 11:57 UTC (13+ messages)
nfs root problem in linux-next
2012-06-26 3:17 UTC (3+ messages)
lockd/PF_INET6 question
2012-06-25 22:52 UTC
rpcauth_create() returns ERR_PTR
2012-06-25 21:56 UTC (3+ messages)
3.4.z nfsd backports
2012-06-25 20:44 UTC (12+ messages)
` [PATCH 1/3] SUNRPC: new svc_bind() routine introduced
` [PATCH 2/3] SUNRPC: move per-net operations from svc_destroy()
` [PATCH 3/3] NFS: hard-code init_net for NFS callback transports
` [PATCH 4/3] lockd: hard-code init_net in lockd case as well
[PATCH 1/4] Lockd: pass network namespace to creation and destruction routines
2012-06-25 20:40 UTC (4+ messages)
` [PATCH 2/4] SUNRPC: new svc_bind() routine introduced
` [PATCH 3/4] SUNRPC: move per-net operations from svc_destroy()
` [PATCH 4/4] NFS: hard-code init_net for NFS callback transports
[PATCH] Fix a typo in nfs.h
2012-06-24 18:06 UTC
rpc_pipefs kernel panic kernel 3.4.3
2012-06-23 17:38 UTC (4+ messages)
hi
2012-06-22 17:52 UTC
NFSometer released under GPLv2
2012-06-22 16:31 UTC
Diagnosing and resolving bottleneck with NFS I/O
2012-06-22 14:42 UTC (3+ messages)
[GIT PULL] Please pull bugfixes for the NFS client
2012-06-21 22:58 UTC
[PATCH 1/8] NFSv2/v3: Remove incorrect dprintks from the readdir reply code
2012-06-21 21:51 UTC (8+ messages)
` [PATCH 2/8] SUNRPC: Don't decode beyond the end of the RPC reply message
` [PATCH 3/8] SUNRPC: xdr_read_pages should return the amount of XDR encoded page data
` [PATCH 4/8] NFS: Let xdr_read_pages() check for buffer overflows
` [PATCH 5/8] SUNRPC: Add the helper xdr_stream_pos
` [PATCH 6/8] NFSv4: Simplify the GETATTR attribute length calculation
` [PATCH 7/8] NFSv3: Don't open code stream position calculation in decode_getacl3resok
` [PATCH 8/8] SUNRPC: Clean up xdr_read_pages and xdr_enter_page
[PATCH 0/4] Take 2: TEST_STATEID fix-ups
2012-06-21 21:04 UTC (2+ messages)
Object Layout Driver Missing Functionality: FLUSH_STABLE
2012-06-21 16:27 UTC
Linux pNFS status meeting 06/21/12
2012-06-21 15:45 UTC
[patch] nfs client oops when receive a 'read reply Malformed Packet'
2012-06-21 7:34 UTC (4+ messages)
[PATCH 00/10] NFS: Create new RPC operations
2012-06-20 19:53 UTC (11+ messages)
` [PATCH 01/10] NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()
` [PATCH 02/10] NFS: Use nfs4_destroy_server() to clean up NFS v4
` [PATCH 03/10] NFS: Create a v4-specific fsync function
` [PATCH 04/10] NFS: Create a have_delegation rpc_op
` [PATCH 05/10] NFS: Create a return_delegation rpc op
` [PATCH 06/10] NFS: Create a free_client rpc_op
` [PATCH 07/10] NFS: Create an alloc_client rpc_op
` [PATCH 08/10] NFS: Create an read_pageio_init() function
` [PATCH 09/10] NFS: Create an write_pageio_init() function
` [PATCH 10/10] NFS: Create custom NFS v4 write_inode() function
[PATCH Version 2 0/4] NFSv4.1 enable fencing of file layout data servers
2012-06-20 19:03 UTC (5+ messages)
` [PATCH Version 2 1/4] NFSv4.1 return the LAYOUT for each file with failed DS connection I/O
` [PATCH Version 2 2/4] NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDS
` [PATCH Version 2 3/4] NFSv4.1 mark layout when already returned
` [PATCH Version 2 4/4] NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs list
[PATCH 00/12] Swap-over-NFS without deadlocking V6
2012-06-20 17:47 UTC (26+ messages)
` [PATCH 01/12] netvm: Prevent a stream-specific deadlock
` [PATCH 02/12] selinux: tag avc cache alloc as non-critical
` [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcache pages
` [PATCH 04/12] mm: Add support for a filesystem to activate swap files and use direct_IO for writing swap pages
` [PATCH 05/12] mm: swap: Implement generic handler for swap_activate
` [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O
` [PATCH 07/12] mm: Add support for direct_IO to highmem pages
` [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 09/12] nfs: disable data cache revalidation for swapfiles
` [PATCH 10/12] nfs: enable swap on NFS
` [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS
` [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage
3.0+ NFS issues
2012-06-20 12:52 UTC (10+ messages)
[PATCH 00/12] Swap-over-NFS without deadlocking V6
2012-06-20 9:36 UTC (3+ messages)
` [PATCH 01/12] selinux: tag avc cache alloc as non-critical
` [PATCH 02/12] mm: Methods for teaching filesystems about PG_swapcache pages
Spurious permission denied
2012-06-20 2:16 UTC (4+ messages)
[PATCH 1/2] NFS: Fix a refcounting issue in O_DIRECT
2012-06-19 23:02 UTC (2+ messages)
` [PATCH 2/2] NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)
persistent bad/stale dentry
2012-06-19 22:08 UTC
NFS: kernel forces trailing slash for export in /proc/self/mounts
2012-06-19 19:43 UTC
[PATCH] mount.nfs: try the next address after mount fails with ETIMEDOUT
2012-06-19 14:58 UTC (2+ messages)
[PATCH] Before clearing the capability bounding set, check if we have the cap
2012-06-19 14:53 UTC (2+ messages)
[PATCH] rpcdebug: Add new "state" flag for the nfs module
2012-06-19 14:41 UTC (3+ messages)
` Fwd: "
[PATCH] idmapd.conf.5: Syntax fixes
2012-06-19 14:11 UTC (2+ messages)
NFSv4 and Kerberos problem in svcgssd
2012-06-19 9:04 UTC (3+ messages)
NFSv4 regression, kernel BUG at fs/nfsd/nfs4state.c:1044!
2012-06-19 6:15 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).