Linux NFS development
 help / color / mirror / Atom feed
 messages from 2012-10-08 20:24:58 to 2012-10-17 01:36:49 UTC [more...]

[Bug fix] nfs-client: fix nfs_inode_attrs_need_update for async read_done comes during truncating to smaller size
 2012-10-17  1:37 UTC  (12+ messages)

[PATCH 00/12] Implement NFSv4 delegations, take 5
 2012-10-16 22:01 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

Testing XDR code for nits
 2012-10-16 19:21 UTC  (5+ messages)

[nfs:testing 6/19] fs/nfs/callback.c:239:3: error: 'ret' undeclared
 2012-10-16 17:27 UTC  (2+ messages)

[PATCH] nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts
 2012-10-16 17:22 UTC 

[PATCH 01/25] SUNRPC: remove BUG_ON in __rpc_clnt_handle_event
 2012-10-16 16:30 UTC  (25+ messages)
` [PATCH 02/25] SUNRPC: remove BUG_ON from rpc_bind_new_program
` [PATCH 03/25] SUNRPC: remove BUG_ON() from rpc_run_bc_task
` [PATCH 04/25] SUNRPC: remove BUG_ON() from call_transmit()
` [PATCH 05/25] SUNRPC: remove BUG_ON() from rpc_call_sync()
` [PATCH 06/25] SUNRPC: remove BUG_ON() from call_bc_transmit()
` [PATCH 07/25] "
` [PATCH 08/25] SUNRPC: remove BUG_ON() from rpc_sleep_on*()
` [PATCH 09/25] SUNRPC: remove two BUG_ON() asserts
` [PATCH 10/25] SUNRPC: remove BUG_ON() from xprt_destroy_backchannel
` [PATCH 11/25] SUNRPC: remove BUG_ON() from bc_send()
` [PATCH 12/25] SUNRPC: remove BUG_ON() calls from cache_read()
` [PATCH 13/25] SUNRPC: remove BUG_ON() in rpc_put_sb_net()
` [PATCH 14/25] SUNRPC: remove BUG_ON() from svc_pool_map_set_cpumask()
` [PATCH 15/25] SUNRPC: remove BUG_ON()s from *_reclassify_socket*
` [PATCH 16/25] SUNRPC: remove BUG_ON() in svc_xprt_received()
` [PATCH 17/25] SUNRPC: remove BUG_ON()s checking RPCSVC_MAXPAGES
` [PATCH 18/25] SUNRPC: remove BUG_ON() in xdr_shrink_bufhead()
` [PATCH 19/25] SUNRPC: remove BUG_ON() from bc_malloc()
` [PATCH 20/25] SUNRPC: remove BUG_ON() from encode_rpcb_string()
` [PATCH 21/25] SUNRPC: remove BUG_ON() in svc_register()
` [PATCH 22/25] SUNRPC: remove BUG_ON() from __rpc_sleep_on_priority()
` [PATCH 23/25] SUNRPC: remove BUG_ON()s checking RPC_IS_QUEUED()
` [PATCH 24/25] SUNRPC: remove BUG_ON() in svc_delete_xprt()
` [PATCH 25/25] SUNRPC: remove BUG_ON() in rpc_release_task()

3.7-rc1 NFSv3/sec=krb5 mkdir failure
 2012-10-16 12:58 UTC 

kernel BUG at /build/buildd/linux-3.2.0/fs/lockd/clntxdr.c:226!
 2012-10-16 11:17 UTC  (8+ messages)

[PATCH 0/8] Junctions should inherit parent's export options
 2012-10-16  0:36 UTC  (12+ messages)
` [PATCH 1/8] mountd: Warn when a broken junction is encountered
` [PATCH 2/8] mountd: Use static buffer when constructing junction export options
` [PATCH 3/8] mountd: Set e_fslocdata field directly
` [PATCH 4/8] mountd: Add lookup_export_parent()
` [PATCH 5/8] mountd: Junctions inherit parent export's options
` [PATCH 6/8] mountd: Add exportent_release()
` [PATCH 7/8] mountd: Dynamically allocate exportent that represents junctions
` [PATCH 8/8] mountd: Simplify "no junction support" case

[PATCH 01/13] NFS: Get rid of unnecessary asserts
 2012-10-15 21:31 UTC  (15+ messages)
