linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-05 21:13:57 to 2015-08-20 16:14:21 UTC [more...]

[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 v3 00/20] nfsd: open file caching
 2015-08-20 11:17 UTC  (21+ 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] 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] rpc.gssd: Replace exit(0) by return in process_krb5_upcall
 2015-08-19 19:58 UTC 

[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  (12+ messages)
` [PATCH 1/6 v9] fs-pin: allow pin_remove() to be called other than from->kill()
` [PATCH 2/6] fs_pin: Export functions for specific filesystem
` [PATCH 3/6 v9] path: New helpers path_get_pin/path_put_unpin for path pin
` [PATCH 4/6 v9] fs: New helper legitimize_mntget() for getting a legitimize mnt
` [PATCH 5/6 v9] sunrpc: New helper cache_delete_entry for deleting cache_head directly
` [PATCH 6/6 v9] nfsd: Allows user un-mounting filesystem where nfsd exports base on
` [PATCH 2/6 v9] fs_pin: Export functions for specific filesystem

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

[PATCH v2 1/2] NFSv4: Deal with atomic upgrades of an existing delegation
 2015-08-18 21:18 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] NFSv4: Remove incorrect check in can_open_delegated()

[PATCH 3/4] 4.1 xdrdef: Fix bad define of sec_label4
 2015-08-18 19:27 UTC  (5+ messages)
    ` [PATCH v2] 4.1 xdrdef: Update nfs4.x to the latest dot-x-38.txt

[PATCH RFC] NFSD: fix cannot umounting mount points under pseudo root
 2015-08-18 19:10 UTC  (11+ messages)
              ` [PATCH] nfsd: don't hold i_mutex over userspace upcalls

[PATCH 1/6] NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()
 2015-08-18 11:33 UTC  (5+ messages)
` [PATCH 2/6] NFSv4.1/pnfs: Fix serialisation of layout return and layoutget
  ` [PATCH 3/6] NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-close

[PATCH 0/9 v8] NFSD: Pin to vfsmount for nfsd exports cache
 2015-08-18  6:37 UTC  (7+ messages)
` [PATCH 9/9 v8] nfsd: Allows user un-mounting filesystem where nfsd exports base on
  ` [PATCH] fs-pin: allow pin_remove() to be called other than from ->kill()

[PATCH] SUNRPC: Change WARN_ON to an warn message in rpc_exit_task
 2015-08-18  6:25 UTC  (3+ messages)

[nfs:testing 17/27] include/linux/sunrpc/addr.h:127:4: error: implicit declaration of function 'rpc_cmp_addr6'
 2015-08-17 19:10 UTC 

[PATCH] NFS: nfs_set_pgio_error sometimes misses errors
 2015-08-17 18:03 UTC 

NFS AUTH_SYS and container namespaces
 2015-08-17 16:53 UTC 

misc blocklayout updates
 2015-08-17 16:41 UTC  (6+ messages)
` [PATCH 1/5] pnfs/blocklayout: calculate layoutupdate size correctly
` [PATCH 2/5] pnfs/blocklayout: set up layoutupdate_pages properly
` [PATCH 3/5] pnfs/blocklayout: reject too long signatures
` [PATCH 4/5] pnfs/blocklayout: pass proper file mode to blkdev_get/put
` [PATCH 5/5] pnfs: move common blocklayout XDR defintions to nfs4.h

nfs-utils regression on IPv6-less kernels
 2015-08-17 16:09 UTC  (6+ messages)

nfs-root: destructive call to __detach_mounts /dev
 2015-08-17 12:37 UTC  (4+ messages)

[PATCH] NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client
 2015-08-15 13:52 UTC 

[PATCH] svcrdma: limit FRMR page list lengths to device max
 2015-08-15  1:31 UTC  (3+ messages)

Global protection fault in netfilter code
 2015-08-14 20:59 UTC 

[PATCH] SUNRPC: Fix a thinko in xs_connect()
 2015-08-14 15:05 UTC 

[PATCH] NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()
 2015-08-13 18:26 UTC  (3+ messages)

[PATCH V6 0/9] iSER support for iWARP
 2015-08-13 13:09 UTC  (10+ messages)
` [PATCH V6 6/9] isert: Rename IO functions to more descriptive names

[PATCH 0/7] NFSv4.2: Add support for the COPY operation
 2015-08-13 13:03 UTC  (12+ messages)
` [PATCH 1/7] vfs: add copy_file_range syscall and vfs helper
` [PATCH 2/7] x86: add sys_copy_file_range to syscall tables
` [PATCH 3/7] btrfs: add .copy_file_range file operation
` [PATCH 4/7] VFS: Fall back on splice if no copy function defined
` [PATCH 5/7] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH 6/7] NFSD: Implement the COPY call
` [PATCH 7/7] NFS: Add COPY nfs operation
` [RFC] vfs_copy_range() test program

