Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-09-08 15:04:08 to 2015-09-16 21:21:28 UTC [more...]

[PATCH] nfs: fix v4.2 SEEK on files over 2 gigs
 2015-09-16 21:21 UTC 

[PATCH] Use a separate superblock if mount requires a different security flavor
 2015-09-16 21:20 UTC  (4+ messages)

[nfs-utils PATCH] mountstats.man: Remove a few bogus .R macros
 2015-09-16 19:09 UTC  (2+ messages)

[PATCH] statd: statd_get_socket() should return open fds
 2015-09-16 19:09 UTC  (2+ messages)

[PATCH] mountd: fix mount issue due to comparison with uninitialized uuid
 2015-09-16 19:08 UTC  (2+ messages)

[PATCH v2 0/6] nfsidmap enhancements
 2015-09-16 19:08 UTC  (2+ messages)

[PATCH] nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
 2015-09-16 17:18 UTC  (7+ messages)
` [HPDD-discuss] "

[PATCH] SUNRPC: Fix transport reset race while TCP is connecting
 2015-09-16 14:19 UTC  (3+ messages)

Default ports to be used by NFS side-band protocol services (lockd, statd, rquotad)
 2015-09-16 13:42 UTC  (6+ messages)
      ` [Nfs-ganesha-devel] "

[PATCH] SUNRPC: Fix a race in xs_reset_transport
 2015-09-16 11:17 UTC  (7+ messages)
  ` [PATCHv2] "

rpc.idmapd Too many open files
 2015-09-16  9:54 UTC 

[PATCH] NFS41: make close wait for layoutreturn
 2015-09-16 16:49 UTC 

NFS/TCP/IPv6 acting strangely in 4.2
 2015-09-16  7:39 UTC  (12+ messages)

NFSv4 security negotiation issue
 2015-09-15 20:36 UTC  (9+ messages)

[PATCH] Install only needed systemd unit file
 2015-09-15 18:26 UTC  (2+ messages)

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-15 17:01 UTC  (18+ messages)
` [PATCH v2 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v2 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH v2 3/9] btrfs: add .copy_file_range file operation
` [PATCH v2 4/9] vfs: Copy should check len after file open mode
` [PATCH v2 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v2 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v2 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v2 8/9] vfs: copy_file_range() can do a pagecache copy with splice
` [PATCH v2 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v2 10/9] copy_file_range.2: New page documenting copy_file_range()

Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount
 2015-09-15 16:52 UTC  (5+ messages)

NFSv2,3 tcp_retries2 exhausted -> TCP_CLOSED
 2015-09-15 14:10 UTC 

upgrade/downgrade race
 2015-09-15 11:59 UTC  (16+ messages)

[PATCH v1 0/8] VFS: In-kernel copy system call
 2015-09-14 17:53 UTC  (49+ messages)
` [PATCH v1 3/8] btrfs: add .copy_file_range file operation
` [PATCH v1 4/8] btrfs: Add mountpoint checking during btrfs_copy_file_range
` [PATCH v1 9/8] copy_file_range.2: New page documenting copy_file_range()

[PATCH 0/4] fs: allow userland tasks to use delayed_fput infrastructure
 2015-09-14 17:30 UTC  (11+ messages)
` [PATCH 1/4] fs: have flush_delayed_fput flush the workqueue job
` [PATCH 2/4] fs: add a kerneldoc header to fput
` [PATCH 3/4] fs: add fput_queue
` [PATCH 4/4] fs: export flush_delayed_fput

[PATCH 00/39] drop null test before destroy functions
 2015-09-14 16:25 UTC  (7+ messages)
` [PATCH 14/39] SUNRPC: "
` [PATCH 22/39] nfsd: "

[PATCH] nfs/filelayout: Fix NULL reference caused by double freeing of fh_array
 2015-09-14 12:12 UTC 

[PATCH] Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debug
 2015-09-12  1:37 UTC  (4+ messages)
    ` [PATCH v2] "

[RFC v7 00/41] Richacls
 2015-09-11 22:12 UTC  (6+ messages)
` [RFC v7 09/41] richacl: Update the file masks in chmod()
` [RFC v7 10/41] richacl: Permission check algorithm

[RFC v7 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
 2015-09-11 20:30 UTC  (3+ messages)
` [PATCH] "

[GIT PULL] Please pull NFS client changes
 2015-09-11 17:06 UTC  (5+ messages)

[PATCH v4 00/16] nfsd: open file caching
 2015-09-11 14:38 UTC  (19+ messages)
` [PATCH v4 01/16] locks: change tracepoint for generic_add_lease
` [PATCH v4 02/16] list_lru: add list_lru_rotate
` [PATCH v4 03/16] fs: allow __fput_sync to be used by non-kthreads and in modules
` [PATCH v4 04/16] fsnotify: export several symbols
` [PATCH v4 05/16] locks: create a new notifier chain for lease attempts
` [PATCH v4 06/16] nfsd: move include of state.h from trace.c to trace.h
` [PATCH v4 07/16] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH v4 08/16] nfsd: add a new struct file caching facility to nfsd
` [PATCH v4 09/16] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH v4 10/16] nfsd: hook up nfsd_read to the "
` [PATCH v4 11/16] nfsd: hook nfsd_commit up "
` [PATCH v4 12/16] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v4 13/16] nfsd: have nfsd_test_lock use the nfsd_file cache
` [PATCH v4 14/16] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
` [PATCH v4 15/16] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH v4 16/16] nfsd: rip out the raparms cache

[PATCH] nfsd: add a new nowcc export option to disable WCC attrs in v3 replies
 2015-09-11 13:35 UTC  (8+ messages)

nfsd leaks 3 sunrpc module references
 2015-09-11 10:45 UTC 

[PATCH] nfs: fix pg_test page count calculation
 2015-09-11  3:14 UTC 

BAT-Oct-15 Who's in Who's out
 2015-09-10 21:33 UTC 

readdir and old cookie verifier
 2015-09-09 20:59 UTC  (4+ messages)

NFSv4.2 wireshark
 2015-09-09 18:48 UTC  (2+ messages)

nfs-utils regression on IPv6-less kernels
 2015-09-09 15:47 UTC  (6+ messages)

[PATCH] nfs: remove roc_rpcwaitq
 2015-09-09 14:54 UTC  (2+ messages)

[PATCH] libnfsidmap: strip newlines out of IDMAP_LOG messages
 2015-09-08 16:01 UTC  (2+ messages)

[PATCH] rpc.gssd: Replace exit(0) by return in process_krb5_upcall
 2015-09-08 15:16 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