linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-01-26 16:34:18 to 2011-02-08 18:42:17 UTC [more...]

[PATCH v3, RESEND 00/16] make rpc_pipefs be mountable multiple time
 2011-02-08 18:42 UTC  (17+ messages)
` [PATCH v3, RESEND 01/16] sunrpc: mount rpc_pipefs on initialization
` [PATCH v3, RESEND 02/16] sunrpc: introduce init_rpc_pipefs
` [PATCH v3, RESEND 03/16] sunrpc: push init_rpc_pipefs up to rpc_create() callers
` [PATCH v3, RESEND 04/16] sunrpc: tag svc_serv with rpc_pipefs mount point
` [PATCH v3, RESEND 05/16] sunrpc: get rpc_pipefs mount point for svc_serv from callers
` [PATCH v3, RESEND 06/16] lockd: get rpc_pipefs mount point "
` [PATCH v3, RESEND 07/16] sunrpc: get rpc_pipefs mount point for rpcb_create[_local] "
` [PATCH v3, RESEND 08/16] sunrpc: tag pipefs field of cache_detail with rpc_pipefs mount point
` [PATCH v3, RESEND 09/16] sunrpc: introduce rpc_pipefs_add_destroy_cb()
` [PATCH v3, RESEND 10/16] nfs: per-rpc_pipefs dns cache
` [PATCH v3, RESEND 11/16] Export iterate_mounts symbol to be able to use from sunrpc module
` [PATCH v3, RESEND 12/16] sunrpc: introduce get_rpc_pipefs()
` [PATCH v3, RESEND 13/16] nfs: introduce mount option 'rpcmount'
` [PATCH v3, RESEND 14/16] sunrpc: make rpc_pipefs be mountable multiple times
` [PATCH v3, RESEND 15/16] sunrpc: remove global init_rpc_pipefs
` [PATCH v3, RESEND 16/16] Rework get_rpc_pipefs() and introduce put_rpc_pipefs()

NFSv4 memory allocation bug?
 2011-02-08 18:07 UTC  (8+ messages)

mount.nfs libmount support
 2011-02-08 16:08 UTC  (6+ messages)
` [PATCH 1/2] mount: move generic functions to utils.c and network.c
` [PATCH 2/2] mount: add --enable-libmount-mount

[PATCH] cthon: remove extraneous files
 2011-02-08 16:07 UTC  (2+ messages)

[PATCH 29/29] SQUASHME pnfs-submit wave3 fix nfs4_ds_connect bug
 2011-02-05  5:59 UTC 

Debugging mount failure with netgroup
 2011-02-07 23:21 UTC  (7+ messages)

Patched up cthon source?
 2011-02-07 22:00 UTC  (7+ messages)

hung task in iozone test on nfs client
 2011-02-07 20:41 UTC  (3+ messages)

[PATCH 0/40] Wave3: For pNFS team review, not for kernel submission
 2011-02-07 17:42 UTC  (51+ messages)
