Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-12-10 01:45:41 to 2014-12-16 19:36:44 UTC [more...]

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

[PATCH 0/8] clean up and generalize swap-over-NFS
 2014-12-16  8:56 UTC  (19+ messages)
` [PATCH 1/8] nfs: follow direct I/O write locking convention
` [PATCH 2/8] swap: lock i_mutex for swap_writepage direct_IO
` [PATCH 3/8] swap: don't add ITER_BVEC flag to direct_IO rw
` [PATCH 4/8] iov_iter: add iov_iter_bvec and convert callers
` [PATCH 5/8] direct-io: don't dirty ITER_BVEC pages on read
` [PATCH 6/8] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [PATCH 7/8] swap: use direct I/O for SWP_FILE swap_readpage
` [PATCH 8/8] vfs: update swap_{,de}activate documentation

[PATCH 0/9] Cleanups and fixes for musl libc
 2014-12-16  8:55 UTC  (11+ messages)
` [PATCH 1/9] Replace INSTALL symlink with a copy of the file
` [PATCH 2/9] Provide getrpcbynumber and getrpcbyname if those are missing
` [PATCH 3/9] Avoid use of internal glibc sys/cdefs.h header
` [PATCH 4/9] Add configure option to disable DES authentication
` [PATCH 5/9] Fix compile error: 'IPPORT_RESERVED' undeclared
` [PATCH 6/9] Define struct rpcent on non GNU libc
` [PATCH 7/9] Include string.h for memset
` [PATCH 8/9] Fix location of various standard header includes
` [PATCH 9/9] Add a HACKING file which tells where to send patches

[GIT PULL] nfsd changes for 3.19
 2014-12-15 17:13 UTC 

Fwd: NFS and Memory Buffers
 2014-12-15 13:40 UTC  (8+ messages)

[PATCH v2 00/16] nfsd/sunrpc: add support for a workqueue-based nfsd
 2014-12-13 17:29 UTC  (28+ messages)
` [PATCH v2 01/16] sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it
` [PATCH v2 02/16] sunrpc: move sv_function into sv_ops
` [PATCH v2 03/16] sunrpc: move sv_module parm "
` [PATCH v2 04/16] sunrpc: turn enqueueing a svc_xprt into a svc_serv operation
` [PATCH v2 05/16] sunrpc: abstract out svc_set_num_threads to sv_ops
` [PATCH v2 06/16] sunrpc: move pool_mode definitions into svc.h
` [PATCH v2 07/16] sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcounting
` [PATCH v2 08/16] sunrpc: set up workqueue function in svc_xprt
` [PATCH v2 09/16] sunrpc: set up svc_rqst work if it's defined
` [PATCH v2 10/16] sunrpc: add basic support for workqueue-based services
` [PATCH v2 11/16] nfsd: keep a reference to the fs_struct in svc_rqst
` [PATCH v2 12/16] nfsd: add support for workqueue based service processing
` [PATCH v2 13/16] sunrpc: keep a cache of svc_rqsts for each NUMA node
` [PATCH v2 14/16] sunrpc: add more tracepoints around svc_xprt handling
` [PATCH v2 15/16] sunrpc: print the svc_rqst pointer value in svc_process tracepoint
` [PATCH v2 16/16] sunrpc: add tracepoints around svc_sock handling

[nfs-utils PATCH v4 00/14] A few enhancements to mountstats.py
 2014-12-13 15:42 UTC  (16+ messages)
` [nfs-utils PATCH v4 01/14] mountstats: Fix up NFS event counters
` [nfs-utils PATCH v4 02/14] mountstats: Add lists of various counters
` [nfs-utils PATCH v4 03/14] mountstats: Refactor __parse_nfs_line and __parse_rpc_line
` [nfs-utils PATCH v4 04/14] mountstats: Refactor compare_iostats
` [nfs-utils PATCH v4 05/14] mountstats: Convert existing option parsing to use the argparse module
` [nfs-utils PATCH v4 06/14] mountstats: Make the iostat sub-command output match that of nfs-iostat.py
` [nfs-utils PATCH v4 07/14] mountstats: Make print_iostat_summary handle newly appearing mounts
` [nfs-utils PATCH v4 08/14] mountstats: Add support for -f/--file
` [nfs-utils PATCH v4 09/14] mountstats: Add support for -S/--since
` [nfs-utils PATCH v4 10/14] mountstats: Fix IndexError in __parse_nfs_line
` [nfs-utils PATCH v4 11/14] mountstats: Allow mountstats_command to take a variable number of mountpoints
` [nfs-utils PATCH v4 12/14] mountstats: Add support for -R/--raw to mountstats_command
` [nfs-utils PATCH v4 13/14] mountstats: Implement the nfsstat sub-command
` [nfs-utils PATCH v4 14/14] mountstats: Updated the mountstats(8) man page

[PATCH nfs-utils v2] configure: use pkg-config to find libtirpc
 2014-12-13 15:17 UTC  (2+ messages)

[PATCH libtirpc v2] pkg-config: needs pthread as private library
 2014-12-13 14:40 UTC  (2+ messages)

[PATCH] systemd: added the $BLKMAPDARGS var to the nfs-blkmap service
 2014-12-13 14:31 UTC  (2+ messages)

[PATCH 0/2] nfsd: fi_delegees bugfix and cleanup
 2014-12-13 14:11 UTC  (3+ messages)
` [PATCH 1/2] nfsd: fix fi_delegees leak when fi_had_conflict returns true
` [PATCH 2/2] nfsd: fi_delegees doesn't need to be an atomic_t

[PATCH 1/1] SUNRPC add rpc_gss_svc_t to gssd upcall
 2014-12-13  3:45 UTC  (3+ messages)

[PATCH 1/1] NFS: verify the use of RPC_AUTH_GSS pseudoflavors before use
 2014-12-12 22:55 UTC 

[PATCH 1/1] GSSD add rpc_gss_svc_t to the gssd upcall
 2014-12-12 22:37 UTC 

[RFC PATCH v3 0/7] btrfs: implement swap file support
 2014-12-12 20:15 UTC  (13+ messages)
` [RFC PATCH v3 1/7] direct-io: don't dirty ITER_BVEC pages on read
` [RFC PATCH v3 2/7] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [RFC PATCH v3 3/7] swap: use direct I/O for SWP_FILE swap_readpage
` [RFC PATCH v3 4/7] vfs: update swap_{,de}activate documentation
` [RFC PATCH v3 5/7] btrfs: prevent ioctls from interfering with a swap file
` [RFC PATCH v3 6/7] btrfs: add EXTENT_FLAG_SWAPFILE
` [RFC PATCH v3 7/7] btrfs: enable swap file support

[PATCH] nfs: guard fs/nfs/internal.h against multiple inclusion
 2014-12-12 19:00 UTC  (5+ messages)

[PATCH 00/19] gssd improvements
 2014-12-11 22:31 UTC  (35+ messages)

[PATCH] nfs: verify open flags before allowing open
 2014-12-11 20:30 UTC 

Today's Linux NFS town hall meeting 12/11/14 (Canceled)
 2014-12-11 17:20 UTC 

NFSv4 ACLs and umasks
 2014-12-10 19:29 UTC  (2+ messages)

possible better error handling for nfsv4 and localhost maps
 2014-12-10 15:33 UTC  (3+ messages)

[PATCH v2 0/5] rework access to /proc/net/rpc
 2014-12-10 14:13 UTC  (8+ messages)

[PATCH] pnfs: Prepare for flexfiles by pulling out common code
 2014-12-10 11:44 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