messages from 2014-12-09 05:41:55 to 2014-12-16 19:02:34 UTC [more...]
[PATCH 00/50] *** Add Flexfile Layout Module ***
2014-12-16 19:01 UTC (17+ 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 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 (43+ messages)
` [PATCH 13/19] nfs-utils: gssd - simplify topdir scanning
` [PATCH 14/19] nfs-utils: gssd - simplify client scanning
` [PATCH 15/19] nfs-utils: gssd - cleanup read_service_info
` [PATCH 16/19] nfs-utils: gssd - change dnotify to inotify
` [PATCH 17/19] nfs-utils: gssd - further shorten some pathnames
` [PATCH 18/19] nfs-utils: gssd - improve inotify
` [PATCH 19/19] nfs-utils: gssd - simplify handle_gssd_upcall
[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)
[PATCH] NFS: Fix use of nfs_attr_use_mounted_on_fileid()
2014-12-09 22:57 UTC (3+ messages)
[PATCH 0/2] Two nfsd referral xdr encoding bugs
2014-12-09 19:57 UTC (6+ messages)
` [PATCH 1/2] nfsd4: fix xdr4 inclusion of escaped char
` [PATCH 2/2] nfsd4: fix xdr4 count of server in fs_location4
[PATCH 0/4] sunrpc: reduce pool->sp_lock contention when queueing a xprt for servicing
2014-12-09 17:05 UTC (21+ messages)
` [PATCH 1/4] sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
` [PATCH 3/4] sunrpc: convert to lockless lookup of queued server threads
` [PATCH 4/4] sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt
[PATCH v1] sunrpc/cache: convert to use string_escape_str()
2014-12-09 14:42 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox