linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-03 16:50:25 to 2019-12-18 19:34:28 UTC [more...]

acls+kerberos (limitation)
 2019-12-18 19:34 UTC  (4+ messages)

[PATCH v2 00/12] nfsd: avoid 32-bit time_t
 2019-12-18 18:05 UTC  (22+ messages)
` [PATCH v2 01/12] nfsd: use ktime_get_seconds() for timestamps
` [PATCH v2 02/12] nfsd: print 64-bit timestamps in client_info_show
` [PATCH v2 03/12] nfsd: handle nfs3 timestamps as unsigned
` [PATCH v2 04/12] nfsd: use timespec64 in encode_time_delta
` [PATCH v2 05/12] nfsd: make 'boot_time' 64-bit wide
` [PATCH v2 06/12] nfsd: pass a 64-bit guardtime to nfsd_setattr()
` [PATCH v2 07/12] nfsd: use time64_t in nfsd_proc_setattr() check
` [PATCH v2 08/12] nfsd: fix delay timer on 32-bit architectures
` [PATCH v2 09/12] nfsd: fix jiffies/time_t mixup in LRU list
` [PATCH v2 10/12] nfsd: use boottime for lease expiry alculation
` [PATCH v2 11/12] nfsd: use ktime_get_real_seconds() in nfs4_verifier
` [PATCH v2 12/12] nfsd: remove nfs4_reset_lease() declarations

[PATCH] nfsd: Clone should commit src file metadata too
 2019-12-18 17:37 UTC 

[PATCH] NFSv4: nfs4_do_fsinfo() should not do implicit lease renewals
 2019-12-18 14:48 UTC  (9+ messages)

[nfs-utils PATCH] gssd: force getting tgt if ticket cache was removed
 2019-12-18 14:33 UTC  (2+ messages)

[PATCH] fs: nfs: fix a possible sleep-in-atomic-context bug in _pnfs_grab_empty_layout()
 2019-12-18  1:54 UTC  (3+ messages)

'ls -lrt' performance issue on large dir while dir is being modified
 2019-12-18  0:34 UTC 

[PATCH] nfsd: remove unnecessary assertion in nfsd4_encode_replay
 2019-12-17 22:50 UTC 

[PATCH] nfsd: Return the correct number of bytes written to the file
 2019-12-17 21:09 UTC  (5+ messages)

v5.4 wb_flags PG_UPTODATE warning on small rsize/wsize krb5p
 2019-12-17 15:29 UTC 

[PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2019-12-17  8:12 UTC  (6+ messages)
` [PATCH 1/1] fs: "

[PATCH 1/1] NFSv4.x recover from pre-mature loss of openstateid
 2019-12-16 22:41 UTC  (2+ messages)

[PATCH v3 1/1] NFS: allow deprecation of NFS UDP protocol
 2019-12-16 21:21 UTC  (2+ messages)

[PATCH] NFSv4: open() should try lease recovery on NFS4ERR_EXPIRED
 2019-12-16 18:39 UTC  (3+ messages)

[PATCH v6 00/27] nfs: Mount API conversion
 2019-12-13 21:39 UTC  (31+ messages)
` [PATCH v6 01/27] saner calling conventions for nfs_fs_mount_common()
` [PATCH v6 02/27] nfs: stash server into struct nfs_mount_info
` [PATCH v6 03/27] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v6 04/27] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v6 05/27] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v6 06/27] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v6 07/27] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v6 08/27] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v6 09/27] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v6 10/27] nfs: merge xdev and remote file_system_type
` [PATCH v6 11/27] nfs: unexport nfs_fs_mount_common()
` [PATCH v6 12/27] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v6 13/27] nfs: get rid of mount_info ->fill_super()
` [PATCH v6 14/27] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v6 15/27] nfs: get rid of ->set_security()
` [PATCH v6 16/27] NFS: Move mount parameterisation bits into their own file
` [PATCH v6 17/27] NFS: Constify mount argument match tables
` [PATCH v6 18/27] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v6 19/27] NFS: Split nfs_parse_mount_options()
` [PATCH v6 20/27] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v6 21/27] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v6 22/27] NFS: Do some tidying of the parsing code
` [PATCH v6 23/27] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v6 24/27] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v6 25/27] NFS: Add fs_context support
` [PATCH v6 26/27] NFS: Additional refactoring for fs_context conversion
` [PATCH v6 27/27] NFS: Attach supplementary error information to fs_context