` [PATCH 01/40] pnfs-submit: wave3: lseg refcounting
  ` [PATCH 02/40] pnfs_submit: add data server session to nfs4_setup_sequence
    ` [PATCH 03/40] pnfs_submit: update nfs4_async_handle_error for data server
      ` [PATCH 04/40] pnfs_submit: update state renewal for data servers
        ` [PATCH 05/40] pnfs_submit: wave3 pageio-helpers
          ` [PATCH 06/40] pnfs_submit: wave3 associate layout segment with nfs_page
            ` [PATCH 07/40] pnfs_submit: filelayout policy operations
              ` [PATCH 08/40] pnfs_submit: filelayout i/o helpers
                ` [PATCH 09/40] pnfs_submit: wave3 generic read
                  ` [PATCH 10/40] pnfs_submit: filelayout read
                    ` [PATCH 11/40] pnfs_submit: increase NFS_MAX_FILE_IO_SIZE
                      ` [PATCH 12/40] pnfs_submit: enforce requested DS only pNFS role
                        ` [PATCH 13/40] REVERT pnfs_submit-add-data-server-session-to-nfs4_setup_s.patch
                          ` [PATCH 14/40] REVERT: pnfs_submit: update nfs4_async_handle_error for data server
                            ` [PATCH 15/40] REVERT pnfs_submit: increase NFS_MAX_FILE_IO_SIZE
                              ` [PATCH 16/40] REVERT pnfs_submit: enforce requested DS only pNFS role
                                ` [PATCH 17/40] SQUASHME pnfs-submit wave3 remove is_ds_only_session
                                  ` [PATCH 18/40] SQUASHME pnfs-submit: wave3 make pnfs_initiate_read static
                                    ` [PATCH 19/40] SQUASHME pnfs-submit wave3 filelayout read pagelist cleanup
                                      ` [PATCH 20/40] SQUASHME pnfs-submit wave3 remove nr_pages from read_pagelist
                                        ` [PATCH 21/40] SQUASHME pnfs-submit wave3 add comment to nfs4_fl_prepare_ds_fh
                                          ` [PATCH 22/40] SQUASHME pnfs-submit wave3 move BUG outside of switch
                                            ` [PATCH 23/40] SQUASHME pnfs-submit wave3 new function for ds expired lease
                                              ` [PATCH 24/40] NFS move nfs_client initialization into nfs_get_client
                                                ` [PATCH 25/40] pnfs-submit: wave3 refactor dataserver client setup
                                                  ` [PATCH 26/40] pnfs-submit: wave3 refactor data server session initialization
                                                    ` [PATCH 27/40] pnfs_submit: wave3 rename nfs4_pnfs_ds_create
                                                      ` [PATCH 28/40] pnfs-submit: wave3 turn off pNFS on ds connection failure
                                                        ` [PATCH 29/40] pnfs-submit: wave3 rewrite read lseg refcounting
                                                          ` [PATCH 30/40] pnfs-submit: wave3 let LAYOUTGET distinguish between read and write calls
                                                            ` [PATCH 31/40] pnfs_submit wave3 remove struct pnfs_fl_call_data
                                                              ` [PATCH 32/40] pnfs_submit: wave3 get rid of pnfs_call_data
                                                                ` [PATCH 33/40] pnfs-submit wave3 remove CONFIG_NFS_V4 and V4_1 from nfs_read_data
                                                                  ` [PATCH 34/40] pnfs-submit wave3 don't use nfs_read_prepare for DS
                                                                    ` [PATCH 35/40] pnfs_submit wave3 filelayout_read_prepare
                                                                      ` [PATCH 36/40] pnfs-submit wave3 filelayout read done
                                                                        ` [PATCH 37/40] pnfs-submit wave3 send zero stateid seqid on v4.1 i/o
                                                                          ` [PATCH 38/40] pnfs-submit wave3 new flag for state renewal check
                                                                            ` [PATCH 39/40] pnfs-submit wave3 new flag for lease time check
                                                                              ` [PATCH 40/40] pnfs-submit wave3 add MDS mount DS only check

clients cannot reconnect to mounted nfs shares after server restart
 2011-02-06 20:47 UTC  (4+ messages)

persistent, quasi-random -ESTALE at mount time
 2011-02-06 19:31 UTC  (10+ messages)

[PATCH] nfs: add kmalloc return value check in decode_and_add_ds
 2011-02-05 23:13 UTC 

[LSF/MM TOPIC] Unified keys for NFS, CIFS and AFS for security data
 2011-02-05 15:55 UTC  (3+ messages)

Updated the pNFS Developmental Repository
 2011-02-04 14:47 UTC 

[PATCH] Ensure user-supplied string null terminated before kstrdup()
 2011-02-04  4:21 UTC  (4+ messages)

[PATCH] cleanup: factor out cut-and-paste code in options parsing
 2011-02-04  3:30 UTC 

[PATCH] Cleanup: move some NFSv4-only code/data under CONFIG_NFS_V4
 2011-02-04  2:45 UTC  (2+ messages)

[PATCH] Fix size argument to memset call in nfsacl_encode
 2011-02-04  0:37 UTC  (8+ messages)

pnfs git tree status pnfs-all-2.6.38-rc2-2011-01-27
 2011-02-03 20:31 UTC  (2+ messages)
` pnfs git tree status pnfs-all-2.6.38-rc3-2011-02-03

Client hangs in __mutex_lock_slowpath, network connection maxed out
 2011-02-03 20:17 UTC  (4+ messages)

[PATCH 0/3] pnfs: fix pnfs lock inversion, try 2
 2011-02-03 18:28 UTC  (4+ messages)
` [PATCH 1/3] pnfs: avoid incorrect use of layout stateid
` [PATCH 2/3] pnfs: do not need to clear NFS_LAYOUT_BULK_RECALL flag
` [PATCH 3/3] pnfs: fix pnfs lock inversion of i_lock and cl_lock

