linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-06 15:33:25 to 2011-07-15 23:20:19 UTC [more...]

[PATCH 1/2] nfsd4: remember to put RW access on stateid destruction
 2011-07-15 23:20 UTC  (2+ messages)
` [PATCH 2/2] nfsd4: fix file leak on open_downgrade

[PATCH] pnfs: simplify pnfs files module autoloading
 2011-07-15 23:18 UTC 

[PATCH] pnfs: simplify pnfs files module autoloading
 2011-07-15 23:15 UTC 

[PATCH] nfs: document nfsv4 sillyrename issues
 2011-07-15 23:09 UTC 

mounting via udp from legacy multi-homed servers
 2011-07-15 22:55 UTC  (4+ messages)

[PATCH/RFC 0/10] enable SKB paged fragment lifetime visibility
 2011-07-15 22:34 UTC  (16+ messages)
` [PATCH 01/10] mm: Make some struct page's const
` [PATCH 02/10] mm: use const struct page for r/o page-flag accessor methods
` [PATCH 03/10] net: add APIs for manipulating skb page fragments
` [PATCH 04/10] net: convert core to skb paged frag APIs
` [PATCH 05/10] net: convert protocols to SKB "
` [PATCH 06/10] net: convert drivers to paged frag API
` [PATCH 07/10] net: add support for per-paged-fragment destructors
` [PATCH 08/10] net: add paged frag destructor support to kernel_sendpage
` [PATCH 09/10] nfs: use sk fragment destructors to delay I/O completion until page is released by network stack
` [PATCH 10/10] nfs: debugging for nfs destructor

[PATCH] xfs: failure mapping nfs fh to inode should return ESTALE
 2011-07-15 20:33 UTC  (4+ messages)

[PATCH (RESEND) 00/12] Support binding nfs/rpc to local IP address
 2011-07-15 17:56 UTC  (13+ messages)
` [PATCH (RESEND) 01/12] sunrpc: Don't attempt to bind to AF_UNSPEC address
` [PATCH (RESEND) 02/12] nfs: Two AF_UNSPEC addresses should always match each other
` [PATCH (RESEND) 03/12] nfs: Add srcaddr member to nfs_client
` [PATCH (RESEND) 04/12] nfs: Use request destination addr as callback source addr
` [PATCH (RESEND) 05/12] nfs: Pay attention to srcaddr in v4.1 callback logic
` [PATCH (RESEND) 06/12] nfs: Use srcaddr in nfs_match_client
` [PATCH (RESEND) 07/12] nfs: Add srcaddr to /proc/fs/nfsfs/servers
` [PATCH (RESEND) 08/12] nfs: Pass srcaddr into mount request
` [PATCH (RESEND) 09/12] nfs: Propagate src-addr in client code
` [PATCH (RESEND) 10/12] nfs: Bind to srcaddr in rpcb_create
` [PATCH (RESEND) 11/12] nfs: Support srcaddr= to bind to specific IP address
` [PATCH (RESEND) 12/12] lockd: Support binding nlm client to specific address

block layout patches
 2011-07-15 15:22 UTC  (7+ messages)

[PATCH] NFS: fix return value of nfs_pagein_one/nfs_flush_one
 2011-07-15 13:07 UTC  (2+ messages)

Why killing processes that access NFS results in the output directory inaccessible?
 2011-07-15  1:24 UTC 

A problem about pnfs+ext4
 2011-07-14 17:59 UTC  (2+ messages)

krb5 mount with large group membership
 2011-07-14 17:25 UTC  (5+ messages)

[RFC] sunrpc: Fix race between work-queue and rpc_killall_tasks
 2011-07-14 16:20 UTC  (16+ messages)

[PATCH 2/2 v2] nfsd41: check the size of request
 2011-07-14 14:51 UTC  (8+ messages)
      ` [PATCH 2/2 v3] "
          ` [PATCH 2/2 v4] "

krb5 failures with recent nfs-utils
 2011-07-14 13:16 UTC  (3+ messages)

[PATCH 0/6] pnfs block layout updates
 2011-07-14 11:25 UTC  (11+ messages)
` [PATCH 1/6] SQUASHME: pnfs-block: Remove write_begin/end hooks
` [PATCH 2/6] SQUASHME: pnfs-block: skip sectors already initialized
` [PATCH 3/6] SQUASHME: pnfs: teach layoutcommit handle multiple segments
` [PATCH 4/6] get rid of deprecated xdr macros
` [PATCH 5/6] reindent
` [PATCH 6/6] pnfs-block: mark IO error with NFS_LAYOUT_{RW|RO}_FAILED

[PATCH 1/2 v2] nfsd41: error out when client sets maxreq_sz or, maxresp_sz too small
 2011-07-14  6:50 UTC  (5+ messages)
  ` [PATCH 1/2 v3] "
      ` [PATCH 1/2 v4] "

[PATCH v5 0/2] NFSD: add FREE_STATEID and TEST_STATEID operations
 2011-07-13 23:57 UTC  (6+ messages)
` [PATCH v5 2/2] NFSD: Added TEST_STATEID operation
` [PATCH v5 1/2] NFSD: added FREE_STATEID operation

[PATCH] svcgssd: acquire creds for multiple server identities
 2011-07-13 17:35 UTC 

Linux pNFS status meeting 7/14/11
 2011-07-13 17:47 UTC 

multiple service identities for svcgssd
 2011-07-13 17:35 UTC  (3+ messages)

Manpage corrections for nfs-utils 1.2.4
 2011-07-13 17:29 UTC  (2+ messages)

[PATCH] svcgssd: use correct defaults in call to gss_set_allowable_enctypes
 2011-07-13 16:54 UTC 

nfs41 daemon kernel oops
 2011-07-13 14:54 UTC 

[PATCH 0/8] pNFS read/write cleanup
 2011-07-13 14:08 UTC  (12+ messages)
` [PATCH 1/8] NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup
  ` [PATCH 2/8] NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one
    ` [PATCH 3/8] NFS: Cache rpc_ops in struct nfs_pageio_descriptor
      ` [PATCH 4/8] NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request
        ` [PATCH 5/8] NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is needed
          ` [PATCH 6/8] NFS: Move the pnfs read code into pnfs.c
            ` [PATCH 7/8] NFS: Move the pnfs write "
              ` [PATCH 8/8] NFS: Clean up - simplify the switch to read/write-through-MDS

[PATCH v4 0/2] NFSD: add FREE_STATEID and TEST_STATEID operations
 2011-07-13 13:03 UTC  (5+ messages)
` [PATCH v4 1/2] NFSD: added FREE_STATEID operation
` [PATCH v4 2/2] NFSD: Added TEST_STATEID operation

[GIT PULL] Please pull NFS client bugfixes
 2011-07-12 23:30 UTC 

nfs-utils 1.2.4
 2011-07-12 21:22 UTC  (3+ messages)

svcgssd problem against libgssapi_krb5
 2011-07-12 19:02 UTC  (4+ messages)

Fall Bake-A-Thon 2011 ?
 2011-07-12 18:09 UTC  (2+ messages)

[PATCH] SUNRPC: Fix use of static variable in rpcb_getport_async
 2011-07-12 17:27 UTC 

[PATCH] Do not segfault because of kernel version
 2011-07-12 14:42 UTC  (4+ messages)

[PATCH] closing fd associated with /proc/fs/nfsd/export_features
 2011-07-12 14:20 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v2 0/2] NFSD: add FREE_STATEID and TEST_STATEID operations
 2011-07-12 12:42 UTC  (9+ messages)
` [PATCH 2/2] NFSD: Added TEST_STATEID operation

