messages from 2018-10-03 03:43:43 to 2018-10-16 02:18:31 UTC [more...]
[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
2018-10-15 18:32 UTC (50+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/25] vfs: check file ranges before cloning files
` [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/25] vfs: skip zero-length dedupe requests
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 17/25] vfs: enable remap callers that can handle short operations
` [PATCH 18/25] vfs: hide file range comparison function
` [PATCH 19/25] vfs: implement opportunistic short dedupe
` [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/25] xfs: support returning partial reflink results
` [PATCH 25/25] xfs: remove redundant remap partial EOF block checks
[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
2018-10-15 0:31 UTC (45+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 03/25] vfs: check file ranges before cloning files
` [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/25] vfs: skip zero-length dedupe requests
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 17/25] vfs: enable remap callers that can handle short operations
` [PATCH v2 "
` [PATCH 18/25] vfs: hide file range comparison function
` [PATCH 19/25] vfs: implement opportunistic short dedupe
` [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/25] xfs: support returning partial reflink results
` [PATCH 25/25] xfs: remove redundant remap partial EOF block checks
[PATCH v2 00/25] fs: fixes for serious clone/dedupe problems
2018-10-10 23:13 UTC (47+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH v2 "
` [PATCH 02/25] xfs: refactor clonerange preparation into a separate helper
` [PATCH 03/25] xfs: zero posteof blocks when cloning above eof
` [PATCH 04/25] xfs: update ctime and remove suid before cloning files
` [PATCH 05/25] vfs: check file ranges "
` [PATCH 06/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 07/25] vfs: skip zero-length dedupe requests
` [PATCH 08/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 09/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 10/25] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 11/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 12/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 13/25] vfs: pass remap flags to generic_remap_checks
` [PATCH 14/25] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [PATCH 16/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [PATCH 17/25] vfs: make remapping to source file eof more explicit
` [PATCH 18/25] vfs: enable remap callers that can handle short operations
` [PATCH 19/25] vfs: hide file range comparison function
` [PATCH 20/25] vfs: implement opportunistic short dedupe
` [PATCH 21/25] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 22/25] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 23/25] ocfs2: support partial clone range and dedupe range
` [PATCH 24/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/25] xfs: support returning partial reflink results
Kernel NFS client and Kerberos delegation
2018-10-10 10:45 UTC (5+ messages)
[PATCH] nfsd: Fix an Oops in free_session()
2018-10-09 19:54 UTC
The Fall Bakeathon in Westford, Ma
2018-10-08 17:19 UTC (2+ messages)
[PATCH] NFS: Fix up a typo in nfs_dns_ent_put
2018-10-08 14:23 UTC (2+ messages)
[PATCH 0/3] Fix NFSv4 lookup revalidation
2018-10-06 13:28 UTC (3+ messages)
` [PATCH 1/3] NFS: Fix dentry revalidation on NFSv4 lookup
[PATCH RFC] nfs: make DELEGRETURN try harder to determine if a delegation has been revoked
2018-10-05 16:10 UTC (5+ messages)
[PATCH] nfsd: correctly decrement odstate refcount in error path
2018-10-05 13:32 UTC
[PATCH] SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()
2018-10-05 13:36 UTC (2+ messages)
[PATCH 1/1] NFSv4.x: fix lock recovery during delegation recall
2018-10-05 13:35 UTC (2+ messages)
High network traffic from repeated TEST_STATEID messages
2018-10-05 12:18 UTC (3+ messages)
[PATCH V2] idmapd: Use inotify instead of dnotify
2018-10-05 11:07 UTC (3+ messages)
` [PATCH V3] "
[PATCH 0/3] Fix regression in NFSv3 ACL setting
2018-10-04 22:50 UTC (10+ messages)
` [PATCH 3/3] NFSD - Use MAY_ACT_AS_OWNER
` [PATCH 1/3] VFS: introduce MAY_ACT_AS_OWNER
` [PATCH 2/3] VFS: allow MAY_ flags to be easily extended
` [PATCH 2/3 v2] "
[PATCH 0/7] Misc NFS + pNFS performance enhancements
2018-10-04 18:51 UTC (24+ messages)
` [PATCH 1/7] pNFS: Don't zero out the array in nfs4_alloc_pages()
` [PATCH 2/7] pNFS: Don't allocate more pages than we need to fit a layoutget response
` [PATCH 3/7] NFS: Convert lookups of the lock context to RCU
` [PATCH 4/7] NFS: Simplify internal check for whether file is open for write
` [PATCH 5/7] NFS: Convert lookups of the open context to RCU
[PATCH 1/1] NFSv4.x: fix lock recovery during delegation recall
2018-10-04 18:26 UTC
[PATCH net-next] dns: Allow the dns resolver to retrieve a server set
2018-10-04 16:42 UTC (2+ messages)
[PATCH v1 0/4] NFS/RDMA server patches for v4.20
2018-10-04 1:01 UTC (2+ messages)
[PATCH] nfsd: fix fall-through annotations
2018-10-04 0:46 UTC (2+ messages)
[PATCH 00/15] Performance improvements for knfsd
2018-10-04 0:44 UTC (24+ messages)
` [PATCH 01/15] SUNRPC: Remove the server 'authtab_lock' and just use RCU
` [PATCH 02/15] SUNRPC: Add lockless lookup of the server's auth domain
` [PATCH 03/15] SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock
` [PATCH 04/15] SUNRPC: Make server side AUTH_UNIX use lockless lookups
` [PATCH 05/15] knfsd: Allow lockless lookups of the exports
` [PATCH 06/15] SUNRPC: Lockless server RPCSEC_GSS context lookup
` [PATCH 07/15] knfsd: Lockless lookup of NFSv4 identities
` [PATCH 08/15] NFS: Lockless DNS lookups
` [PATCH 09/15] SUNRPC: Remove non-RCU protected lookup
` [PATCH 10/15] SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock
` [PATCH 11/15] SUNRPC: Simplify TCP receive code
` [PATCH 12/15] knfsd: Remove dead code from nfsd_cache_lookup
` [PATCH 13/15] knfsd: Simplify NFS duplicate replay cache
` [PATCH 14/15] knfsd: Further simplify the cache lookup
` [PATCH 15/15] knfsd: Improve lookup performance in the duplicate reply cache using an rbtree
NFS/TCP timeouts
2018-10-03 19:06 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).