linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-23 22:44:18 to 2015-02-04 17:08:39 UTC [more...]

[Patch] sunrpc: NULL utsname dereference on NFS umount during namespace cleanup
 2015-02-04 17:08 UTC  (9+ messages)

Cant get to export this particular directory
 2015-02-04 16:30 UTC  (4+ messages)

[PATCH 1/2] NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT
 2015-02-04 12:32 UTC  (6+ messages)
` [PATCH 2/2] NFSv4.1: Ask for no delegation on OPEN if already holding one

a simple and scalable pNFS block layout server V2
 2015-02-04  7:57 UTC  (19+ messages)
` [PATCH 10/20] nfsd: implement pNFS operations
` [PATCH 16/20] xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten
` [PATCH 18/20] xfs: factor out a xfs_update_prealloc_flags() helper

[PATCH] NFS: Add Anna Schumaker as co-maintainer for the NFS client
 2015-02-03 22:48 UTC 

[PATCH] fsx: check for filesystem support of FALLOCATE_FL_KEEP_SIZE
 2015-02-03 21:09 UTC 

what on earth is going on here? paths above mountpoints turn into "(unreachable)"
 2015-02-03 19:57 UTC  (3+ messages)

[PATCH v6a 10/53] nfs41: create NFSv3 DS connection if specified
 2015-02-03 18:47 UTC  (2+ messages)

[nfs] WARNING: CPU: 1 PID: 1392 at kernel/sched/core.c:7300 __might_sleep+0xbd/0xd0()
 2015-02-03 18:25 UTC  (6+ messages)

[PATCH v3 00/13] locks: saner method for managing file locks
 2015-02-03 18:01 UTC  (4+ messages)

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

backing_dev_info cleanups & lifetime rule fixes V2
 2015-02-02 17:08 UTC  (5+ messages)

[PATCH] nfsd: default NFSv4.2 to on
 2015-02-02 16:15 UTC 

[PATCH 0/2] Two printf fixes
 2015-02-02 10:56 UTC  (10+ messages)
` [PATCH 2/2] string_helpers: Change semantics of string_escape_mem
` [PATCH v2 0/3] Two printf fixes
  ` [PATCH v2 3/3] lib/string_helpers.c: Change semantics of string_escape_mem

LOL
 2015-02-02 16:23 UTC 

[PATCH] statd: Fix test for foreground mode
 2015-02-01 17:49 UTC  (2+ messages)

ANNOUNCE: nfs-utils-1.3.2 released
 2015-01-30 22:36 UTC 

[GIT PULL] Please pull NFSoRDMA client changes
 2015-01-30 22:07 UTC 

3.18.x: the return of the NFSv3 client BUG on reboot
 2015-01-30 21:17 UTC 

[PATCH v3 00/20] NFS/RDMA client for 3.20
 2015-01-30 17:21 UTC  (2+ messages)

[GIT PULL] Please pull NFS client bugfixes
 2015-01-29 21:37 UTC 

[PATCH v2 0/4] NFSD: Add READ_PLUS support
 2015-01-29 16:49 UTC  (8+ messages)
` [PATCH v2 1/4] NFSD: nfsd4_encode_read() should encode eof and maxcount
` [PATCH v2 2/4] NFSD: Add READ_PLUS support for data segments
` [PATCH v2 3/4] NFSD: Add READ_PLUS support for hole segments
` [PATCH v2 4/4] NFSD: Add support for encoding multiple segments

LOL
 2015-01-28 20:21 UTC 

[PATCH 00/19] gssd improvements
 2015-01-28 21:29 UTC  (2+ messages)

[nfs-utils PATCH] tests: fix typo and let make check work again
 2015-01-28 21:37 UTC  (2+ messages)

[PATCH 0/4] Configure flag clean up
 2015-01-28 14:07 UTC  (5+ messages)
` [PATCH 1/4] ipv6: Enable IPv6 support by default
` [PATCH 2/4] svcgssd: Disable support for the rpcsec_gss server "
` [PATCH 3/4] configure.ac: clean up
` [PATCH 4/4] configure.ac: More "

[nfsv4] protocol question about delegation stateid
 2015-01-28 23:44 UTC 

[PATCH v2 0/6] mount.nfs default version
 2015-01-28 21:29 UTC  (2+ messages)

[PATCH v2 0/6] NFS: Add READ_PLUS support
 2015-01-28 20:43 UTC  (7+ messages)
` [PATCH v2 1/6] NFS: Add READ_PLUS support for data segments
` [PATCH v2 2/6] SUNRPC: Split out a function for setting current page
` [PATCH v2 3/6] SUNRPC: Add the ability to expand holes in data pages
` [PATCH v2 4/6] NFS: Add READ_PLUS support for hole segments
` [PATCH v2 5/6] SUNRPC: Add the ability to shift data to a specific offset
` [PATCH v2 6/6] NFS: Add support for decoding multiple segments

[PATCH 1/2] SUNRPC: Adjust rpciod workqueue parameters
 2015-01-27 15:09 UTC  (11+ messages)
` [PATCH 2/2] SUNRPC: Allow waiting on memory allocation

[PATCH] xprtrdma: Update the GFP flags used in xprt_rdma_allocate()
 2015-01-26 22:11 UTC 

Yet another kernel crash in NFS4 state recovery
 2015-01-26 12:08 UTC  (8+ messages)

[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

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


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).