linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-20 20:42:58 to 2015-01-25 21:55:22 UTC [more...]

[Patch] sunrpc: NULL utsname dereference on NFS umount during namespace cleanup
 2015-01-25 21:55 UTC  (2+ messages)

[PATCH 1/2] SUNRPC: Adjust rpciod workqueue parameters
 2015-01-25 21:29 UTC  (4+ messages)
` [PATCH 2/2] SUNRPC: Allow waiting on memory allocation

[PATCH 0/5] Parallelise OPEN/OPEN_DOWNGRADE/CLOSE in NFSv4.x (x>0)
 2015-01-25 15:14 UTC  (11+ messages)
` [PATCH 1/5] NFSv4: Fix an atomicity problem in CLOSE
  ` [PATCH 2/5] NFSv4: More CLOSE/OPEN races
    ` [PATCH 3/5] NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation fails
      ` [PATCH 4/5] NFSv4: Check for NULL argument in nfs_*_seqid() functions
        ` [PATCH 5/5] NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSE

[PATCH] NFSv4: Deal with atomic upgrades of an existing delegation
 2015-01-25  0:21 UTC 

[PATCH] NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_session
 2015-01-25  0:20 UTC 

[PATCH] NFSv4.1: Optimise layout return-on-close
 2015-01-25  0:18 UTC 

[PATCH 0/5] Parallelise LOCK/LOCKU in NFSv4.x (x>0)
 2015-01-25  0:17 UTC  (6+ messages)