[PATCH v2 00/24] drivers, fs: y2038 updates
 2019-12-13 20:53 UTC  (5+ messages)
` [PATCH v2 15/24] sunrpc: convert to time64_t for expiry
` [PATCH v2 16/24] nfs: use time64_t internally
` [PATCH v2 17/24] nfs: fix timstamp debug prints
` [PATCH v2 18/24] nfs: fscache: use timespec64 in inode auxdata

CPU lockup in or near new filecache code
 2019-12-13 20:26 UTC  (7+ messages)

[PATCH 2/2] fs: nfs: dir.c: Fix sparse error
 2019-12-13  1:16 UTC  (10+ messages)

NFS/TCP timeouts
 2019-12-12 19:31 UTC  (7+ messages)

[PATCH] fs: nfs: dir.c: Fix sparse error
 2019-12-12 18:03 UTC  (6+ messages)

[PATCH v4 0/8] Raspberry Pi 4 PCIe support
 2019-12-12 13:16 UTC  (9+ messages)
` [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()

[PATCH v2] nfsd: provide a procfs entry to release stateids of a particular local filesystem
 2019-12-11 20:33 UTC  (4+ messages)

[nfs-utils PATCH 1/1] Let the configure script find getrpcbynumber in libtirpc
 2019-12-11 18:37 UTC  (2+ messages)

gssd question/patch
 2019-12-11 16:41 UTC  (8+ messages)

[PATCH 0/6] Improve performance of containerised knfsd
 2019-12-10 20:27 UTC  (7+ messages)
` [PATCH 1/6] nfsd: fix filecache lookup
  ` [PATCH 2/6] nfsd: cleanup nfsd_file_lru_dispose()
    ` [PATCH 3/6] nfsd: Containerise filecache laundrette
      ` [PATCH 4/6] nfsd: Remove unused constant NFSD_FILE_LRU_RESCAN
        ` [PATCH 5/6] nfsd: Schedule the laundrette regularly irrespective of file errors
          ` [PATCH 6/6] nfsd: Reduce the number of calls to nfsd_file_gc()

oops in 5.4 on rdma
 2019-12-10 19:53 UTC  (3+ messages)

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-10  1:20 UTC  (5+ messages)

[nfs-utils PATCH 0/3] A few small nfsdcld fixes
 2019-12-09 15:57 UTC  (2+ messages)

[PATCH] Disable statx if using glibc emulation
 2019-12-09 15:56 UTC  (2+ messages)

[GIT PULL] nfsd change for 5.5
 2019-12-08  1:10 UTC  (4+ messages)

[GIT PULL] Please pull NFS client changes for Linux 5.5
 2019-12-08  1:10 UTC  (2+ messages)

[bug report] NFSD: allow inter server COPY to have a STALE source server fh
 2019-12-06 21:27 UTC  (7+ messages)

unsafe req->rq_xprt using inside bc_svc_process() ?
 2019-12-06 21:20 UTC  (3+ messages)

[PATCH] nfsd: depend on CRYPTO_MD5 for legacy client tracking
 2019-12-06 21:03 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 00/27] nfs: Mount API conversion
 2019-12-06 19:58 UTC  (3+ messages)

Question about clone_range() metadata stability
 2019-12-06  1:31 UTC  (7+ messages)

[PATCH 0/3] NFSD copy offload fixes
 2019-12-05 21:43 UTC  (6+ messages)
` [PATCH 1/3] NFSD fix mismatching type in nfsd4_set_netaddr
` [PATCH 2/3] NFSD fix nfserro errno mismatch
` [PATCH 3/3] NFSD fixing possible null pointer derefering in copy offload

[PATCH] xprtrdma: Fix oops in Receive handler after device removal
 2019-12-05 19:46 UTC 

[PATCH] nfsd: unlock on error in manage_cpntf_state()
 2019-12-05 17:19 UTC  (2+ messages)

[RFC-PATCH] nfsd: provide a procfs entry to release stateids of a particular local filesystem
 2019-12-05 15:03 UTC  (6+ messages)

rdma compile error
 2019-12-04 19:09 UTC  (5+ messages)

[bug report] NFSD introduce async copy feature
 2019-12-04  8:00 UTC 

[bug report] NFSD introduce async copy feature
 2019-12-04  8:00 UTC 


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