Linux NFS development
 help / color / mirror / Atom feed
 messages from 2012-06-21 21:51:33 to 2012-07-03 13:05:37 UTC [more...]

[PATCH v2] NFSd: simplify locking in nfsd_recall_delegations()
 2012-07-03 13:02 UTC 

[PATCH v3] NFSd: fix locking in nfsd_forget_delegations()
 2012-07-03 13:01 UTC 

[PATCH v3] SUNRPC: protect service sockets lists during per-net shutdown
 2012-07-03 12:58 UTC 

[PATCH v3] NFSd: set nfsd_serv to NULL after service destruction
 2012-07-03 12:46 UTC 

Kernel NFSd CPU hog?
 2012-07-03 12:35 UTC  (3+ messages)

rpciod process is blocked in nfs_release_page waiting for nfs_commit_inode to complete
 2012-07-03 11:20 UTC  (23+ messages)
                    ` [RFC PATCH] nfs: do non-blocking commit in releasepage if we're attempting to reconnect the socket
                        ` [RFC PATCH v2] nfs: skip commit in releasepage if we're freeing memory for fs-related reasons

[PATCH 00/12] Swap-over-NFS without deadlocking V8
 2012-07-03  8:58 UTC  (17+ 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

Linux NFSv4 client uses returned delegation in subsequent READ resulting in hang (BAD_STATEID)
 2012-07-02 21:59 UTC  (10+ messages)

Modifying IP&mac address
 2012-07-02 19:45 UTC 

RPC rpcinfo command PATCH
 2012-07-02 14:43 UTC  (2+ messages)

Possible bug in NFSv4 server regarding to looking for right path for clients to mount
 2012-07-02  6:11 UTC 

Possible bug in NFSv4 server regarding to looking for right path for clients to mount
 2012-07-02  5:36 UTC 

BUG: No init found on NFSROOT
 2012-07-02  5:22 UTC  (8+ messages)
    ` linux-next BUG: held lock freed!

[PATCH 2/2] fs/dcache: allow __d_obtain_alias() to return unhashed dentries
 2012-07-01 23:15 UTC  (14+ messages)
    ` [PATCH] "

[PATCH 0/1] SUNRPC handle EKEYEXPIRED in call_refreshresult
 2012-06-30 11:00 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] nfs-util: Update exportfs flush option list in usage message
 2012-06-30  6:23 UTC 

[PATCH v3 00/17] vfs: add the ability to retry on ESTALE to several syscalls
 2012-06-29 18:58 UTC  (18+ messages)
` [PATCH v3 01/17] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v3 02/17] vfs: add a kern_path_at function
` [PATCH v3 03/17] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v3 04/17] vfs: fix readlinkat to retry on ESTALE
` [PATCH v3 05/17] vfs: remove user_path_at_empty
` [PATCH v3 06/17] vfs: turn "empty" arg in getname_flags into a bool
` [PATCH v3 07/17] vfs: add new "reval" argument to kern_path_create
` [PATCH v3 08/17] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v3 09/17] vfs: fix mkdir "
` [PATCH v3 10/17] vfs: fix symlinkat "
` [PATCH v3 11/17] vfs: fix linkat "
` [PATCH v3 12/17] vfs: make rmdir "
` [PATCH v3 13/17] vfs: make do_unlinkat "
` [PATCH v3 14/17] vfs: fix renameat to "
` [PATCH v3 15/17] vfs: remove user_path_parent
` [PATCH v3 16/17] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v3 17/17] vfs: have faccessat "

nfs root problem in linux-next
 2012-06-29 14:53 UTC  (6+ messages)

[PATCH 00/12] Swap-over-NFS without deadlocking V7
 2012-06-28 12:49 UTC  (16+ 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 

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 

[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  (9+ messages)

[RFC PATCH] nfs: Add NFS3PROC_UMOUNT procedure
 2012-06-26 11:57 UTC  (13+ 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  (7+ messages)
` [PATCH 1/3] SUNRPC: new svc_bind() routine introduced

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox