Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-08-18 23:59:58 to 2015-08-27 06:16:11 UTC [more...]

[PATCH-RFC-RESEND 0/9] NFS/NFSD: add NFSv42 CLONE operation support
 2015-08-27  6:15 UTC  (18+ messages)
` [PATCH-RFC-RESEND 1/9] vfs: pull btrfs clone API to vfs layer
` [PATCH-RFC-RESEND 2/9] vfs/btrfs: add .clone_range file operation
` [PATCH-RFC-RESEND 3/9] nfs42: add CLONE xdr functions
` [PATCH-RFC-RESEND 4/9] nfs42: add CLONE proc functions
` [PATCH-RFC-RESEND 5/9] nfs42: add .copy_range file operation
` [PATCH-RFC-RESEND 6/9] nfs: get clone_blksize when probing fsinfo
` [PATCH-RFC-RESEND 7/9] nfs42: respect clone_blksize
` [PATCH-RFC-RESEND 8/9] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH-RFC-RESEND 9/9] NFSD: Implement the CLONE call

[PATCH V3] net: sunrpc: fix tracepoint Warning: unknown op '->'
 2015-08-27  4:31 UTC 

[PATCH v3 00/20] nfsd: open file caching
 2015-08-26 22:53 UTC  (35+ messages)
` [PATCH v3 01/20] nfsd: allow more than one laundry job to run at a time
` [PATCH v3 02/20] nfsd: add a new struct file caching facility to nfsd
` [PATCH v3 03/20] list_lru: add list_lru_rotate
` [PATCH v3 04/20] nfsd: add a LRU list for nfsd_files
` [PATCH v3 05/20] nfsd: add a shrinker to the nfsd_file cache
` [PATCH v3 06/20] locks/nfsd: create a new notifier chain for lease attempts
` [PATCH v3 07/20] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH v3 08/20] nfsd: hook up nfsd_read to the "
` [PATCH v3 09/20] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH v3 10/20] nfsd: handle NFSD_MAY_NOT_BREAK_LEASE in open file cache
` [PATCH v3 11/20] nfsd: hook nfsd_commit up to the nfsd_file cache
` [PATCH v3 12/20] nfsd: move include of state.h from trace.c to trace.h
` [PATCH v3 13/20] nfsd: add new tracepoints for nfsd_file cache
` [PATCH v3 14/20] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
` [PATCH v3 15/20] nfsd: call flush_delayed_fput from nfsd_file_close_fh
` [PATCH v3 16/20] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v3 17/20] nfsd: have nfsd_test_lock use the nfsd_file cache
` [PATCH v3 18/20] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
` [PATCH v3 19/20] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH v3 20/20] nfsd: rip out the raparms cache

[PATCH 0/2] net: sunrpc: trace fixes
 2015-08-26 20:30 UTC  (10+ messages)
` [PATCH 1/2] net: sunrpc: fix tracepoint Warning: unknown op '->'
` [PATCH 2/2] net: sunrpc: fix trace print of &xprt->xpt_remote

NFSv4 mount fails on Sun Solaris 10 after reboot of client
 2015-08-26 20:09 UTC  (6+ messages)

[PATCH] nfsd: don't WARN/backtrace for invalid container deployment
 2015-08-26 19:07 UTC  (4+ messages)

[PATCH 0/5 v3] Some updates and exclcreat supports​
 2015-08-26 13:13 UTC  (6+ messages)
` [PATCH 1/5 v3] NFS: Check size by inode_newsize_ok in nfs_setattr
` [PATCH 2/5 v3] NFS: Make opened as optional argument in _nfs4_do_open
` [PATCH 3/5 v3] NFS: Update NFS4_BITMAP_SIZE
` [PATCH 4/5 v3] NFS: Get suppattr_exclcreat when getting server capabilities
` [PATCH 5/5 v3] NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1

[PATCH RFC 00/11] NFS/NFSD: add NFSv42 COPY operation support
 2015-08-26 13:07 UTC  (29+ messages)
` [PATCH RFC 01/11] vfs: pull btrfs clone API to vfs layer
` [PATCH RFC 02/11] vfs/btrfs: add .clone_range file operation
` [PATCH RFC 03/11] nfs42: decode_layoutstats does not need res parameter
` [PATCH RFC 04/11] nfs42: remove unused declaration
` [PATCH RFC 05/11] nfs42: add CLONE xdr functions
` [PATCH RFC 06/11] nfs42: add CLONE proc functions
` [PATCH RFC 07/11] nfs42: add .copy_range file operation
` [PATCH RFC 08/11] nfs: get clone_blksize when probing fsinfo
` [PATCH RFC 09/11] nfs42: respect clone_blksize
` [PATCH RFC 10/11] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH RFC 11/11] NFSD: Implement the CLONE call

[PATCH 0/7 v2] Some bugfixes and exclcreat supports
 2015-08-26  0:10 UTC  (5+ messages)
` [PATCH 1/7] NFS: Remove duplicate svc_xprt_put from nfs41_callback_up
  ` [PATCH 3/7 v2] NFS: Check size by inode_newsize_ok in nfs_setattr

[PATCH 1/4] NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr
 2015-08-25 23:53 UTC  (4+ messages)
` [PATCH 2/4] NFSv4.1/pnfs: Add sanity check for the layout range returned by the server
  ` [PATCH 3/4] NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion
    ` [PATCH 4/4] NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones

evict inode + new open race
 2015-08-25 21:16 UTC  (3+ messages)

[PATCH v2 0/2] nfsd: fix unhashing races in nfsv4 stateid handling
 2015-08-25 19:21 UTC  (10+ messages)
` [PATCH v2 1/2] nfsd: ensure that the ol stateid hash reference is only put once
` [PATCH v2 2/2] nfsd: ensure that delegation stateid hash references are "