[PATCH 0/3]: pnfs: fix pnfs lock inversion
 2011-02-03  8:58 UTC  (15+ messages)
` [PATCH 1/3] pnfs: avoid incorrect use of layout stateid
` [PATCH 2/3] pnfs: do not need to clear NFS_LAYOUT_BULK_RECALL flag
` [PATCH 3/3] pnfs: fix pnfs lock inversion of i_lock and cl_lock

Linux pNFS status meeting 02/03/11
 2011-02-03  4:04 UTC 

[PATCH] NFSD: memory corruption due to writing beyond the stat array
 2011-02-02 18:19 UTC  (2+ messages)

[PATCH] adjust suspicious memset in nfsacl_encode()
 2011-02-02  6:14 UTC 

[PATCH] (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid
 2011-02-01 14:54 UTC  (2+ messages)

sync hangs - 2.6.35.10
 2011-02-01 12:14 UTC  (2+ messages)

Connectathon 2011, hotel deadline approaching
 2011-02-01  0:45 UTC 

[GIT PULL] please pull NFS client bugfixes for 2.6.38-rc2
 2011-01-31 23:20 UTC 

[PATCH] NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount
 2011-01-31 22:19 UTC 

Testing sm-notify
 2011-01-31 15:43 UTC  (2+ messages)

NFS: server error: fileid changed
 2011-01-31 15:40 UTC  (8+ messages)

[RFC - CFP] Linux Storage and Filesystems Workshop (April 4-5)
 2011-01-31 15:30 UTC 

[PATCH 1/2] layout-sim: bump seqid on CB_LAYOUTRECALL re-issue
 2011-01-31 14:03 UTC  (2+ messages)
` [nfsv4] [PATCH 2/2] layout-sim: allow non-conflicting LAYOUTGETs while in layout recall

2.6.38-rc2 + pnfs kernel crash
 2011-01-31 11:38 UTC 

Updated the pNFS Developmental Repository
 2011-01-28 21:22 UTC 

[PATCH 0/2] Fix Cthon basic test 6 failure
 2011-01-28 19:09 UTC  (8+ messages)
` [PATCH 1/2] NFS: Micro-optimize nfs4_decode_dirent()
` [PATCH 2/2] NFS: NFSv4 readdir loses entries

STMMAC driver: NFS Problem on 2.6.37
 2011-01-28 16:58 UTC  (8+ messages)

[PATCH 0/3] Connectathon: Remove warning from general tests
 2011-01-28  2:11 UTC  (5+ messages)
` [PATCH 1/3] Make the stat command ignore lines that it is not looking for
` [PATCH 2/3] Make the tbl table smaller to avoid a warning about line width
` [PATCH 3/3] cthon04: add "nowarn" option to nroff.in tables

pnfs git tree status pnfs-all-2.6.37-rc1-2010-11-03
 2011-01-27 20:37 UTC  (4+ messages)
` pnfs git tree status pnfs-all-2.6.37-rc1-2010-11-15
  ` pnfs git tree status pnfs-all-2.6.37-rc3-2010-11-23
    ` pnfs git tree status pnfs-all-2.6.37-2011-01-06

[PATCH 1/1] SQUASHME: pnfs: call pnfs_choose_layoutget_stateid under the inode lock
 2011-01-27 20:36 UTC 

2.6.38-rc2 NFS client lockdep splat
 2011-01-27 20:00 UTC  (2+ messages)

Cthon basic test 6 fails over NFS v4
 2011-01-27 19:32 UTC 

Fwd: [PATCH] layout-sim: layout recall callback (forgetful client)
 2011-01-27 16:49 UTC 

[PATCH] NFS: debug prints fixed and optimized
 2011-01-27 14:38 UTC 

kernel BUG while mv files onto an nfs mount with Linus' linux-2.6 git tree
 2011-01-27 14:11 UTC  (2+ messages)

2.6.38-rc2... NFS sillyrename is broken
 2011-01-27  1:25 UTC  (9+ messages)

[PATCH] Fixed segfault in rpc.mountd
 2011-01-26 16:34 UTC  (4+ 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).