` [PATCH 1/5] NFSv4: Fix atomicity problems with lock stateid updates
  ` [PATCH 2/5] NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialised
    ` [PATCH 3/5] NFSv4: Fix lock on-wire reordering issues
      ` [PATCH 4/5] NFSv4: Update of VFS byte range lock must be atomic with the stateid update
        ` [PATCH 5/5] NFSv4.1: Allow parallel LOCK/LOCKU calls

Yet another kernel crash in NFS4 state recovery
 2015-01-24 21:07 UTC  (7+ messages)

[PATCH v5 00/51] Add Flexfile Layout Module
 2015-01-24 18:49 UTC  (2+ messages)

[PATCH v5 00/51] Add Flexfile Layout Module
 2015-01-24 14:33 UTC  (55+ messages)
` [PATCH v5 01/51] pnfs: Prepare for flexfiles by pulling out common code
` [PATCH v5 02/51] pnfs: Do not grab the commit_info lock twice when rescheduling writes
` [PATCH v5 03/51] nfs41: pull data server cache from file layout to generic pnfs
` [PATCH v5 04/51] nfs41: pull decode_ds_addr "
` [PATCH v5 05/51] nfs41: pull nfs4_ds_connect "
` [PATCH v5 06/51] nfs41: allow LD to choose DS connection auth flavor
` [PATCH v5 07/51] nfs41: move file layout macros to generic pnfs
` [PATCH v5 08/51] nfsv3: introduce nfs3_set_ds_client
` [PATCH v5 09/51] nfs41: allow LD to choose DS connection version/minor_version
` [PATCH v5 10/51] nfs41: create NFSv3 DS connection if specified
` [PATCH v5 11/51] pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
` [PATCH v5 12/51] nfs: allow different protocol in nfs_initiate_commit
` [PATCH v5 13/51] nfs4: pass slot table to nfs40_setup_sequence
` [PATCH v5 14/51] nfs4: export nfs4_sequence_done
` [PATCH v5 15/51] nfs: allow to specify cred in nfs_initiate_pgio
` [PATCH v5 16/51] NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done()
` [PATCH v5 17/51] sunrpc: add rpc_count_iostats_idx
` [PATCH v5 18/51] nfs: set hostname when creating nfsv3 ds connection
` [PATCH v5 19/51] nfs/flexclient: export pnfs_layoutcommit_inode
` [PATCH v5 20/51] nfs41: close a small race window when adding new layout to global list
` [PATCH v5 21/51] nfs41: serialize first layoutget of a file
` [PATCH v5 22/51] nfs: save server READ/WRITE/COMMIT status
` [PATCH v5 23/51] nfs41: pass iomode through layoutreturn args
` [PATCH v5 24/51] nfs41: make a helper function to send layoutreturn
` [PATCH v5 25/51] nfs41: add a helper to mark layout for return
` [PATCH v5 26/51] nfs41: don't use a layout if it is marked for returning
` [PATCH v5 27/51] nfs41: send layoutreturn in last put_lseg
` [PATCH v5 28/51] nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send
` [PATCH v5 29/51] nfs/filelayout: use pnfs_error_mark_layout_for_return
` [PATCH v5 30/51] nfs: introduce pg_cleanup op for pgio descriptors
` [PATCH v5 31/51] pnfs: release lseg in pnfs_generic_pg_cleanup
` [PATCH v5 32/51] nfs: handle overlapping reqs in lock_and_join
` [PATCH v5 33/51] nfs: rename pgio header ds_idx to ds_commit_idx
` [PATCH v5 34/51] pnfs: pass ds_commit_idx through the commit path
` [PATCH v5 35/51] nfs: add mirroring support to pgio layer
` [PATCH v5 36/51] nfs: mirroring support for direct io
` [PATCH v5 37/51] pnfs: fail comparison when bucket verifier not set
` [PATCH v5 38/51] nfs41: add a debug warning if we destroy an unempty layout
` [PATCH v5 39/51] nfs: only reset desc->pg_mirror_idx when mirroring is supported
` [PATCH v5 40/51] nfs: add nfs_pgio_current_mirror helper
` [PATCH v5 41/51] pnfs: allow LD to ask to resend read through pnfs
` [PATCH v5 42/51] nfs41: add range to layoutreturn args
` [PATCH v5 43/51] nfs41: allow async version layoutreturn
` [PATCH v5 44/51] nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE
` [PATCH v5 45/51] nfs/flexfiles: send layoutreturn before freeing lseg
` [PATCH v5 46/51] nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags
` [PATCH v5 47/51] nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes
` [PATCH v5 48/51] nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET
` [PATCH v5 49/51] nfs: count DIO good bytes correctly with mirroring
` [PATCH v5 50/51] pnfs/flexfiles: Add the FlexFile Layout Driver
` [PATCH v5 51/51] pnfs: Update documentation on the Layout Drivers
    ` Hi Christoph,

Darlehen Angebot
 2015-01-24  2:11 UTC 

Darlehen Angebot
 2015-01-24  2:11 UTC 

NFSv4.1 backchannel for RDMA
 2015-01-24  1:01 UTC  (4+ messages)

NFSv4.1 backchannel for RDMA
 2015-01-23 22:18 UTC 

xfstest generic/299
 2015-01-23 20:28 UTC  (6+ messages)

[PATCH RESEND] nfs: prevent truncate on active swapfile
 2015-01-23 18:24 UTC  (6+ messages)

nfs-utils release warning
 2015-01-23 15:47 UTC 

[PATCH] systemd: Ensure RPC pipefs is mounted before rpc.idmapd starts
 2015-01-23 15:37 UTC  (2+ messages)

[nfs-utils PATCH] rpc.idmapd: Add a reference to nfsidmap(8) on the man page
 2015-01-23 15:31 UTC  (2+ messages)

[pull request] nfs-utils: fixup detection of libtirpc
 2015-01-23 15:11 UTC  (2+ messages)

nfs-utils/idmapd: use of private define breaks with libevent-2.1.x
 2015-01-23 14:03 UTC  (2+ messages)

Race in bl_resolve_deviceid?
 2015-01-23 13:41 UTC  (2+ messages)

nfstrace - sniffer of NFS statistics for 1+Gbps traffic
 2015-01-23 13:17 UTC 

race between inode eviction with delegation and opening same file
 2015-01-22 23:25 UTC  (7+ messages)

a simple and scalable pNFS block layout server V2
 2015-01-22 20:20 UTC  (31+ messages)
` [PATCH 01/20] nfs: add LAYOUT_TYPE_MAX enum value
` [PATCH 02/20] fs: track fl_owner for leases
` [PATCH 03/20] fs: add FL_LAYOUT lease type
` [PATCH 04/20] nfsd: factor out a helper to decode nfstime4 values
` [PATCH 05/20] nfsd: move nfsd_fh_match to nfsfh.h
` [PATCH 06/20] nfsd: add fh_fsid_match helper
` [PATCH 07/20] nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c
` [PATCH 08/20] nfsd: make find/get/put file "
` [PATCH 09/20] nfsd: make find_any_file "
` [PATCH 10/20] nfsd: implement pNFS operations
` [PATCH 11/20] nfsd: implement pNFS layout recalls
` [PATCH 12/20] nfsd: update documentation for pNFS support
` [PATCH 13/20] nfsd: add trace events
` [PATCH 14/20] exportfs: add methods for block layout exports
` [PATCH 15/20] nfsd: pNFS block layout driver
` [PATCH 16/20] xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten
` [PATCH 17/20] xfs: update the superblock using a synchronous transaction in growfs
` [PATCH 18/20] xfs: factor out a xfs_update_prealloc_flags() helper
` [PATCH 19/20] xfs: implement pNFS export operations
` [PATCH 20/20] xfs: recall pNFS layouts on conflicting access

RoCE support for NFS over RDMA
 2015-01-22 19:27 UTC 

RoCE support for NFS over RDMA?
 2015-01-22 19:21 UTC 

[PATCH] sunrpc/lockd: fix references to the BKL
 2015-01-22 19:14 UTC  (2+ messages)

[PATCH v3 00/13] locks: saner method for managing file locks
 2015-01-22 14:27 UTC  (14+ messages)
` [PATCH v3 01/13] locks: add new struct list_head to struct file_lock
` [PATCH v3 02/13] locks: have locks_release_file use flock_lock_file to release generic flock locks
` [PATCH v3 03/13] locks: add a new struct file_locking_context pointer to struct inode
` [PATCH v3 04/13] ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks
` [PATCH v3 05/13] locks: move flock locks to file_lock_context
` [PATCH v3 06/13] locks: convert posix "
` [PATCH v3 07/13] locks: convert lease handling "
` [PATCH v3 08/13] locks: remove i_flock field from struct inode
` [PATCH v3 09/13] locks: add a dedicated spinlock to protect i_flctx lists
` [PATCH v3 10/13] locks: clean up the lm_change prototype
` [PATCH v3 11/13] locks: keep a count of locks on the flctx lists
` [PATCH v3 12/13] locks: consolidate NULL i_flctx checks in locks_remove_file
` [PATCH v3 13/13] locks: update comments that refer to inode->i_flock