[PATCH] NFSv4: Force a post-op attribute update when holding a delegation
 2015-08-25 18:55 UTC  (8+ messages)

[PATCH 0/2] NFS: two simple cleanup patches
 2015-08-25 16:13 UTC  (3+ messages)
` [PATCH 1/2] nfs42: decode_layoutstats does not need res parameter
` [PATCH 2/2] nfs42: remove unused declaration

[PATCH RFC 00/11] NFS/NFSD: add NFSv42 CLONE operation support
 2015-08-25 16:07 UTC 

[BUG] nfs3 client stops retrying to connect
 2015-08-25 15:16 UTC  (10+ messages)

[PATCH] nfs:Fix variable assignment for return value to caller in the function _nfs4_proc_delegreturn
 2015-08-25 15:01 UTC 

[PATCH] When trying to establish privileged source port number of tcp connection, use 1 instead of 0 as start port, as 0 means that the kernel will choose the port number
 2015-08-25 13:13 UTC  (2+ messages)

knfsd: clean up nfsd filesystem interfaces
 2015-08-25  6:03 UTC  (3+ messages)

[nfs:linux-next 50/51] fs/nfs/flexfilelayout/flexfilelayout.c:187:1: sparse: symbol 'ff_layout_remove_mirror' was not declared. Should it be static?
 2015-08-25  3:19 UTC  (2+ messages)
` [PATCH nfs] NFSv4.1/flexfile: ff_layout_remove_mirror can be static

[PATCH 1/4] NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror
 2015-08-25  1:43 UTC  (4+ messages)
` [PATCH 2/4] NFSv4.1/flexfiles: Remove mirror backpointer to lseg
  ` [PATCH 3/4] NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments
    ` [PATCH 4/4] NFSv4.2/pnfs: Make the layoutstats timer configurable

[PATCH] nfsd: Add Jeff Layton as co-maintainer
 2015-08-24 20:44 UTC 

[PATCH] rpc.gssd: Replace exit(0) by return in process_krb5_upcall
 2015-08-24 17:51 UTC  (2+ messages)

[PATCH] statd: statd_get_socket() should return open fds
 2015-08-24 16:05 UTC 

[PATCH] svcrdma: remove dead code
 2015-08-24 16:03 UTC  (3+ messages)

[PATCH] nfs:Fix error handling in the function nfs_vm_page_mkwrite
 2015-08-24 13:17 UTC 

[PATCH] nfs:Fix deadlock occurrence issue on error path in the function nfs_vm_page_mkwrite
 2015-08-24 13:12 UTC 

[PATCH 0/2] nfsd: fix unhashing races in nfsv4 stateid handling
 2015-08-22 14:52 UTC  (3+ messages)
` [PATCH 1/2] nfsd: ensure that the ol stateid hash reference is only put once
` [PATCH 2/2] nfsd: ensure that delegation stateid hash references are "

misc blocklayout updates
 2015-08-21  7:15 UTC  (4+ messages)

[PATCH] NFS41: remove NFS_LAYOUT_ROC flag
 2015-08-21  4:49 UTC 

[PATCH 1/3] NFSv4.1/pnfs: Add a tracepoint for return-on-close events
 2015-08-21  2:00 UTC  (3+ messages)
` [PATCH 2/3] NFSv4: Add a tracepoint for CB_GETATTR
  ` [PATCH 3/3] NFSv4: Add a tracepoint for CB_LAYOUTRECALL

[PATCH] NFSv4.1/pnfs Ensure flexfiles reports all connection related errors
 2015-08-20 23:02 UTC 

[PATCH] NFS41: fix list splice type
 2015-08-21  2:32 UTC 

[PATCH] NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent
 2015-08-20 18:25 UTC 

[PATCH V1 Resend 07/10] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-20 16:14 UTC  (3+ messages)

[RFC PATCH] nfs: avoid swap-over-NFS deadlock
 2015-08-20 12:23 UTC  (6+ messages)

[PATCH] make nfsd_drc_max_mem configurable
 2015-08-20  9:30 UTC  (4+ messages)

(no subject)
 2015-08-20  7:12 UTC 

[PATCH] NFSv4: Enable delegated opens even when reboot recovery is pending
 2015-08-20  4:06 UTC 

[PATCH] SUNRPC: Allow sockets to do GFP_NOIO allocations
 2015-08-20  2:54 UTC 

[PATCH] NFSv4/pnfs: Ensure we don't miss a file extension
 2015-08-19 21:24 UTC  (2+ messages)

[PATCH 1/5] NFSv4/pnfs: Ensure we don't miss a file extension
 2015-08-19 20:04 UTC  (4+ messages)

[PATCH] Revert "NFSv4: Remove incorrect check in can_open_delegated()"
 2015-08-19 13:01 UTC  (2+ messages)

[PATCH] NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
 2015-08-19  7:17 UTC  (3+ messages)

[PATCH] NFS41: make sure sending LAYOUTRETURN before close if marked so
 2015-08-19  5:49 UTC 

[PATCH 0/6 v9] NFSD: Pin to vfsmount for nfsd exports cache
 2015-08-19  5:02 UTC  (7+ messages)
` [PATCH 4/6 v9] fs: New helper legitimize_mntget() for getting a legitimize mnt
` [PATCH 6/6 v9] nfsd: Allows user un-mounting filesystem where nfsd exports base on

[PATCH v2 1/2] NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
 2015-08-19  4:56 UTC  (2+ messages)
` [PATCH v2 2/2] NFSv4.1/pnfs: Play safe w.r.t. close() races "

[BUG] nfs-utils broken with musl
 2015-08-19  0:33 UTC  (3+ messages)


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