` [PATCH 1/2] NFSv4.1: Do not call pnfs_return_layout() from an rpciod context
  ` [PATCH 02/13] NFS: Remove asserts from the NFS XDR code
    ` [PATCH 2/2] NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()
      ` [PATCH 03/13] NFSv4: Remove the BUG_ON() from nfs4_get_lease_time_prepare()
        ` [PATCH 04/13] NFSv4.1: Remove unused function last_byte_offset
          ` [PATCH 05/13] NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code
            ` [PATCH 06/13] NFS: Remove BUG_ON() calls from the generic writeback code
              ` [PATCH 07/13] NFSv4: Get rid of unnecessary BUG_ON()s
                ` [PATCH 08/13] NFS: Remove BUG_ON()s in the fs/nfs/inode.c
                  ` [PATCH 09/13] NFS: Remove the BUG_ON() in the mount code
                    ` [PATCH 10/13] lockd: Remove unnecessary BUG_ON()s in the xdr client code
                      ` [PATCH 11/13] lockd: Remove trivial BUG_ON()s from the NSM code
                        ` [PATCH 12/13] lockd: Remove BUG_ON()s in fs/lockd/host.c
                          ` [PATCH 13/13] lockd: Remove BUG_ON()s from fs/lockd/clntproc.c

[PATCH] nfs-utils: Backgrounding mount broken with NFS versions <4
 2012-10-15 20:10 UTC  (8+ messages)

[PATCH] mount.nfs mapage: clear up confusion between 'proto' and 'transport'
 2012-10-15 20:34 UTC  (2+ messages)

Problem with rpcbind
 2012-10-15 20:28 UTC  (8+ messages)

[PATCH] utils: Return status 0 on clean exits
 2012-10-15 20:14 UTC  (2+ messages)

kernel BUG at /build/buildd/linux-3.2.0/fs/lockd/clntxdr.c:226!
 2012-10-15 18:20 UTC  (34+ messages)

nfsv4 monitoring tool
 2012-10-15 17:43 UTC  (2+ messages)

Should "mount -o proto=udp" be usable against an IPv6 only server?
 2012-10-15 17:13 UTC  (7+ messages)

exportfs crash with long path
 2012-10-15 17:13 UTC  (3+ messages)

(no subject)
 2012-10-14 10:18 UTC 

Long-standing NFSv3 UDP client performance problem, probably due to RPC?
 2012-10-12 23:32 UTC  (5+ messages)

please pull nfsd changes for 3.7
 2012-10-12 16:21 UTC 

[3.2.5] NFSv3 CLOSE_WAIT hang
 2012-10-12  8:15 UTC  (9+ messages)

[PATCH 1/2] NFSv4.1: Do not call pnfs_return_layout() from an rpciod context
 2012-10-11 20:40 UTC  (2+ messages)
` [PATCH 2/2] NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()

[PATCH] NFSv4.1: Kill nfs4_ds_disconnect()
 2012-10-11 18:19 UTC  (3+ messages)

Problem with NFSv4 (server: NetApp-Filer, client openSUSE-11.4, 12.1 and 12.2)
 2012-10-11 14:20 UTC  (9+ messages)

[PATCH 0/1] NFSv4.1: pNFS has no business touching the slot table waitq
 2012-10-10 19:43 UTC  (4+ messages)
` [PATCH 1/1] NFSv4.1 do not wake up all tasks on data server reset to MDS

[PATCH-Resend] NFS41: layoutget optimize and pnfsblock cleanup
 2012-10-10 18:47 UTC  (7+ messages)

[GIT PULL] Please pull NFS client updates for 3.7
 2012-10-10 14:37 UTC 

[PATCH v3] SUNRPC: set desired file system root before connecting local transports
 2012-10-10 10:32 UTC  (11+ messages)

[GIT PULL] Disintegrate UAPI for nfs
 2012-10-09 22:41 UTC  (3+ messages)

PROBLEM: 3.6.0 kernel BUG at fs/dcache.c:967 during shutdown / restart
 2012-10-09  8:05 UTC  (2+ messages)

Inconsistency when mounting a directory that 'world' cannot access
 2012-10-09  0:33 UTC  (17+ messages)

[PATCH 1/4] NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close code
 2012-10-08 21:25 UTC  (8+ messages)
` [PATCH 2/4] NFSv4.1: Ensure that the layout sequence id stays 'close' to the current
  ` [PATCH 3/4] NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()
    ` [PATCH 4/4] NFSv4.1: pNFS has no business touching the slot table wait queue


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