[GIT PULL] Please pull NFSoRDMA Client
 2015-08-12 19:16 UTC 

[PATCH] svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOAD
 2015-08-12 13:53 UTC  (4+ messages)

[PATCH] nfs: allow nfs4_label_free to ignore a PTR_ERR value
 2015-08-11 18:45 UTC  (3+ messages)

is it possible to set CONFIG_PNFS_FLEXFILE_LAYOUT=y ?
 2015-08-11 15:48 UTC 

xfstests crash with trond/testing
 2015-08-11 12:44 UTC  (5+ messages)

[PATCH] nfsd: Fix two typos in comments
 2015-08-11  9:30 UTC 

Debian kernel: "Server nfs-home reports our clientid is in use"
 2015-08-11  7:09 UTC  (2+ messages)

[PATCH 0/5] NFSD: some bugfixes and updates
 2015-08-10 21:22 UTC  (2+ messages)

extremely slow v4 performance on gigabit link
 2015-08-10 15:23 UTC  (2+ messages)

[PATCH 0/9] nfsd: open file caching for v2/3
 2015-08-10 14:33 UTC  (45+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] nfsd: include linux/nfs4.h in export.h
  ` [PATCH v2 02/18] nfsd: move some file caching helpers to a common header
  ` [PATCH v2 03/18] nfsd: convert laundry_wq to something less nfsd4 specific
  ` [PATCH v2 04/18] nfsd: add a new struct file caching facility to nfsd
  ` [PATCH v2 06/18] nfsd: hook up nfsd_read to the nfsd_file cache
  ` [PATCH v2 12/18] nfsd: move include of state.h from trace.c to trace.h
  ` [PATCH v2 14/18] nfsd: have _fh_update take a knfsd_fh instead of a svc_fh
  ` [PATCH v2 15/18] nfsd: have set_version_and_fsid_type take a knfsd_fh instead of svc_fh
  ` [PATCH v2 16/18] nfsd: add a fh_compose_shallow
  ` [PATCH v2 18/18] nfsd: call flush_delayed_fput from nfsd_file_close_fh

[PATCH] Fix memory corruption in PMAP_CALLIT code
 2015-08-10 13:02 UTC 

[PATCH] pnfs/flexfiles: LAYOUTSTATS ii_count should be ops instead of bytes
 2015-08-10  8:47 UTC 

[PATCH V1 Resend 08/11] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-10  6:12 UTC 

[PATCH for-4.3 00/15] Modify MR allocation API
 2015-08-07 16:31 UTC  (13+ messages)
` [PATCH for-4.3 06/15] xprtrdma, svcrdma: Convert to ib_alloc_mr
` [PATCH for-4.3 11/15] iw_cxgb4: Support ib_alloc_mr verb
` [PATCH for-4.3 14/15] qib: "

grace-period ending & NLM
 2015-08-07 15:19 UTC  (6+ messages)

nfs4_put_lock_state() wants some nfs4_state on cleanup
 2015-08-07 13:49 UTC  (5+ messages)

[PATCH] mountd: fix mount issue due to comparison with uninitialized uuid
 2015-08-07 12:10 UTC 

[PATCH] NFS: Add OTW write barrier before may-open test
 2015-08-06 21:40 UTC  (7+ messages)

Monthly Linux NFS Town Hall meeting: Tomorrow - Thur Aug 6
 2015-08-06 16:48 UTC  (2+ messages)

[PATCH] IB/core: Make ib_dealloc_pd return void
 2015-08-06 17:56 UTC 

[PATCH v4 00/16] NFS/RDMA client side for Linux 4.3
 2015-08-06 14:28 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;
as well as URLs for NNTP newsgroup(s).