messages from 2017-02-09 23:54:49 to 2017-02-20 17:15:22 UTC [more...]
[PATCH 0/3] getacl fixes
2017-02-20 17:15 UTC (25+ messages)
` [PATCH 1/3] nfsd4: fix getacl head length estimation
` [PATCH 2/3] NFSv4: fix getacl ERANGE for some ACL buffer sizes
` [PATCH 3/3] nfsd4: simplify getacl decoding
` [PATCH] nfsd4: fix ifnullfree.cocci warnings
` [PATCH 0/6] getacl fixes V2
` [PATCH 1/6] NFSv4: fix getacl head length estimation
` [PATCH 2/6] NFSv4: fix getacl ERANGE for some ACL buffer sizes
` [PATCH 3/6] NFSv4: minor acl caching policy documentation
` [PATCH 4/6] NFSv4: minor getacl cleanup
` [PATCH 5/6] NFSv4: simplify getacl decoding
` [PATCH 6/6] NFSv4: allow getacl rpc to allocate pages on demand
split setattr operations take 2
2017-02-20 6:21 UTC (2+ messages)
` [PATCH] nfsd: special case truncates some more
[PATCH v5 0/8] XDR cleanups for NFSv4
2017-02-19 21:08 UTC (9+ messages)
` [PATCH v5 1/8] SUNRPC: Add generic helpers for xdr_stream encode/decode
` [PATCH v5 2/8] NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
` [PATCH v5 3/8] NFSv4: Replace the open coded decode_opaque_inline() with the new generic
` [PATCH v5 4/8] NFSv4: Replace callback string decode function with a generic
` [PATCH v5 5/8] NFSv4: Fix the underestimation of delegation XDR space reservation
` [PATCH v5 6/8] NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()
` [PATCH v5 7/8] SUNRPC: Add a helper function xdr_stream_decode_string_dup()
` [PATCH v5 8/8] NFSv4: Clean up owner/group attribute decode
[PATCH v3 0/4] XDR cleanups for NFSv4
2017-02-19 20:33 UTC (11+ messages)
` [PATCH v3 1/4] SUNRPC: Add generic helpers for xdr_stream encode/decode
` [PATCH v3 2/4] NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
` [PATCH v3 3/4] NFSv4: Fix the underestimation of delegation XDR space reservation
` [PATCH v3 4/4] NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()
[PATCH v4 0/8] XDR cleanups for NFSv4
2017-02-19 18:59 UTC (9+ messages)
` [PATCH v4 1/8] SUNRPC: Add generic helpers for xdr_stream encode/decode
` [PATCH v4 2/8] NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
` [PATCH v4 3/8] NFSv4: Replace the open coded decode_opaque_inline() with the new generic
` [PATCH v4 4/8] NFSv4: Replace callback string decode function with a generic
` [PATCH v4 5/8] NFSv4: Fix the underestimation of delegation XDR space reservation
` [PATCH v4 6/8] NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()
` [PATCH v4 7/8] SUNRPC: Add a helper function xdr_stream_decode_string_dup()
` [PATCH v4 8/8] NFSv4: Clean up owner/group attribute decode
[patch] sunrpc: silence uninitialized variable warning
2017-02-18 21:34 UTC
[PATCH v2 0/4] XDR cleanups for NFSv4
2017-02-18 18:18 UTC (5+ messages)
` [PATCH v2 1/4] SUNRPC: Add generic helpers for xdr_stream encode/decode
` [PATCH v2 2/4] NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
` [PATCH v2 3/4] NFSv4: Fix the underestimation of delegation XDR space reservation
` [PATCH v2 4/4] NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()
[PATCH 1/4] SUNRPC: Add generic helpers for xdr_stream encode/decode
2017-02-18 0:52 UTC (4+ messages)
` [PATCH 2/4] NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
` [PATCH 3/4] NFSv4: Fix the underestimation of delegation XDR space reservation
` [PATCH 4/4] NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()
[PATCH] Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"
2017-02-18 0:50 UTC
[PATCH] pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
2017-02-18 0:49 UTC
[PATCH v2] NFSv4: Fix reboot recovery in copy offload
2017-02-18 0:02 UTC (4+ messages)
` [PATCH v3] "
[PATCH 0/7] Some cleanups and updates for sunrpc
2017-02-17 22:18 UTC (7+ messages)
Question about NFSv4.2 server-side copy implementation
2017-02-17 21:21 UTC (7+ messages)
[PATCH 1/2] NFSD: Get response size before operation for all RPCs
2017-02-17 20:41 UTC (2+ messages)
[PATCH 3/3] nfsd/callback: Drop an useless data copy when comparing sessionid
2017-02-17 20:25 UTC (2+ messages)
[PATCH v2 0/4] Skipped unlocks
2017-02-17 20:10 UTC (9+ messages)
` [PATCH 1/4] NFS4: remove a redundant lock range check
` [PATCH 2/4] NFS: Move the flock open mode check into nfs_flock()
` [PATCH 3/4] locks: Set FL_CLOSE when removing flock locks on close()
` [PATCH 4/4] NFS: Always wait for I/O completion before unlock
[PATCH] nfsd/idmap: return nfserr_inval for zero length principals
2017-02-17 19:09 UTC (2+ messages)
[PATCH 0/4] Skipped unlocks
2017-02-17 18:37 UTC (5+ messages)
` [PATCH 1/4] NFS4: remove a redundant lock range check
` [PATCH 2/4] NFS: Move the flock open mode check into nfs_flock()
` [PATCH 3/4] locks: Set FL_CLOSE when removing flock locks on close()
` [PATCH 4/4] NFS: Always wait for I/O completion before unlock
[PATCH 1/2] NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE
2017-02-17 15:22 UTC (15+ messages)
sleeping in async RPC task's rpc_call_ops
2017-02-16 13:29 UTC
[PATCH] iov_iter: allow iov_iter_get_pages_alloc to allocate more pages per call
2017-02-16 13:10 UTC (13+ messages)
` [PATCH v3 0/2] "
[nfs-utils PATCH V2 2/2] Duplicate upcall string for use in error messages
2017-02-16 10:24 UTC (2+ messages)
[nfs-utils PATCH V2 1/2] Replace non-thread-safe strtok function calls in gssd
2017-02-16 10:23 UTC (2+ messages)
[PATCH] nfs-server-generator: handle 'noauto' mounts correctly
2017-02-16 10:23 UTC (2+ messages)
[PATCH] mount: call setgroups() before setuid()
2017-02-16 10:22 UTC (2+ messages)
[PATCH] conffile: ignore empty environment variables
2017-02-16 10:22 UTC (2+ messages)
[PATCH] Fix nfs-mountd dependency on rpcbind
2017-02-16 10:22 UTC (2+ messages)
[nfs-utils PATCH v3 0/2] Add support for -s/--state-directory-path for rpc.mountd and exportfs
2017-02-16 10:21 UTC (2+ messages)
How NLM support posix threads?
2017-02-16 6:56 UTC (7+ messages)
[PATCH 0/2] RFC: Libtirpc changes for RPCSEC_GSS version 3
2017-02-15 18:06 UTC (4+ messages)
[RFC][PATCH] nfsd: add +1 to reference counting scheme for struct nfsd4_session
2017-02-15 16:45 UTC (14+ messages)
` [kernel-hardening] "
matusita ★《参展邀请函》关于安排参加“2017第十五届中国(广州)国际汽车零部件及用品展览会”的通知:---本次展会十分重要 <J/DD1/L/gE>
2017-02-15 4:47 UTC
[PATCH v4 0/9] Series short description
2017-02-13 16:57 UTC (10+ messages)
` [PATCH v4 1/9] xprtrdma: Fix Read chunk padding
` [PATCH v4 2/9] xprtrdma: Per-connection pad optimization
` [PATCH v4 3/9] xprtrdma: Disable pad optimization by default
` [PATCH v4 4/9] xprtrdma: Reduce required number of send SGEs
` [PATCH v4 5/9] xprtrdma: Shrink send SGEs array
` [PATCH v4 6/9] xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs
` [PATCH v4 7/9] xprtrdma: Handle stale connection rejection
` [PATCH v4 8/9] xprtrdma: Refactor management of mw_list field
` [PATCH v4 9/9] sunrpc: Allow xprt->ops->timer method to sleep
[PATCH v27 00/21] Richacls (Core and Ext4)
2017-02-13 15:42 UTC (11+ messages)
` [PATCH v27 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
[PATCH v28 00/21] Richacls (Core and Ext4)
2017-02-13 15:32 UTC (22+ messages)
` [PATCH v28 01/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v28 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v28 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v28 04/21] vfs: Add permission flags for setting file attributes
` [PATCH v28 05/21] richacl: In-memory representation and helper functions
` [PATCH v28 06/21] richacl: Permission mapping functions
` [PATCH v28 07/21] richacl: Permission check algorithm
` [PATCH v28 08/21] richacl: Compute maximum file masks from an acl
` [PATCH v28 09/21] vfs: Cache base_acl objects in inodes
` [PATCH v28 10/21] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v28 11/21] vfs: Cache richacl in struct inode
` [PATCH v28 12/21] richacl: Update the file masks in chmod()
` [PATCH v28 13/21] richacl: Check if an acl is equivalent to a file mode
` [PATCH v28 14/21] richacl: Create-time inheritance
` [PATCH v28 15/21] richacl: Automatic Inheritance
` [PATCH v28 16/21] richacl: xattr mapping functions
` [PATCH v28 17/21] richacl: Add richacl xattr handler
` [PATCH v28 18/21] vfs: Add richacl permission checking
` [PATCH v28 19/21] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v28 20/21] ext4: Add richacl support
` [PATCH v28 21/21] ext4: Add richacl feature flag
Manual page bug: two inaccuracies in nfsd(7)
2017-02-13 4:46 UTC (2+ messages)
Yxs27082 ★《参展邀请函》关于安排参加“2017第十五届中国(广州)国际汽车零部件及用品展览会”的通知:---本次展会十分重要 <J/DD1/L/gE>
2017-02-12 5:38 UTC
question about current code in async op
2017-02-10 21:49 UTC (3+ messages)
[PATCH net-next v2 00/12] net: dsa: remove unnecessary phy.h include
2017-02-10 19:44 UTC (5+ messages)
[GIT PULL] nfsd bugfix for 4.10
2017-02-10 13:53 UTC
poor nfsv4 preformence
2017-02-10 13:06 UTC
cachefs: kernel BUG at fs/cachefiles/namei.c:197
2017-02-10 10:40 UTC
[PATCH] nfsd: restore owner override for truncate
2017-02-09 23:56 UTC (2+ messages)
[PATCH v3 00/12] NFS/RDMA client-side patches for 4.11
2017-02-09 20:39 UTC (9+ messages)
` [PATCH v3 12/12] sunrpc: Allow keepalive ping on a credit-full transport
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;
as well as URLs for NNTP newsgroup(s).