messages from 2017-12-21 20:23:51 to 2018-01-12 05:48:04 UTC [more...]
[PATCH] exportfs: move ro/rw option back to secinfo_flag_displaymap table
2018-01-12 5:47 UTC
[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-11 20:23 UTC (27+ messages)
` [PATCH v5 01/19] fs: new API for handling inode->i_version
` [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v5 03/19] fat: convert to new i_version API
` [PATCH v5 04/19] affs: "
` [PATCH v5 05/19] afs: "
` [PATCH v5 06/19] btrfs: "
` [PATCH v5 07/19] exofs: switch "
` [PATCH v5 08/19] ext2: convert "
` [PATCH v5 09/19] ext4: "
` [PATCH v5 10/19] nfs: "
` [PATCH v5 11/19] nfsd: "
` [PATCH v5 12/19] ocfs2: "
` [PATCH v5 13/19] ufs: use "
` [PATCH v5 14/19] xfs: convert to "
` [PATCH v5 15/19] IMA: switch IMA over "
` [PATCH v5 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v5 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v5 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v5 19/19] fs: handle inode->i_version more efficiently
Varying ro/rw based on security flavor doesn't work
2018-01-11 18:11 UTC (5+ messages)
[PATCH] libio.h: Has been deprecated
2018-01-11 17:08 UTC
[PATCH] Do not bind to reserved ports registered in /etc/services
2018-01-11 15:50 UTC (3+ messages)
[PATCH RFC 0/3] Add server-side support for junctions to nfs-utils
2018-01-11 15:17 UTC (12+ messages)
` [PATCH RFC 2/3] Add LDAP-free version of libnfsjunct "
` [PATCH RFC 3/3] Add 'nfsref' command
[PATCH] nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
2018-01-11 13:20 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] Support statx() mask and query flags parameters
2018-01-10 18:02 UTC (3+ messages)
odd TRACE_DEFINE_ENUM behavior
2018-01-09 22:35 UTC (7+ messages)
NFSv4.1 regression with v4.15-rc
2018-01-09 20:28 UTC (6+ messages)
[PATCH] sunrpc: remove dead code in svc_sock_setbufsize
2018-01-09 19:19 UTC (2+ messages)
[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-09 9:27 UTC (48+ messages)
` [PATCH v4 01/19] fs: new API for handling inode->i_version
` [PATCH v4 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v4 03/19] fat: convert to new i_version API
` [PATCH v4 04/19] affs: "
` [PATCH v4 05/19] afs: "
` [PATCH v4 06/19] btrfs: "
` [PATCH v4 07/19] exofs: switch "
` [PATCH v4 08/19] ext2: convert "
` [PATCH v4 09/19] ext4: "
` [PATCH v4 10/19] nfs: "
` [PATCH v4 11/19] nfsd: "
` [PATCH v4 12/19] ocfs2: "
` [PATCH v4 13/19] ufs: use "
` [PATCH v4 14/19] xfs: convert to "
` [PATCH v4 15/19] IMA: switch IMA over "
` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v4 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently
const laundering in nfs_parse_devname
2018-01-09 0:20 UTC
[PATCH] NFS: Fix nfsstat breakage due to LOOKUPP
2018-01-08 18:25 UTC
[PATCH v4] kernel: make groups_sort calling a responsibility group_info allocators
2018-01-08 16:40 UTC (12+ messages)
` [PATCH v5] "
` [PATCH] Documentation: security/credentials.rst: explain need to sort group_list
[PATCH] nfs-utils: Update svcgssd so that it builds
2018-01-08 14:15 UTC (2+ messages)
Hallo mein lieber Freund,
2018-01-08 12:58 UTC
[PATCH 00/20] Remove generic rpc credentials, and associated changed - V2
2018-01-08 5:26 UTC (21+ messages)
` [PATCH 07/20] NFSv4: don't require lock for get_renew_cred or get_machine_cred
` [PATCH 05/20] SUNRPC: remove machine_cred field from struct auth_cred
` [PATCH 04/20] SUNRPC: remove uid and gid "
` [PATCH 06/20] NFSv4: add cl_root_cred for use when machine cred is not available
` [PATCH 01/20] cred: add cred_fscmp() for comparing creds
` [PATCH 02/20] SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
` [PATCH 03/20] SUNRPC: remove groupinfo from struct auth_cred
` [PATCH 15/20] NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred
` [PATCH 19/20] SUNRPC: simplify auth_unix
` [PATCH 16/20] NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'
` [PATCH 20/20] SUNRPC discard cr_uid from struct rpc_cred
` [PATCH 18/20] SUNRPC: remove crbind rpc_cred operation
` [PATCH 13/20] SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
` [PATCH 10/20] SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
` [PATCH 12/20] NFS: move credential expiry tracking out of SUNRPC into NFS
` [PATCH 17/20] SUNRPC: remove generic cred code
` [PATCH 09/20] NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred()
` [PATCH 11/20] SUNRPC: add side channel to use non-generic cred for rpc call
` [PATCH 08/20] SUNRPC: discard RPC_DO_ROOTOVERRIDE()
` [PATCH 14/20] NFS: change access cache to use 'struct cred'
nfsidmap static translation
2018-01-08 3:31 UTC
[PATCH] NFSv4.1: Ensure 'nfs4_sp4_select_mode()' can report -EINVAL when needed
2018-01-07 8:50 UTC
Need help with empty shares after Debian sid package upgrades
2018-01-07 2:15 UTC
NO Connectathon for 2018
2018-01-05 13:15 UTC (2+ messages)
ANNOUNCE: nfs-utils-2.3.1 released
2018-01-05 12:11 UTC (7+ messages)
[PATCH] nfs: Do not convert nfs_idmap_cache_timeout to jiffies
2018-01-05 7:39 UTC
[PATCH/RFC] NFS: add nostatflush mount option
2018-01-05 1:34 UTC (12+ messages)
Business Possibility
2018-01-04 16:13 UTC
[PATCH v2 0/3] NFS/RDMA server changes for v4.16
2018-01-03 20:42 UTC (4+ messages)
` [PATCH v2 1/3] svcrdma: Post Receives in the Receive completion handler
` [PATCH v2 2/3] NFSD: Clean up write argument XDR decoders
` [PATCH v2 3/3] NFSD: Clean up symlink "
[PATCH 0/6] Final NFS/RDMA series for v4.16
2018-01-03 20:38 UTC (7+ messages)
` [PATCH 1/6] xprtrdma: Fix "bytes registered" accounting
` [PATCH 2/6] xprtrdma: Correct some documenting comments
` [PATCH 3/6] SUNRPC: Trace xprt_timer events
` [PATCH 4/6] sunrpc: Format RPC events consistently for display
` [PATCH 5/6] SUNRPC: task_run_action should display tk_callback
` [PATCH 6/6] SUNRPC: Micro-optimize __rpc_execute
NFS: 82ms wakeup latency 4.14-rc4
2018-01-02 20:29 UTC (6+ messages)
` [patch] fs/nfs: Add a resched point to nfs_commit_release_pages()
[nfs:ioctl 2/5] fs/nfs/ioctl.c:undefined reference to `__ucmpdi2'
2018-01-02 3:26 UTC
[nfs:ioctl 2/5] ERROR: "__ucmpdi2" [fs/nfs/nfs.ko] undefined!
2017-12-30 18:11 UTC
ATTENTION!!!
2017-12-30 0:28 UTC
[PATCH 0/4] lockd refcount conversions
2017-12-27 12:10 UTC (7+ messages)
` [PATCH 1/4] lockd: convert nlm_host.h_count from atomic_t to refcount_t
You will definetely be interested
2017-12-27 10:17 UTC
[PATCH v1 0/3] NFS/RDMA server changes for v4.16
2017-12-22 17:01 UTC (3+ messages)
` [PATCH v1 3/3] NFSD: Clean up symlink argument XDR decoders
[PATCH] lockd: fix uninitialized fl_pid in NLMSVC
2017-12-22 16:33 UTC
[PATCH][V2] nfsd: fix incorrect indentation on goto and break statements
2017-12-22 1:18 UTC
[PATCH] nfsd: fix incorrect indentation on goto statement
2017-12-22 1:11 UTC (2+ 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