Umount and delegation release thread syncronization
 2011-07-12  3:51 UTC  (2+ messages)

[PATCH 1/2] NFS: Test and Free stateid should take a stateid argument
 2011-07-12  2:31 UTC  (6+ messages)
` [PATCH 2/2] NFS: Send SIGIO on lost locks

[PATCH 1/1] NFSv4.1: update nfs4_fattr_bitmap_maxsz
 2011-07-11 21:17 UTC 

[PATCH 1/1] NFSv4.1: handle decoding of three attribute bitmaps
 2011-07-11 20:59 UTC  (5+ messages)

kernel BUG at linux-2.6.37/fs/nfsd/nfs4state.c:391
 2011-07-09 16:04 UTC  (3+ messages)

[PATCH] NFS41: Drop lseg ref before fallthru to MDS
 2011-07-09 14:10 UTC  (2+ messages)

[PATCH 0/2] NFSD: Fault injection improvements
 2011-07-08 20:45 UTC  (3+ messages)
` [PATCH 1/2] NFSD: Clean up fault injection file creation
` [PATCH 2/2] NFSD: Pass a number to fault injection code

[PATCH v4 0/2] NFSD: add FREE_STATEID and TEST_STATEID operations
 2011-07-08 20:28 UTC  (3+ messages)
` [PATCH v4 1/2] NFSD: added FREE_STATEID operation
` [PATCH v4 2/2] NFSD: Added TEST_STATEID operation

compile error with 2.6.39.3-rc1 kernel
 2011-07-08 20:00 UTC  (3+ messages)
  ` [stable] "

[PATCH] NFS: Test and Free stateid improvements
 2011-07-08 19:54 UTC 

NFS/TCP timeout sequence
 2011-07-08  6:05 UTC  (8+ messages)

[PATCH v2 00/12] NFS: Support binding to source address
 2011-07-07 21:26 UTC  (2+ messages)

Issue with NFS and LDAP, attribute caching with "Permission denied"
 2011-07-07 15:10 UTC  (2+ messages)

[PATCH] sunrpc: when call_bind fails with -EACCES, don't exit with -EIO
 2011-07-07 14:49 UTC  (3+ messages)

state manager failed on NFSv4 server nfsserver.kehitys.opinsys.fi with error 13
 2011-07-07 14:05 UTC 

[PATCH] FS-Cache: Add a helper to bulk uncache pages on an inode
 2011-07-07 11:19 UTC 

[PATCH] Remove obsolete linux-nfs/ documentation
 2011-07-06 21:37 UTC  (2+ messages)

[RFC][PATCH 2/2] nfsd41: try to check reply size before operation
 2011-07-06 20:19 UTC  (2+ messages)

Linux pNFS status meeting 07/07/11
 2011-07-06 16:34 UTC 

[PATCH] sunrpc: add MODULE_ALIAS to match the filesystem name
 2011-07-06 15:33 UTC  (2+ 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).