coming, a
 2015-01-22 10:59 UTC 

Linux NFS town hall meeting 01/22/15 (Canceled)
 2015-01-21 20:50 UTC 

[PATCH v2 0/5] clean up and generalize swap-over-NFS
 2015-01-21 19:14 UTC  (3+ messages)

[PATCH v3 00/20] NFS/RDMA client for 3.20
 2015-01-21 16:04 UTC  (21+ messages)
` [PATCH v3 01/20] xprtrdma: human-readable completion status
` [PATCH v3 02/20] xprtrdma: Modernize htonl and ntohl
` [PATCH v3 03/20] xprtrdma: Display XIDs in host byte order
` [PATCH v3 04/20] xprtrdma: Clean up hdrlen
` [PATCH v3 05/20] xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt
` [PATCH v3 06/20] xprtrdma: Remove rpcrdma_ep::rep_ia
` [PATCH v3 07/20] xprtrdma: Remove rl_mr field, and the mr_chunk union
` [PATCH v3 08/20] xprtrdma: Move credit update to RPC reply handler
` [PATCH v3 09/20] xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt
` [PATCH v3 10/20] xprtrdma: Free the pd if ib_query_qp() fails
` [PATCH v3 11/20] xprtrdma: Take struct ib_device_attr off the stack
` [PATCH v3 12/20] xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr "
` [PATCH v3 13/20] xprtrdma: Simplify synopsis of rpcrdma_buffer_create()
` [PATCH v3 14/20] xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()
` [PATCH v3 15/20] xprtrdma: Add struct rpcrdma_regbuf and helpers
` [PATCH v3 16/20] xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req
` [PATCH v3 17/20] xprtrdma: Allocate RPC/RDMA "
` [PATCH v3 18/20] xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep
` [PATCH v3 19/20] xprtrdma: Allocate zero pad separately from rpcrdma_buffer
` [PATCH v3 20/20] xprtrdma: Clean up after adding regbuf management

kernel crashes on commit
 2015-01-21 15:20 UTC  (3+ messages)

[PATCH] nfsd: fix memory corruption due to uninitialized variable
 2015-01-21  1:30 UTC  (9+ messages)

backing_dev_info cleanups & lifetime rule fixes V2
 2015-01-20 21:08 UTC  (2+ messages)

kernel crashes on commit
 2015-01-20 20:42 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).